diff --git a/talos.gemspec b/talos.gemspec index 5e0337f..4b605ba 100644 --- a/talos.gemspec +++ b/talos.gemspec @@ -1,8 +1,8 @@ Gem::Specification.new do |s| - s.version = '1.0.1' + s.version = '1.0.2' s.name = 'talos' - s.authors = ['Alexey Lapitsky', 'Johan Haals'] - s.email = 'alexey@spotify.com' + s.authors = ['Alexey Lapitsky', 'Johan Haals', 'Wasabi'] + s.email = 'wasabi@spotify.com' s.summary = %q{Hiera secrets distribution over HTTP} s.description = %q{Distribute compressed hiera yaml files to authenticated puppet clients over HTTP} s.homepage = 'https://github.com/spotify/talos' @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ['lib'] - s.add_dependency 'rack', '2.2.3' + s.add_dependency 'rack', '2.2.3.1' s.add_dependency 'sinatra', '~> 2.2.0' s.add_dependency 'hiera', '~> 3.6.0' s.add_dependency 'minitar', '~> 0.9'