diff --git a/RightAPI.rb b/lib/right-api.rb similarity index 100% rename from RightAPI.rb rename to lib/right-api.rb diff --git a/right-api-0.4.16.gem b/right-api-0.4.16.gem new file mode 100644 index 0000000..1dfc3fc Binary files /dev/null and b/right-api-0.4.16.gem differ diff --git a/right-api.gemspec b/right-api.gemspec new file mode 100644 index 0000000..a47c2a9 --- /dev/null +++ b/right-api.gemspec @@ -0,0 +1,9 @@ +Gem::Specification.new do |s| + s.name = "right-api" + s.version = "0.4.16" + s.date = "2011-04-16" + s.authors = ["Robert Carr"] + s.email = "robert@rightscale.com" + s.summary = "Ruby wrapper around rightscales rest interface" + s.files = ["lib/right-api.rb"] +end