diff --git a/aviator.gemspec b/aviator.gemspec index 664dc6f..ed3f15e 100644 --- a/aviator.gemspec +++ b/aviator.gemspec @@ -8,9 +8,9 @@ Gem::Specification.new do |spec| 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($/)