Skip to content

Commit

Permalink
Regenerated gemspec for version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Nov 28, 2009
1 parent bacfebf commit 668521e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bertrpc.gemspec
@@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{bertrpc}
s.version = "1.1.1"
s.version = "1.1.2"

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-28}
s.date = %q{2009-11-28}
s.email = %q{tom@mojombo.com}
s.extra_rdoc_files = [
"LICENSE",
Expand All @@ -26,7 +26,6 @@ Gem::Specification.new do |s|
"bertrpc.gemspec",
"lib/bertrpc.rb",
"lib/bertrpc/action.rb",
"lib/bertrpc/buffered_io.rb",
"lib/bertrpc/encodes.rb",
"lib/bertrpc/errors.rb",
"lib/bertrpc/mod.rb",
Expand Down Expand Up @@ -60,11 +59,12 @@ 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<bert>, [">= 1.1.0"])
s.add_runtime_dependency(%q<bert>, [">= 1.1.0", "< 2.0.0"])
else
s.add_dependency(%q<bert>, [">= 1.1.0"])
s.add_dependency(%q<bert>, [">= 1.1.0", "< 2.0.0"])
end
else
s.add_dependency(%q<bert>, [">= 1.1.0"])
s.add_dependency(%q<bert>, [">= 1.1.0", "< 2.0.0"])
end
end

0 comments on commit 668521e

Please sign in to comment.