cap-rightscale.gemspec in cap-rightscale-0.0.11 vs cap-rightscale.gemspec in cap-rightscale-0.0.12
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{cap-rightscale}
- s.version = "0.0.11"
+ s.version = "0.0.12"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Satoshi Ohki"]
s.date = %q{2011-02-02}
s.description = %q{Capistrano extension that maps RightScale parameters to Roles.}
@@ -32,9 +32,10 @@
"lib/cap-rightscale.rb",
"lib/cap-rightscale/configuration.rb",
"lib/cap-rightscale/configuration/rightscale.rb",
"lib/cap-rightscale/recipes.rb",
"lib/cap-rightscale/recipes/rightscale/cache.rb",
+ "lib/cap-rightscale/utils/rs_utils.rb",
"spec/cap-rightscale_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/roothybrid7/cap-rightscale}
s.licenses = ["MIT"]