eideticpdf 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/epdfk.rb +4 -4
  3. metadata +7 -9
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d125f718af87a1289f8448ca69d11c1b20194ce5
4
+ data.tar.gz: c482ec3dc31fc906f4ccf215ae1251fa635d025f
5
+ SHA512:
6
+ metadata.gz: e2b41889b3210495448d28d772608b19639be87b11c56b92a62e6cdb841e942ca04f209a5eb6f1d9e51862be4b90aa2d38eb22986fa08a693d66853a4eefa582
7
+ data.tar.gz: 8ce07c7df73df2b6349b33c7f814d54773b8adbb872c01f6ce1e75051e496d2f7df29c04f9237ffc0752eb5a9e82ee9bfc94df533d153105132f37baebd8c214
@@ -2012,7 +2012,7 @@ module EideticPDF
2012
2012
  # 0x0150 => 'Ohungarumlaut',
2013
2013
  0x014C => 'Omacron',
2014
2014
  0x0150 => 'Otilde',
2015
- 0x014C => 'Omacron',
2015
+ # 0x014C => 'Omacron',
2016
2016
  0x2126 => 'Omega',
2017
2017
  0x03A9 => 'Omega',
2018
2018
  0x038F => 'Omegatonos',
@@ -2114,7 +2114,7 @@ module EideticPDF
2114
2114
  # 0x0170 => 'Uhungarumlaut',
2115
2115
  0x016A => 'Umacron',
2116
2116
  0x0170 => 'Ucircumflex',
2117
- 0x016A => 'Umacron',
2117
+ # 0x016A => 'Umacron',
2118
2118
  0x0172 => 'Uogonek',
2119
2119
  0x03A5 => 'Upsilon',
2120
2120
  0x03D2 => 'Upsilon1',
@@ -2702,7 +2702,7 @@ module EideticPDF
2702
2702
  # 0x0151 => 'ohungarumlaut',
2703
2703
  0x014D => 'omacron',
2704
2704
  0x0151 => 'otilde',
2705
- 0x014D => 'omacron',
2705
+ # 0x014D => 'omacron',
2706
2706
  0x03C9 => 'omega',
2707
2707
  0x03D6 => 'omega1',
2708
2708
  0x03CE => 'omegatonos',
@@ -2867,7 +2867,7 @@ module EideticPDF
2867
2867
  0x00F9 => 'ugrave',
2868
2868
  0x0171 => 'uhungarumlaut',
2869
2869
  0x01B0 => 'uhorn',
2870
- 0x0171 => 'ucircumflex',
2870
+ # 0x0171 => 'ucircumflex',
2871
2871
  0x016B => 'umacron',
2872
2872
  0x005F => 'underscore',
2873
2873
  0x2017 => 'underscoredbl',
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eideticpdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
5
- prerelease:
4
+ version: 1.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Brent Rowland
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-12-03 00:00:00.000000000 Z
11
+ date: 2017-09-11 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description:
15
14
  email: rowland@rowlandresearch.com
@@ -195,6 +194,7 @@ files:
195
194
  - test/pdf_tests.rb
196
195
  homepage: https://github.com/rowland/eideticpdf
197
196
  licenses: []
197
+ metadata: {}
198
198
  post_install_message:
199
199
  rdoc_options:
200
200
  - --title
@@ -206,23 +206,21 @@ rdoc_options:
206
206
  require_paths:
207
207
  - lib
208
208
  required_ruby_version: !ruby/object:Gem::Requirement
209
- none: false
210
209
  requirements:
211
- - - ! '>='
210
+ - - '>='
212
211
  - !ruby/object:Gem::Version
213
212
  version: '0'
214
213
  required_rubygems_version: !ruby/object:Gem::Requirement
215
- none: false
216
214
  requirements:
217
- - - ! '>='
215
+ - - '>='
218
216
  - !ruby/object:Gem::Version
219
217
  version: '0'
220
218
  requirements:
221
219
  - Ruby 1.8.7 or 1.9.3
222
220
  rubyforge_project: eideticpdf
223
- rubygems_version: 1.8.23
221
+ rubygems_version: 2.0.14.1
224
222
  signing_key:
225
- specification_version: 3
223
+ specification_version: 4
226
224
  summary: PDF Library
227
225
  test_files:
228
226
  - test/pdf_tests.rb