Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgolick committed Jul 18, 2010
1 parent 58a92a3 commit 0189fae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rollout.gemspec
Expand Up @@ -5,13 +5,13 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{rollout} s.name = %q{rollout}
s.version = "0.1.0" s.version = "0.1.1"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["James Golick"] s.authors = ["James Golick"]
s.date = %q{2010-07-17} s.date = %q{2010-07-17}
s.description = %q{Conditionally roll out features with redis.} s.description = %q{Conditionally roll out features with redis.}
s.email = %q{james@giraffesoft.ca} s.email = %q{jamesgoick@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"LICENSE", "LICENSE",
"README.rdoc" "README.rdoc"
Expand All @@ -24,11 +24,12 @@ Gem::Specification.new do |s|
"Rakefile", "Rakefile",
"VERSION", "VERSION",
"lib/rollout.rb", "lib/rollout.rb",
"rollout.gemspec",
"spec/rollout_spec.rb", "spec/rollout_spec.rb",
"spec/spec.opts", "spec/spec.opts",
"spec/spec_helper.rb" "spec/spec_helper.rb"
] ]
s.homepage = %q{http://github.com/giraffesoft/rollout} s.homepage = %q{http://github.com/jamesgolick/rollout}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7} s.rubygems_version = %q{1.3.7}
Expand Down

0 comments on commit 0189fae

Please sign in to comment.