hypernova.gemspec in hypernova-1.0.2 vs hypernova.gemspec in hypernova-1.0.3
- old
+ new
@@ -7,17 +7,19 @@
spec.authors = [
'Jake Teton-Landis',
'Jordan Harband',
'Ian Christian Myers',
'Tommy Dang',
+ 'Josh Perez'
]
spec.bindir = "exe"
spec.description = "A Ruby client for the Hypernova service"
spec.email = %w(
jake.tl@airbnb.com
ljharb@gmail.com
ian.myers@airbnb.com
tommy.dang@airbnb.com
+ josh@goatslacker.com
)
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.homepage = 'https://github.com/airbnb/hypernova-ruby'
spec.license = 'MIT'