Update gemspec to point to new repo location

This commit is contained in:
Mark Maglana
2013-09-09 21:00:04 -07:00
parent 0ddec84112
commit 00c1c2afb7

View File

@@ -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($/)