RightScaleAPIHelper.gemspec in RightScaleAPIHelper-0.4.1 vs RightScaleAPIHelper.gemspec in RightScaleAPIHelper-0.4.2
- old
+ new
@@ -3,26 +3,24 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "RightScaleAPIHelper"
- s.version = "0.4.1"
+ s.version = "0.4.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Eric VanWieren"]
s.date = "2012-03-29"
s.description = "Simple wrapper for connecting and using the RightScale API. Eases the use of connecting with a username and password, and then provides an object to do GET, PUT, POST, DELETE requests. Returns an HTTP response."
s.email = "eric@codex.org"
s.extra_rdoc_files = [
"LICENSE.txt",
- "README.markdown",
"README.rdoc"
]
s.files = [
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
- "README.markdown",
"README.rdoc",
"Rakefile",
"RightScaleAPIHelper.gemspec",
"VERSION",
"lib/RightScaleAPIHelper.rb",