diff --git a/LICENSE.txt b/LICENSE.txt index 0e4426e..aad7e08 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,22 +1,21 @@ -Copyright (c) 2014 Dash of Code - MIT License -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: +Copyright (c) [2021] [ProductPlan] + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index eb5083c..bd7e4f2 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,6 @@ This gem allows you to easily use the [Pivotal Tracker v5 API](https://www.pivot It’s powered by [Faraday](https://github.com/lostisland/faraday) and [Virtus](https://github.com/solnic/virtus). -## Demonstration -[Dash of Agile](https://www.dashofagile.com) uses `tracker_api` to create agile dashboards from Pivotal Tracker projects. - ## Installation Add this line to your application's Gemfile: diff --git a/tracker_api.gemspec b/tracker_api.gemspec index 83c67fc..f67b368 100644 --- a/tracker_api.gemspec +++ b/tracker_api.gemspec @@ -6,11 +6,11 @@ require 'tracker_api/version' Gem::Specification.new do |spec| spec.name = 'tracker_api' spec.version = TrackerApi::VERSION - spec.authors = ['Forest Carlisle'] - spec.email = ['forestcarlisle@gmail.com'] + spec.authors = ['ProductPlan'] + spec.email = ['development@productplan.com'] spec.summary = %q{API client for the Pivotal Tracker v5 API} spec.description = %q{This gem allows you to easily use the Pivotal Tracker v5 API.} - spec.homepage = 'https://github.com/dashofcode/tracker_api' + spec.homepage = 'https://github.com/ProductPlan/tracker_api' spec.license = 'MIT' spec.files = `git ls-files`.split($/)