Skip to content

Commit

Permalink
Regenerated gemspec for version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Nov 5, 2009
1 parent 280ff06 commit 6d1cdf3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions proxymachine.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{proxymachine}
s.version = "1.0.0"
s.version = "1.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tom Preston-Werner"]
s.date = %q{2009-10-19}
s.date = %q{2009-11-05}
s.default_executable = %q{proxymachine}
s.email = %q{tom@mojombo.com}
s.executables = ["proxymachine"]
Expand Down Expand Up @@ -56,11 +56,11 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<eventmachine>, [">= 0.12.9"])
s.add_runtime_dependency(%q<eventmachine>, [">= 0.12.10"])
else
s.add_dependency(%q<eventmachine>, [">= 0.12.9"])
s.add_dependency(%q<eventmachine>, [">= 0.12.10"])
end
else
s.add_dependency(%q<eventmachine>, [">= 0.12.9"])
s.add_dependency(%q<eventmachine>, [">= 0.12.10"])
end
end

0 comments on commit 6d1cdf3

Please sign in to comment.