Remove the constraint on RubyGems version to allow the gem to work with 1.8 Ruby.

This commit is contained in:
Stan Campbell 2014-05-30 13:35:10 -07:00
parent 937eaea8fc
commit 5aa90d8ba2
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
SPEC = Gem::Specification.new do |s|
s.name = "hermann"
s.version = "0.0.19"
s.version = "0.0.20"
s.default_executable = "hermann"
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 = ["Stan Campbell"]
s.date = %q{2014-05-29}
s.description = %q{Ruby gem wrapper for a C based Kafka Consumer}

View File

@ -6,9 +6,9 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="rbenv: 2.1.1" jdkType="RUBY_SDK" />
<orderEntry type="jdk" jdkName="rbenv: 1.8.7-p375" jdkType="RUBY_SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.2, rbenv: 2.1.1) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.2, rbenv: 1.8.7-p375) [gem]" level="application" />
</component>
</module>