rubysl-zlib 2.0.0 → 2.0.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.
- checksums.yaml +4 -4
- data/.travis.yml +7 -5
- data/ext/rubysl/zlib/extconf.rb +5 -8
- data/ext/rubysl/zlib/zlib.c +1090 -881
- data/lib/rubysl/zlib.rb +1 -1
- data/lib/rubysl/zlib/version.rb +1 -1
- data/rubysl-zlib.gemspec +1 -0
- metadata +18 -3
data/lib/rubysl/zlib.rb
CHANGED
data/lib/rubysl/zlib/version.rb
CHANGED
data/rubysl-zlib.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubysl-zlib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Shirai
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,6 +52,20 @@ dependencies:
|
|
52
52
|
- - ~>
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '1.5'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: rubysl-prettyprint
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ~>
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '2.0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ~>
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '2.0'
|
55
69
|
description: Ruby standard library zlib.
|
56
70
|
email:
|
57
71
|
- brixen@gmail.com
|
@@ -169,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
169
183
|
version: '0'
|
170
184
|
requirements: []
|
171
185
|
rubyforge_project:
|
172
|
-
rubygems_version: 2.0.
|
186
|
+
rubygems_version: 2.0.3
|
173
187
|
signing_key:
|
174
188
|
specification_version: 4
|
175
189
|
summary: Ruby standard library zlib.
|
@@ -251,3 +265,4 @@ test_files:
|
|
251
265
|
- spec/zstream/stream_end_spec.rb
|
252
266
|
- spec/zstream/total_in_spec.rb
|
253
267
|
- spec/zstream/total_out_spec.rb
|
268
|
+
has_rdoc:
|