stilts-stomp-client 0.1.3-java → 0.1.4-java

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,10 +1,16 @@
1
1
  module StiltsStompClient
2
- VERSION = '0.1.3'
3
- MAVEN_VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
+ MAVEN_VERSION = '0.1.4'
4
4
  end
5
5
  begin
6
6
  require 'java'
7
7
  require File.dirname(__FILE__) + '/stilts-stomp-client.jar'
8
+ require File.dirname(__FILE__) + '/stilts-stomp-client.jar'
9
+ require File.dirname(__FILE__) + '/stilts-stomp-api.jar'
10
+ require File.dirname(__FILE__) + '/netty-3.2.1.Final.jar'
11
+ require File.dirname(__FILE__) + '/jboss-logging-3.0.0.CR1.jar'
12
+ require File.dirname(__FILE__) + '/stilts-stomp-common.jar'
13
+ require File.dirname(__FILE__) + '/commons-lang-2.6.jar'
8
14
  rescue LoadError
9
15
  puts 'JAR-based gems require JRuby to load. Please visit www.jruby.org.'
10
16
  raise
Binary file
Binary file
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: stilts-stomp-client
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: java
7
7
  authors:
8
8
  - The Stilts Team
@@ -27,7 +27,15 @@ files:
27
27
  - licenses/lgpl-2.1.txt
28
28
  - lib/stilts-stomp-client.jar
29
29
  - lib/stilts-stomp-client.rb
30
+ - lib/stilts-stomp-api.jar
31
+ - lib/netty-3.2.1.Final.jar
32
+ - lib/jboss-logging-3.0.0.CR1.jar
33
+ - lib/stilts-stomp-common.jar
34
+ - lib/commons-lang-2.6.jar
30
35
  - lib/gem_hook.rb
36
+ - lib/stilts-stomp-api-0.1.3.jar
37
+ - lib/stilts-stomp-client-0.1.3.jar
38
+ - lib/stilts-stomp-common-0.1.3.jar
31
39
  - lib/stilts/stomp/client.rb
32
40
  has_rdoc: true
33
41
  homepage: http://www.jboss.org/stilts-stomp-client/