fireinc-pdf-reader 0.11.0.alpha → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fireinc-pdf-reader
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 51
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 11
|
9
9
|
- 0
|
10
|
-
|
11
|
-
version: 0.11.0.alpha
|
10
|
+
version: 0.11.0
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- Caleb Adam Haye
|
@@ -152,24 +151,7 @@ has_rdoc: true
|
|
152
151
|
homepage: http://github.com/calebhaye/pdf-reader
|
153
152
|
licenses: []
|
154
153
|
|
155
|
-
post_install_message:
|
156
|
-
|
157
|
-
********************************************
|
158
|
-
|
159
|
-
This is an alpha release of PDF::Reader to gather feedback on the proposed
|
160
|
-
API changes.
|
161
|
-
|
162
|
-
The old API is marked as deprecated but will continue to work with no
|
163
|
-
visible warnings for now.
|
164
|
-
|
165
|
-
The new API is documented in the README and in rdoc for the PDF::Reader,
|
166
|
-
PDF::Reader::Page and PDF::Reader::ObjectHash classes.
|
167
|
-
|
168
|
-
Do not use this in production, stick to stable releases for that. If you do
|
169
|
-
take the new API for a spin, please send any feedback my way.
|
170
|
-
|
171
|
-
********************************************
|
172
|
-
|
154
|
+
post_install_message:
|
173
155
|
rdoc_options:
|
174
156
|
- --title
|
175
157
|
- PDF::Reader Documentation
|
@@ -192,14 +174,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
192
174
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
193
175
|
none: false
|
194
176
|
requirements:
|
195
|
-
- - "
|
177
|
+
- - ">="
|
196
178
|
- !ruby/object:Gem::Version
|
197
|
-
hash:
|
179
|
+
hash: 3
|
198
180
|
segments:
|
199
|
-
-
|
200
|
-
|
201
|
-
- 1
|
202
|
-
version: 1.3.1
|
181
|
+
- 0
|
182
|
+
version: "0"
|
203
183
|
requirements: []
|
204
184
|
|
205
185
|
rubyforge_project:
|