Skip to content

Commit

Permalink
Regenerate gemspec for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgolick committed Oct 6, 2011
1 parent fdd6ede commit 71568cb
Showing 1 changed file with 19 additions and 26 deletions.
45 changes: 19 additions & 26 deletions 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
Expand Down

0 comments on commit 71568cb

Please sign in to comment.