jenkins_tracker.gemspec in jenkins_tracker-0.4.0 vs jenkins_tracker.gemspec in jenkins_tracker-0.4.1

- old
+ new

@@ -8,10 +8,10 @@ gem.version = JenkinsTracker::VERSION gem.authors = ['Prashant Nadarajan'] gem.email = ['prashant.nadarajan@gmail.com'] gem.description = %q{Integrate Jenkins build information with a Pivotal Tracker project} gem.summary = %q{Integrate Jenkins build information as notes in the relevant Pivotal Tracker stories based on its post commit message} - gem.homepage = 'https://github.com/prashantrajan/jenkins_tracker' + gem.homepage = 'https://github.com/bitium/jenkins_tracker' gem.files = `git ls-files`.split($/) gem.executables = %w(jenkins_tracker) gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ['lib']