From 71568cb2099a159db31717ad8e2360d6da79fdc6 Mon Sep 17 00:00:00 2001 From: James Golick Date: Thu, 6 Oct 2011 10:47:43 -0700 Subject: [PATCH] Regenerate gemspec for version 1.0.0 --- rollout.gemspec | 45 +++++++++++++++++++-------------------------- 1 file changed, 19 insertions(+), 26 deletions(-) diff --git a/rollout.gemspec b/rollout.gemspec index 984be0b..77c1bca 100644 --- a/rollout.gemspec +++ b/rollout.gemspec @@ -1,46 +1,39 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = %q{rollout} - s.version = "0.3.0" + s.name = "rollout" + s.version = "1.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["James Golick"] - s.date = %q{2010-11-01} - s.description = %q{Conditionally roll out features with redis.} - s.email = %q{jamesgoick@gmail.com} + s.date = "2011-10-06" + s.description = "Conditionally roll out features with redis." + s.email = "jamesgoick@gmail.com" s.extra_rdoc_files = [ "LICENSE", - "README.rdoc" + "README.rdoc" ] s.files = [ ".document", - ".gitignore", - "LICENSE", - "README.rdoc", - "Rakefile", - "VERSION", - "lib/rollout.rb", - "rollout.gemspec", - "spec/rollout_spec.rb", - "spec/spec.opts", - "spec/spec_helper.rb" - ] - s.homepage = %q{http://github.com/jamesgolick/rollout} - s.rdoc_options = ["--charset=UTF-8"] - s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} - s.summary = %q{Conditionally roll out features with redis.} - s.test_files = [ + "LICENSE", + "README.rdoc", + "Rakefile", + "VERSION", + "lib/rollout.rb", + "rollout.gemspec", "spec/rollout_spec.rb", - "spec/spec_helper.rb" + "spec/spec.opts", + "spec/spec_helper.rb" ] + s.homepage = "http://github.com/jamesgolick/rollout" + s.require_paths = ["lib"] + s.rubygems_version = "1.3.9.3" + s.summary = "Conditionally roll out features with redis." if s.respond_to? :specification_version then - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then