aviator.gemspec in aviator-0.0.3 vs aviator.gemspec in aviator-0.0.4

- old
+ new

@@ -6,12 +6,12 @@ Gem::Specification.new do |spec| spec.name = "aviator" spec.version = Aviator::VERSION spec.authors = ["Mark Maglana"] spec.email = ["mmaglana@gmail.com"] - spec.description = %q{ Lightweight Ruby bindings for the OpenStack API } - spec.summary = %q{ Lightweight Ruby bindings for the OpenStack API } - spec.homepage = "https://github.com/relaxdiego/aviator" + spec.description = %q{ A lightweight Ruby library for the OpenStack API } + spec.summary = %q{ A lightweight Ruby library for the OpenStack API } + spec.homepage = "https://github.com/aviator/aviator" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})