rjack-netty 3.4.6.0-java → 3.6.3.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ === 3.6.3.0 (2013-3-9)
2
+ * Upgrade to (io.netty) Netty 3.6.3
3
+
1
4
  === 3.4.6.0 (2013-1-9)
2
5
  * Upgrade to (io.netty) Netty 3.4.6
3
6
 
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.4.6.Final.jar
11
+ lib/rjack-netty/netty-3.6.3.Final.jar
data/Rakefile CHANGED
@@ -8,5 +8,6 @@ RJack::TarPit.new( 'rjack-netty' ) do |tp|
8
8
 
9
9
  tp.rdoc_destinations <<
10
10
  'dekellum@rubyforge.org:/var/www/gforge-projects/rjack/netty'
11
+ tp.publish_rdoc_rsync_flags = %w[ -rL ]
11
12
 
12
13
  end
@@ -18,7 +18,7 @@ module RJack
18
18
  module Netty
19
19
 
20
20
  # Netty (java) version, numeric component
21
- NETTY_N_VERSION = '3.4.6'
21
+ NETTY_N_VERSION = '3.6.3'
22
22
 
23
23
  # Netty (java) version
24
24
  NETTY_VERSION = NETTY_N_VERSION + '.Final'
data/pom.xml CHANGED
@@ -15,7 +15,7 @@
15
15
  <dependency>
16
16
  <groupId>io.netty</groupId>
17
17
  <artifactId>netty</artifactId>
18
- <version>3.4.6.Final</version>
18
+ <version>3.6.3.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.4.6.0
5
+ version: 3.6.3.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-09 00:00:00.000000000 Z
12
+ date: 2013-03-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.4.6.Final.jar
65
+ - lib/rjack-netty/netty-3.6.3.Final.jar
66
66
  homepage: http://rjack.rubyforge.org/netty
67
67
  licenses: []
68
68
  post_install_message:
Binary file