acfs.gemspec in acfs-1.0.0.dev.1.b305 vs acfs.gemspec in acfs-1.0.0
- old
+ new
@@ -6,26 +6,26 @@
Gem::Specification.new do |spec|
spec.name = 'acfs'
spec.version = Acfs::VERSION
spec.authors = ['Jan Graichen']
spec.email = %w(jg@altimos.de)
- spec.description = %q{API Client For Services}
- spec.summary = %q{An abstract API base client for service oriented application.}
+ spec.description = 'API Client For Services'
+ spec.summary = 'An abstract API base client for service oriented application.'
spec.homepage = 'https://github.com/jgraichen/acfs'
spec.license = 'MIT'
spec.files = Dir['**/*'].grep(%r{^((bin|lib|test|spec|features)/|.*\.gemspec|.*LICENSE.*|.*README.*|.*CHANGELOG.*)})
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
+ spec.executables = spec.files.grep(%r{^bin/}) {|f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = %w(lib)
spec.add_runtime_dependency 'activesupport', '>= 3.1'
spec.add_runtime_dependency 'activemodel', '>= 3.1'
spec.add_runtime_dependency 'actionpack', '>= 3.1'
spec.add_runtime_dependency 'multi_json'
# Bundle update w/o version resolves to 0.3.3 ...
- spec.add_runtime_dependency 'typhoeus', '>= 0.6.5'
+ spec.add_runtime_dependency 'typhoeus', '~> 1.0'
spec.add_runtime_dependency 'rack'
spec.add_development_dependency 'bundler', '~> 1.3'