Sha256: 36559b92dc10bf1780b6ed91e383a3e7dce80857d144462e2f35b5fceb134a1a

Contents?: true

Size: 819 Bytes

Versions: 17

Compression:

Stored size: 819 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', 'Michael S. Klishin']
  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

17 entries across 17 versions & 1 rubygems

Version Path
hot_bunnies-1.5.0-java hot_bunnies.gemspec
hot_bunnies-1.4.0-java hot_bunnies.gemspec
hot_bunnies-1.4.0.pre4-java hot_bunnies.gemspec
hot_bunnies-1.4.0.pre3-java hot_bunnies.gemspec
hot_bunnies-1.4.0.pre2-java hot_bunnies.gemspec
hot_bunnies-1.4.0.pre1-java hot_bunnies.gemspec
hot_bunnies-1.3.8-java hot_bunnies.gemspec
hot_bunnies-1.3.7-java hot_bunnies.gemspec
hot_bunnies-1.3.6-java hot_bunnies.gemspec
hot_bunnies-1.3.5-java hot_bunnies.gemspec
hot_bunnies-1.3.4-java hot_bunnies.gemspec
hot_bunnies-1.3.3-java hot_bunnies.gemspec
hot_bunnies-1.3.2-java hot_bunnies.gemspec
hot_bunnies-1.3.1-java hot_bunnies.gemspec
hot_bunnies-1.2.2-java hot_bunnies.gemspec
hot_bunnies-1.2.1-java hot_bunnies.gemspec
hot_bunnies-1.2.0-java hot_bunnies.gemspec