Skip to content

Commit

Permalink
Removed dep on ffi, that belongs in ffi-rzmq
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc committed Mar 1, 2011
1 parent 7b22488 commit 9b439bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions em-zeromq.gemspec
Expand Up @@ -17,13 +17,11 @@ Gem::Specification.new do |s|

s.add_dependency 'eventmachine', '>= 0.12.10'
s.add_dependency 'ffi-rzmq', '>= 0.7.2'
s.add_dependency 'ffi' if RUBY_PLATFORM != "java" &&
defined?(RUBY_ENGINE) && RUBY_ENGINE != 'rbx'

s.add_development_dependency 'rspec', '>= 2.5.0'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
end

0 comments on commit 9b439bf

Please sign in to comment.