centro-client.gemspec in centro-client-0.0.3 vs centro-client.gemspec in centro-client-0.0.4
- old
+ new
@@ -6,17 +6,17 @@
Gem::Specification.new do |gem|
gem.name = "centro-client"
gem.version = Centro::Client::VERSION
gem.authors = ["Tim Galeckas"]
gem.email = ["tim@galeckas.com"]
- gem.description = %q{Ruby Client for the Centro api}
- gem.summary = %q{Ruby Client for the Centro api}
+ gem.description = %q{Ruby Client for the Centro API}
+ gem.summary = %q{Ruby Client for the Centro API}
gem.homepage = "http://github.com/centro/centro.rb"
gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
- gem.require_paths = ["lib"]
+ gem.require_paths = ['lib']
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'webmock'
gem.add_development_dependency 'guard-rspec'