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