cloudster.gemspec in cloudster-2.17.0 vs cloudster.gemspec in cloudster-2.18.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "cloudster"
- s.version = "2.17.0"
+ s.version = "2.18.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Emil Soman"]
- s.date = "2013-01-07"
+ s.date = "2013-01-08"
s.description = "Cloudster is a Ruby gem that was born to cut the learning curve involved \n in writing your own CloudFormation templates. If you don't know what a CloudFormation template is, \n but know about the AWS Cloud offerings, you can still use cloudster to provision your stack. \n Still in infancy , cloudster can create a very basic stack like a breeze. All kinds of contribution welcome !"
s.email = "emil.soman@gmail.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
@@ -35,18 +35,21 @@
"lib/cloudster/ec2.rb",
"lib/cloudster/elastic_ip.rb",
"lib/cloudster/elasticache.rb",
"lib/cloudster/elb.rb",
"lib/cloudster/options_manager.rb",
+ "lib/cloudster/output.rb",
"lib/cloudster/rds.rb",
"lib/cloudster/s3.rb",
"spec/chef_client_spec.rb",
"spec/cloud_front_spec.rb",
"spec/cloud_spec.rb",
+ "spec/deep_merge_spec.rb",
"spec/ec2_spec.rb",
"spec/elastic_ip_spec.rb",
"spec/elasticache_spec.rb",
"spec/elb_spec.rb",
+ "spec/output_spec.rb",
"spec/rds_spec.rb",
"spec/s3_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/emilsoman/cloudster"