tracker_api.gemspec in tracker_api-1.15.0 vs tracker_api.gemspec in tracker_api-1.16.0

- old
+ new

@@ -4,14 +4,14 @@ require 'tracker_api/version' Gem::Specification.new do |spec| spec.name = 'tracker_api' spec.version = TrackerApi::VERSION - spec.authors = ['ProductPlan'] - spec.email = ['development@productplan.com'] + spec.authors = ['Phil Phillips', 'Forest Carlisle', 'ProductPlan'] + spec.email = ['irving.phillips@gmail.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/ProductPlan/tracker_api' + spec.homepage = 'https://github.com/irphilli/tracker_api' spec.license = 'MIT' spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})