youtrack.gemspec in rutrack-0.0.11.1 vs youtrack.gemspec in rutrack-0.0.12
- old
+ new
@@ -6,14 +6,14 @@
Gem::Specification.new do |spec|
# META
spec.name = "rutrack"
spec.version = Youtrack::VERSION
- spec.authors = ["John Faucett"]
- spec.email = ["jwaterfaucett@gmail.com"]
- spec.description = %q{JetBrains youTrack Rest API Client in Ruby}
+ spec.authors = ["John Faucett - original gem (youtrack)"]
+ spec.email = ["jesusinyourtown@gmail.com"]
+ spec.description = %q{JetBrains youTrack Rest API Client in Ruby. Forked from youtrack gem (by John Faucett)}
spec.summary = %q{A Ruby REST API Client for JetBrains youTrack software}
- spec.homepage = "http://jwaterfaucett.github.io/youtrack/"
+ spec.homepage = "https://github.com/jesusinyourtown1/youtrack"
spec.license = "MIT"
# FILES
spec.files = `git ls-files`.split($/).grep(%r{^(?!binstubs|examples)})
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }