tracker_api.gemspec in tracker_api-0.2.0 vs tracker_api.gemspec in tracker_api-0.2.1

- old
+ new

@@ -8,10 +8,10 @@ spec.version = TrackerApi::VERSION spec.authors = ['Forest Carlisle'] spec.email = ['forestcarlisle@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 = '' + spec.homepage = 'https://github.com/dashofcode/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)/})