pdfservice 1.2.0 → 1.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.
Files changed (4) hide show
  1. data/LICENSE +20 -0
  2. data/VERSION +1 -1
  3. data/pdfservice.gemspec +24 -18
  4. metadata +43 -11
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2011 Jack Danger Canty
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
@@ -1,51 +1,57 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pdfservice}
8
- s.version = "1.2.0"
8
+ s.version = "1.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jack Danger Canty"]
12
- s.date = %q{2011-01-03}
12
+ s.date = %q{2011-04-10}
13
13
  s.description = %q{Run your own html-to-pdf server for free on Heroku.com}
14
14
  s.email = %q{gitcommit@6brand.com}
15
15
  s.extra_rdoc_files = [
16
+ "LICENSE",
16
17
  "README.markdown"
17
18
  ]
18
19
  s.files = [
19
20
  "Gemfile",
20
- "Gemfile.lock",
21
- "README.markdown",
22
- "Rakefile",
23
- "VERSION",
24
- "config.ru",
25
- "lib/pdf_service.rb",
26
- "lib/pdf_service_client.rb",
27
- "lib/pdf_service_server.rb",
28
- "lib/pdfservice.rb",
29
- "pdfservice.gemspec",
30
- "test.rb",
31
- "vendor/wkhtmltopdf-amd64-0.10.0_beta5-static-amd64"
21
+ "Gemfile.lock",
22
+ "LICENSE",
23
+ "README.markdown",
24
+ "Rakefile",
25
+ "VERSION",
26
+ "config.ru",
27
+ "lib/pdf_service.rb",
28
+ "lib/pdf_service_client.rb",
29
+ "lib/pdf_service_server.rb",
30
+ "lib/pdfservice.rb",
31
+ "pdfservice.gemspec",
32
+ "test.rb",
33
+ "vendor/wkhtmltopdf-amd64-0.10.0_beta5-static-amd64"
32
34
  ]
33
35
  s.homepage = %q{http://github.com/JackDanger/pdfservice}
34
- s.rdoc_options = ["--charset=UTF-8"]
35
36
  s.require_paths = ["lib"]
36
- s.rubygems_version = %q{1.3.7}
37
+ s.rubygems_version = %q{1.4.2}
37
38
  s.summary = %q{lightwight HTML-to-PDF server running on Heroku.com}
38
39
 
39
40
  if s.respond_to? :specification_version then
40
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
41
41
  s.specification_version = 3
42
42
 
43
43
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
44
+ s.add_runtime_dependency(%q<sinatra>, ["= 1.1.2"])
45
+ s.add_runtime_dependency(%q<newrelic_rpm>, [">= 0"])
44
46
  s.add_development_dependency(%q<shoulda>, [">= 0"])
45
47
  else
48
+ s.add_dependency(%q<sinatra>, ["= 1.1.2"])
49
+ s.add_dependency(%q<newrelic_rpm>, [">= 0"])
46
50
  s.add_dependency(%q<shoulda>, [">= 0"])
47
51
  end
48
52
  else
53
+ s.add_dependency(%q<sinatra>, ["= 1.1.2"])
54
+ s.add_dependency(%q<newrelic_rpm>, [">= 0"])
49
55
  s.add_dependency(%q<shoulda>, [">= 0"])
50
56
  end
51
57
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfservice
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
5
- prerelease: false
4
+ hash: 29
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 0
10
- version: 1.2.0
9
+ - 1
10
+ version: 1.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jack Danger Canty
@@ -15,13 +15,28 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-03 00:00:00 -08:00
18
+ date: 2011-04-29 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
- name: shoulda
22
+ type: :runtime
23
+ version_requirements: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - "="
27
+ - !ruby/object:Gem::Version
28
+ hash: 23
29
+ segments:
30
+ - 1
31
+ - 1
32
+ - 2
33
+ version: 1.1.2
34
+ requirement: *id001
23
35
  prerelease: false
24
- requirement: &id001 !ruby/object:Gem::Requirement
36
+ name: sinatra
37
+ - !ruby/object:Gem::Dependency
38
+ type: :runtime
39
+ version_requirements: &id002 !ruby/object:Gem::Requirement
25
40
  none: false
26
41
  requirements:
27
42
  - - ">="
@@ -30,8 +45,23 @@ dependencies:
30
45
  segments:
31
46
  - 0
32
47
  version: "0"
48
+ requirement: *id002
49
+ prerelease: false
50
+ name: newrelic_rpm
51
+ - !ruby/object:Gem::Dependency
33
52
  type: :development
34
- version_requirements: *id001
53
+ version_requirements: &id003 !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ hash: 3
59
+ segments:
60
+ - 0
61
+ version: "0"
62
+ requirement: *id003
63
+ prerelease: false
64
+ name: shoulda
35
65
  description: Run your own html-to-pdf server for free on Heroku.com
36
66
  email: gitcommit@6brand.com
37
67
  executables: []
@@ -39,10 +69,12 @@ executables: []
39
69
  extensions: []
40
70
 
41
71
  extra_rdoc_files:
72
+ - LICENSE
42
73
  - README.markdown
43
74
  files:
44
75
  - Gemfile
45
76
  - Gemfile.lock
77
+ - LICENSE
46
78
  - README.markdown
47
79
  - Rakefile
48
80
  - VERSION
@@ -59,8 +91,8 @@ homepage: http://github.com/JackDanger/pdfservice
59
91
  licenses: []
60
92
 
61
93
  post_install_message:
62
- rdoc_options:
63
- - --charset=UTF-8
94
+ rdoc_options: []
95
+
64
96
  require_paths:
65
97
  - lib
66
98
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -84,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
116
  requirements: []
85
117
 
86
118
  rubyforge_project:
87
- rubygems_version: 1.3.7
119
+ rubygems_version: 1.4.2
88
120
  signing_key:
89
121
  specification_version: 3
90
122
  summary: lightwight HTML-to-PDF server running on Heroku.com