wildnet-netty 3.2.4.1-java → 3.2.4.2-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/version.rb +5 -0
  2. data/wildnet-netty.gemspec +1 -0
  3. metadata +4 -3
data/lib/version.rb ADDED
@@ -0,0 +1,5 @@
1
+ module Wildnet
2
+ module Netty
3
+ VERSION = "3.2.4.2" unless defined?(::Wildnet::Netty::VERSION)
4
+ end
5
+ end
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
25
25
  "README.rdoc",
26
26
  "lib/netty-3.2.4.Final.jar",
27
27
  "lib/wildnet-netty.rb",
28
+ "lib/version.rb",
28
29
  "wildnet-netty.gemspec"
29
30
  ]
30
31
 
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 3
7
7
  - 2
8
8
  - 4
9
- - 1
10
- version: 3.2.4.1
9
+ - 2
10
+ version: 3.2.4.2
11
11
  platform: java
12
12
  authors:
13
13
  - Marek Jelen
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-08 00:00:00 +01:00
18
+ date: 2011-02-21 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -33,6 +33,7 @@ files:
33
33
  - README.rdoc
34
34
  - lib/netty-3.2.4.Final.jar
35
35
  - lib/wildnet-netty.rb
36
+ - lib/version.rb
36
37
  - wildnet-netty.gemspec
37
38
  has_rdoc: true
38
39
  homepage: http://github.com/marekjelen/wildnet-netty