unxf 2.1.0 → 2.2.1
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/GIT-VERSION-GEN +1 -1
- data/LICENSE +9 -11
- data/unxf.gemspec +3 -3
- metadata +13 -13
data/GIT-VERSION-GEN
CHANGED
data/LICENSE
CHANGED
|
@@ -2,17 +2,15 @@ unxf is copyrighted Free Software by all contributors, see logs
|
|
|
2
2
|
in revision control for names and email addresses of all of them.
|
|
3
3
|
|
|
4
4
|
You can redistribute it and/or modify it under the terms of the GNU
|
|
5
|
-
General Public License (GPL) as published by
|
|
6
|
-
Foundation, version
|
|
7
|
-
|
|
8
|
-
project leader (Eric Wong) reserves the right to relicense unxf under
|
|
9
|
-
future versions of the GPL (and no other licenses).
|
|
5
|
+
General Public License (GPL), version 2 (or later) as published by
|
|
6
|
+
the Free Software Foundation. Currently, the GPL version 3 is
|
|
7
|
+
preferred.
|
|
10
8
|
|
|
11
|
-
unxf is distributed in the hope that it will be useful, but
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
unxf is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
10
|
+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
11
|
+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
12
|
+
for more details.
|
|
15
13
|
|
|
16
14
|
You should have received a copy of the GNU General Public License
|
|
17
|
-
along with this library; if not,
|
|
18
|
-
|
|
15
|
+
along with this library; if not, see:
|
|
16
|
+
https://www.gnu.org/licenses/gpl-3.0.txt
|
data/unxf.gemspec
CHANGED
|
@@ -20,8 +20,8 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
s.summary = summary
|
|
21
21
|
s.test_files = test_files
|
|
22
22
|
s.add_dependency('rack', '~> 1.1')
|
|
23
|
-
s.add_development_dependency('wrongdoc', '~> 1.
|
|
24
|
-
s.add_dependency('rpatricia', '~> 0
|
|
23
|
+
s.add_development_dependency('wrongdoc', '~> 1.6')
|
|
24
|
+
s.add_dependency('rpatricia', '~> 1.0')
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
s.licenses = %w(GPL)
|
|
27
27
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unxf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
|
+
- 2
|
|
8
9
|
- 1
|
|
9
|
-
|
|
10
|
-
version: 2.1.0
|
|
10
|
+
version: 2.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- UnXF hackers
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2013-08-03 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: rack
|
|
@@ -40,11 +40,11 @@ dependencies:
|
|
|
40
40
|
requirements:
|
|
41
41
|
- - ~>
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
|
-
hash:
|
|
43
|
+
hash: 3
|
|
44
44
|
segments:
|
|
45
45
|
- 1
|
|
46
|
-
-
|
|
47
|
-
version: "1.
|
|
46
|
+
- 6
|
|
47
|
+
version: "1.6"
|
|
48
48
|
type: :development
|
|
49
49
|
version_requirements: *id002
|
|
50
50
|
- !ruby/object:Gem::Dependency
|
|
@@ -55,11 +55,11 @@ dependencies:
|
|
|
55
55
|
requirements:
|
|
56
56
|
- - ~>
|
|
57
57
|
- !ruby/object:Gem::Version
|
|
58
|
-
hash:
|
|
58
|
+
hash: 15
|
|
59
59
|
segments:
|
|
60
|
+
- 1
|
|
60
61
|
- 0
|
|
61
|
-
|
|
62
|
-
version: "0.08"
|
|
62
|
+
version: "1.0"
|
|
63
63
|
type: :runtime
|
|
64
64
|
version_requirements: *id003
|
|
65
65
|
description: |-
|
|
@@ -97,8 +97,8 @@ files:
|
|
|
97
97
|
- test/test_unxf.rb
|
|
98
98
|
- unxf.gemspec
|
|
99
99
|
homepage: http://bogomips.org/unxf/
|
|
100
|
-
licenses:
|
|
101
|
-
|
|
100
|
+
licenses:
|
|
101
|
+
- GPL
|
|
102
102
|
post_install_message:
|
|
103
103
|
rdoc_options:
|
|
104
104
|
- -t
|
|
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
128
128
|
requirements: []
|
|
129
129
|
|
|
130
130
|
rubyforge_project: rainbows
|
|
131
|
-
rubygems_version: 1.8.
|
|
131
|
+
rubygems_version: 1.8.24
|
|
132
132
|
signing_key:
|
|
133
133
|
specification_version: 3
|
|
134
134
|
summary: Un-X-Forward* the Rack environment
|