Skip to content

Commit

Permalink
remove required ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Costanza committed Feb 27, 2015
1 parent b4dc2be commit 76154ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion poseidon.gemspec
Expand Up @@ -12,7 +12,6 @@ Gem::Specification.new do |gem|
gem.summary = %q{Poseidon is a producer and consumer implementation for Kafka >= 0.8}
gem.homepage = "https://github.com/bpot/poseidon"
gem.licenses = ["MIT"]
gem.required_ruby_version = '>= 1.9.3'

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit 76154ba

Please sign in to comment.