stilts-stomp-client 0.1.33-java → 0.1.34-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.33'
3
- MAVEN_VERSION = '0.1.33'
2
+ VERSION = '0.1.34'
3
+ MAVEN_VERSION = '0.1.34'
4
4
  end
5
5
  begin
6
6
  require 'java'
@@ -11,7 +11,7 @@ begin
11
11
  require File.dirname(__FILE__) + '/jboss-logging-3.0.0.CR1.jar'
12
12
  require File.dirname(__FILE__) + '/stilts-stomp-common.jar'
13
13
  require File.dirname(__FILE__) + '/commons-lang-2.4.jar'
14
- require File.dirname(__FILE__) + '/commons-codec-1.4.jar'
14
+ require File.dirname(__FILE__) + '/commons-codec-1.6.jar'
15
15
  rescue LoadError
16
16
  puts 'JAR-based gems require JRuby to load. Please visit www.jruby.org.'
17
17
  raise
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.33
5
+ version: 0.1.34
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: 2013-03-05 00:00:00 -05:00
13
+ date: 2013-03-13 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
@@ -32,7 +32,7 @@ files:
32
32
  - lib/jboss-logging-3.0.0.CR1.jar
33
33
  - lib/stilts-stomp-common.jar
34
34
  - lib/commons-lang-2.4.jar
35
- - lib/commons-codec-1.4.jar
35
+ - lib/commons-codec-1.6.jar
36
36
  - lib/gem_hook.rb
37
37
  - lib/stilts/stomp/client.rb
38
38
  has_rdoc: true
Binary file