Sha256: 0c78d00b954224ed18929cec708179babae60a77947632e8c49362bce1bb2a82
Contents?: true
Size: 797 Bytes
Versions: 2
Compression:
Stored size: 797 Bytes
Contents
# encoding: utf-8 $: << File.expand_path('../lib', __FILE__) require 'hot_bunnies/version' Gem::Specification.new do |s| s.name = 'hot_bunnies' s.version = HotBunnies::VERSION s.platform = 'java' s.authors = ['Theo Hultberg'] s.email = ['theo@burtcorp.com'] s.homepage = 'http://github.com/iconara/hot_bunnies' s.summary = %q{Ruby wrapper for the RabbitMQ Java driver} s.description = %q{A object oriented interface to RabbitMQ that uses the Java driver under the hood} s.rubyforge_project = 'hot_bunnies' 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 = %w(lib) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hot_bunnies-1.1.3-java | hot_bunnies.gemspec |
hot_bunnies-1.1.2-java | hot_bunnies.gemspec |