slyphon-rabbitmq_client_jars 2.3.0.rc0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ *.gem
2
+ .bundle
3
+ Gemfile.lock
4
+ pkg/*
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "http://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in rabbitmq_client_jars.gemspec
4
+ gemspec
@@ -0,0 +1,2 @@
1
+ require 'bundler'
2
+ Bundler::GemHelper.install_tasks
Binary file
@@ -0,0 +1,7 @@
1
+ module RabbitmqClientJars
2
+ ROOT_PATH = File.expand_path('..', File.dirname(__FILE__))
3
+ end
4
+
5
+ Dir["#{RabbitmqClientJars::ROOT_PATH}/lib/java/*.jar"].each { |jar| require(jar) }
6
+
7
+
@@ -0,0 +1,3 @@
1
+ module RabbitmqClientJars
2
+ VERSION = "2.3.0.rc0"
3
+ end
@@ -0,0 +1,19 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "rabbitmq_client_jars/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "slyphon-rabbitmq_client_jars"
7
+ s.version = RabbitmqClientJars::VERSION
8
+ s.platform = Gem::Platform::RUBY
9
+ s.authors = ["Jonathan D. Simms"]
10
+ s.email = ["simms@hp.com"]
11
+ s.homepage = "https://github.com/slyphon/rabbitmq_client_jars"
12
+ s.summary = %q{the rabbitmq client jar files as a gem}
13
+ s.description = s.summary
14
+
15
+ s.files = `git ls-files`.split("\n")
16
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
17
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
+ s.require_paths = ["lib"]
19
+ end
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: slyphon-rabbitmq_client_jars
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: true
5
+ segments:
6
+ - 2
7
+ - 3
8
+ - 0
9
+ - rc0
10
+ version: 2.3.0.rc0
11
+ platform: ruby
12
+ authors:
13
+ - Jonathan D. Simms
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-02-03 00:00:00 +00:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: the rabbitmq client jar files as a gem
23
+ email:
24
+ - simms@hp.com
25
+ executables: []
26
+
27
+ extensions: []
28
+
29
+ extra_rdoc_files: []
30
+
31
+ files:
32
+ - .gitignore
33
+ - Gemfile
34
+ - Rakefile
35
+ - lib/java/commons-cli-1.1.jar
36
+ - lib/java/commons-io-1.2.jar
37
+ - lib/java/junit.jar
38
+ - lib/java/rabbitmq-client-tests.jar
39
+ - lib/java/rabbitmq-client.jar
40
+ - lib/rabbitmq_client_jars.rb
41
+ - lib/rabbitmq_client_jars/version.rb
42
+ - rabbitmq_client_jars.gemspec
43
+ has_rdoc: true
44
+ homepage: https://github.com/slyphon/rabbitmq_client_jars
45
+ licenses: []
46
+
47
+ post_install_message:
48
+ rdoc_options: []
49
+
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ segments:
57
+ - 0
58
+ version: "0"
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">"
62
+ - !ruby/object:Gem::Version
63
+ segments:
64
+ - 1
65
+ - 3
66
+ - 1
67
+ version: 1.3.1
68
+ requirements: []
69
+
70
+ rubyforge_project:
71
+ rubygems_version: 1.3.6
72
+ signing_key:
73
+ specification_version: 3
74
+ summary: the rabbitmq client jar files as a gem
75
+ test_files: []
76
+