Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Regenerate gemspec for version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonoff committed Sep 22, 2011
1 parent 0800910 commit c3f39a3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions golden_brindle.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "golden_brindle" s.name = %q{golden_brindle}
s.version = "0.3.1" s.version = "0.3.2"


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 = ["Alexander Simonov"] s.authors = ["Alexander Simonov"]
s.date = "2011-09-16" s.date = %q{2011-09-22}
s.description = "Unicorn HTTP server multiple application runner tool" s.default_executable = %q{golden_brindle}
s.email = "alex@simonov.me" s.description = %q{Unicorn HTTP server multiple application runner tool}
s.email = %q{alex@simonov.me}
s.executables = ["golden_brindle"] s.executables = ["golden_brindle"]
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"LICENSE", "LICENSE",
Expand Down Expand Up @@ -47,11 +48,11 @@ Gem::Specification.new do |s|
"spec/golden_brindle_spec.rb", "spec/golden_brindle_spec.rb",
"spec/spec_helper.rb" "spec/spec_helper.rb"
] ]
s.homepage = "http://github.com/simonoff/golden_brindle" s.homepage = %q{http://github.com/simonoff/golden_brindle}
s.licenses = ["GPL2"] s.licenses = ["GPL2"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = "1.8.10" s.rubygems_version = %q{1.6.2}
s.summary = "Unicorn HTTP server multiple application runner tool" s.summary = %q{Unicorn HTTP server multiple application runner tool}


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
s.specification_version = 3 s.specification_version = 3
Expand Down

0 comments on commit c3f39a3

Please sign in to comment.