diff --git a/torquebox-backstage.gemspec b/torquebox-backstage.gemspec index 6aa6bc3..2d19b8f 100644 --- a/torquebox-backstage.gemspec +++ b/torquebox-backstage.gemspec @@ -4,8 +4,8 @@ Gem::Specification.new do |s| s.name = %q{torquebox-backstage} s.version = IO.read(File.join(File.dirname(__FILE__), 'VERSION')).strip s.date = Time.now.strftime('%Y-%m-%d') - s.authors = ["Tobias Crawley", "David Glassborow", "Penumbra Shadow"] - + s.authors = ["Tobias Crawley", "David Glassborow", "Penumbra Shadow", "Tom Beauvais"] + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.description = %q{BackStage allows you to look behind the TorqueBox curtain, and view information about all of the components you have running. It includes support for remote code execution and log tailing to aid in debugging.} s.email = %q{tcrawley@redhat.com} @@ -38,13 +38,13 @@ Gem::Specification.new do |s| [%q, "~> 3.1.2"], [%q, "= 0.9"], [%q, "= 1.8.1"], - [%q, ">= 2.0", "< 5.0"], + [%q, ">= 2.0", "< 4.0"], [%q, "~> 0.4.4"], [%q, "= 0.14.6"], [%q, "~> 1.0"], [%q, '0.2.0'] ] - + if s.respond_to? :specification_version then s.specification_version = 3 @@ -67,4 +67,3 @@ Gem::Specification.new do |s| end end end -