wildnet-netty 3.2.4.1-java
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE.txt +0 -0
- data/README.rdoc +0 -0
- data/lib/netty-3.2.4.Final.jar +0 -0
- data/lib/wildnet-netty.rb +4 -0
- data/wildnet-netty.gemspec +37 -0
- metadata +70 -0
data/LICENSE.txt
ADDED
File without changes
|
data/README.rdoc
ADDED
File without changes
|
Binary file
|
@@ -0,0 +1,37 @@
|
|
1
|
+
|
2
|
+
require File.expand_path("../lib/version", __FILE__)
|
3
|
+
|
4
|
+
Gem::Specification.new do |s|
|
5
|
+
|
6
|
+
s.name = "wildnet-netty"
|
7
|
+
s.version = Wildnet::Netty::VERSION
|
8
|
+
s.authors = ["Marek Jelen"]
|
9
|
+
s.summary = "Netty library"
|
10
|
+
s.description = "Netty library packed for jRuby"
|
11
|
+
s.email = "marek@jelen.biz"
|
12
|
+
s.homepage = "http://github.com/marekjelen/wildnet-netty"
|
13
|
+
s.licenses = ["MIT"]
|
14
|
+
|
15
|
+
s.platform = "java"
|
16
|
+
s.required_rubygems_version = ">= 1.3.6"
|
17
|
+
|
18
|
+
s.extra_rdoc_files = [
|
19
|
+
"LICENSE.txt",
|
20
|
+
"README.rdoc"
|
21
|
+
]
|
22
|
+
|
23
|
+
s.files = [
|
24
|
+
"LICENSE.txt",
|
25
|
+
"README.rdoc",
|
26
|
+
"lib/netty-3.2.4.Final.jar",
|
27
|
+
"lib/wildnet-netty.rb",
|
28
|
+
"wildnet-netty.gemspec"
|
29
|
+
]
|
30
|
+
|
31
|
+
s.require_paths = ["lib"]
|
32
|
+
|
33
|
+
s.test_files = [
|
34
|
+
]
|
35
|
+
|
36
|
+
end
|
37
|
+
|
metadata
ADDED
@@ -0,0 +1,70 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: wildnet-netty
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease: false
|
5
|
+
segments:
|
6
|
+
- 3
|
7
|
+
- 2
|
8
|
+
- 4
|
9
|
+
- 1
|
10
|
+
version: 3.2.4.1
|
11
|
+
platform: java
|
12
|
+
authors:
|
13
|
+
- Marek Jelen
|
14
|
+
autorequire:
|
15
|
+
bindir: bin
|
16
|
+
cert_chain: []
|
17
|
+
|
18
|
+
date: 2011-02-08 00:00:00 +01:00
|
19
|
+
default_executable:
|
20
|
+
dependencies: []
|
21
|
+
|
22
|
+
description: Netty library packed for jRuby
|
23
|
+
email: marek@jelen.biz
|
24
|
+
executables: []
|
25
|
+
|
26
|
+
extensions: []
|
27
|
+
|
28
|
+
extra_rdoc_files:
|
29
|
+
- LICENSE.txt
|
30
|
+
- README.rdoc
|
31
|
+
files:
|
32
|
+
- LICENSE.txt
|
33
|
+
- README.rdoc
|
34
|
+
- lib/netty-3.2.4.Final.jar
|
35
|
+
- lib/wildnet-netty.rb
|
36
|
+
- wildnet-netty.gemspec
|
37
|
+
has_rdoc: true
|
38
|
+
homepage: http://github.com/marekjelen/wildnet-netty
|
39
|
+
licenses:
|
40
|
+
- MIT
|
41
|
+
post_install_message:
|
42
|
+
rdoc_options: []
|
43
|
+
|
44
|
+
require_paths:
|
45
|
+
- lib
|
46
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
47
|
+
requirements:
|
48
|
+
- - ">="
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
segments:
|
51
|
+
- 0
|
52
|
+
version: "0"
|
53
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
54
|
+
requirements:
|
55
|
+
- - ">="
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
segments:
|
58
|
+
- 1
|
59
|
+
- 3
|
60
|
+
- 6
|
61
|
+
version: 1.3.6
|
62
|
+
requirements: []
|
63
|
+
|
64
|
+
rubyforge_project:
|
65
|
+
rubygems_version: 1.3.6
|
66
|
+
signing_key:
|
67
|
+
specification_version: 3
|
68
|
+
summary: Netty library
|
69
|
+
test_files: []
|
70
|
+
|