Sha256: aadab4bc7372f816623ce2757a6fbcb71449eb2e49faa389c36bab78a036e199
Contents?: true
Size: 704 Bytes
Versions: 1
Compression:
Stored size: 704 Bytes
Contents
# encoding: utf-8 source :rubygems gem "eventmachine", "0.12.10" #, "1.0.0.beta.3" # cool.io uses iobuffer that won't compile on JRuby # (and, probably, Windows) gem "cool.io", :platform => :ruby gem "amq-protocol", :git => "git://github.com/ruby-amqp/amq-protocol.git", :branch => "master" group :development do gem "yard" # yard tags this buddy along gem "RedCloth" gem "nake", :platform => :ruby_19 gem "contributors", :platform => :ruby_19 # excludes Windows and JRuby gem "perftools.rb", :platform => :mri end group :test do gem "rspec", ">=2.0.0" gem "autotest" gem "evented-spec", :git => "git://github.com/ruby-amqp/evented-spec.git", :branch => "master" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amq-client-0.5.0 | Gemfile |