stilts-stomp-client 0.1.23-java → 0.1.24-java

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  module StiltsStompClient
2
- VERSION = '0.1.23'
3
- MAVEN_VERSION = '0.1.23'
2
+ VERSION = '0.1.24'
3
+ MAVEN_VERSION = '0.1.24'
4
4
  end
5
5
  begin
6
6
  require 'java'
@@ -10,7 +10,7 @@ begin
10
10
  require File.dirname(__FILE__) + '/netty-3.2.1.Final.jar'
11
11
  require File.dirname(__FILE__) + '/jboss-logging-3.0.0.CR1.jar'
12
12
  require File.dirname(__FILE__) + '/stilts-stomp-common.jar'
13
- require File.dirname(__FILE__) + '/commons-lang-2.6.jar'
13
+ require File.dirname(__FILE__) + '/commons-lang-2.4.jar'
14
14
  require File.dirname(__FILE__) + '/commons-codec-1.4.jar'
15
15
  rescue LoadError
16
16
  puts 'JAR-based gems require JRuby to load. Please visit www.jruby.org.'
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.23
5
+ version: 0.1.24
6
6
  platform: java
7
7
  authors:
8
8
  - The Stilts Team
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-10-15 00:00:00 -04:00
13
+ date: 2011-10-24 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
@@ -31,7 +31,7 @@ files:
31
31
  - lib/netty-3.2.1.Final.jar
32
32
  - lib/jboss-logging-3.0.0.CR1.jar
33
33
  - lib/stilts-stomp-common.jar
34
- - lib/commons-lang-2.6.jar
34
+ - lib/commons-lang-2.4.jar
35
35
  - lib/commons-codec-1.4.jar
36
36
  - lib/gem_hook.rb
37
37
  - lib/stilts/stomp/client.rb
Binary file