rjack-netty 3.2.8.0-java → 3.4.6.0-java

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,2 +1,5 @@
1
+ === 3.4.6.0 (2013-1-9)
2
+ * Upgrade to (io.netty) Netty 3.4.6
3
+
1
4
  === 3.2.8.0 (2013-1-3)
2
5
  * Initial release based on (org.jboss) Netty 3.2.8
data/Manifest.txt CHANGED
@@ -8,4 +8,4 @@ pom.xml
8
8
  lib/rjack-netty/base.rb
9
9
  lib/rjack-netty.rb
10
10
  test/test_netty.rb
11
- lib/rjack-netty/netty-3.2.8.Final.jar
11
+ lib/rjack-netty/netty-3.4.6.Final.jar
data/README.rdoc CHANGED
@@ -28,6 +28,7 @@ permissions and limitations under the License.
28
28
 
29
29
  === Netty (java)
30
30
 
31
+ Copyright (c) 2011 The Netty Project
31
32
  Copyright (c) 2009 Red Hat, Inc.
32
33
 
33
34
  Licensed under the Apache License, Version 2.0 (the "License"); you
data/assembly.xml CHANGED
@@ -8,7 +8,7 @@
8
8
  <dependencySet>
9
9
  <useProjectArtifact>false</useProjectArtifact>
10
10
  <includes>
11
- <include>org.jboss.netty:netty</include>
11
+ <include>io.netty:netty</include>
12
12
  </includes>
13
13
  </dependencySet>
14
14
  </dependencySets>
@@ -18,7 +18,7 @@ module RJack
18
18
  module Netty
19
19
 
20
20
  # Netty (java) version, numeric component
21
- NETTY_N_VERSION = '3.2.8'
21
+ NETTY_N_VERSION = '3.4.6'
22
22
 
23
23
  # Netty (java) version
24
24
  NETTY_VERSION = NETTY_N_VERSION + '.Final'
data/pom.xml CHANGED
@@ -13,9 +13,9 @@
13
13
 
14
14
  <dependencies>
15
15
  <dependency>
16
- <groupId>org.jboss.netty</groupId>
16
+ <groupId>io.netty</groupId>
17
17
  <artifactId>netty</artifactId>
18
- <version>3.2.8.Final</version>
18
+ <version>3.4.6.Final</version>
19
19
  </dependency>
20
20
  </dependencies>
21
21
 
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: rjack-netty
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 3.2.8.0
5
+ version: 3.4.6.0
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-03 00:00:00.000000000 Z
12
+ date: 2013-01-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest
@@ -62,7 +62,7 @@ files:
62
62
  - lib/rjack-netty/base.rb
63
63
  - lib/rjack-netty.rb
64
64
  - test/test_netty.rb
65
- - lib/rjack-netty/netty-3.2.8.Final.jar
65
+ - lib/rjack-netty/netty-3.4.6.Final.jar
66
66
  homepage: http://rjack.rubyforge.org/netty
67
67
  licenses: []
68
68
  post_install_message:
Binary file