pdfcrowd 2.6.0 → 4.0

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 -7
  2. data/lib/pdfcrowd.rb +1965 -11
  3. metadata +25 -32
metadata CHANGED
@@ -1,52 +1,45 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: pdfcrowd
3
- version: !ruby/object:Gem::Version
4
- version: 2.6.0
3
+ version: !ruby/object:Gem::Version
4
+ version: '4.0'
5
5
  platform: ruby
6
- authors:
6
+ authors:
7
7
  - Pdfcrowd Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
-
12
- date: 2013-08-17 00:00:00 Z
11
+ date: 2017-10-03 00:00:00.000000000 Z
13
12
  dependencies: []
14
-
15
- description: It lets you easily convert web pages and raw HTML code to PDF in your Ruby applications.
16
- email: info@pdfcrowd.com
13
+ description: The Pdfcrowd API lets you easily convert between HTML, PDF and various
14
+ image formats.
15
+ email: support@pdfcrowd.com
17
16
  executables: []
18
-
19
17
  extensions: []
20
-
21
18
  extra_rdoc_files: []
22
-
23
- files:
19
+ files:
24
20
  - lib/pdfcrowd.rb
25
- homepage: https://pdfcrowd.com/html-to-pdf-api/
26
- licenses: []
27
-
21
+ homepage: https://pdfcrowd.com/doc/api/
22
+ licenses:
23
+ - MIT
28
24
  metadata: {}
29
-
30
25
  post_install_message:
31
26
  rdoc_options: []
32
-
33
- require_paths:
27
+ require_paths:
34
28
  - lib
35
- required_ruby_version: !ruby/object:Gem::Requirement
36
- requirements:
37
- - &id001
38
- - ">="
39
- - !ruby/object:Gem::Version
40
- version: "0"
41
- required_rubygems_version: !ruby/object:Gem::Requirement
42
- requirements:
43
- - *id001
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
44
39
  requirements: []
45
-
46
40
  rubyforge_project:
47
- rubygems_version: 2.0.3
41
+ rubygems_version: 2.5.1
48
42
  signing_key:
49
43
  specification_version: 4
50
- summary: A client for the Pdfcrowd HTML to PDF API.
44
+ summary: A client for the Pdfcrowd API.
51
45
  test_files: []
52
-