ezprint 1.0.0 → 1.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.
Files changed (6) hide show
  1. checksums.yaml +7 -0
  2. data/README +3 -7
  3. data/README.rdoc +3 -8
  4. data/VERSION +1 -1
  5. data/ezprint.gemspec +4 -4
  6. metadata +7 -11
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5ea3b3336b9a438285926b548918b45088554f9b
4
+ data.tar.gz: ade570340c38a270eb9ee46204733a592cc78ff3
5
+ SHA512:
6
+ metadata.gz: c7cbfe1fc156d1c20ba0cecf1274de5390a25874fc01c97fda929e384fcb4c3d0f8ba2418403c673d7b029afd527827492dd791938bf42035e165966facc644e
7
+ data.tar.gz: 9ff65d43a5d255e6f4b3c941ed09c85db70744e176613eb87036676a83bc696cfc1bfbb9552f06bf8d5a1a83379a906e1977f62bdac4698b143e05131a5c853a
data/README CHANGED
@@ -10,12 +10,8 @@ prince->PDFKit for those using princely.
10
10
  Installation
11
11
  ============
12
12
 
13
- Rails 2.x
14
-
15
- gem install ezprint
16
- in environment.rb config.gem "ezprint"
17
-
18
- Rails 3
13
+ Version 1.0.0 deprecates support for Rails 2. For Rails 2.x support,
14
+ install an earlier version.
19
15
 
20
16
  gem 'ezprint'
21
17
  then run "bundle install"
@@ -91,4 +87,4 @@ Michael Bleigh for writing the awesome princely plugin, which most of the code i
91
87
  Resources
92
88
  =========
93
89
 
94
- Copyright (c) 2010 Jason Stewart, released under the MIT license.
90
+ Copyright (c) 2012 Jason Stewart, released under the MIT license.
@@ -8,13 +8,8 @@ prince->PDFKit for those using princely.
8
8
 
9
9
  == Installation
10
10
 
11
- == Rails 2.x
12
-
13
- gem install ezprint
14
-
15
- in environment.rb config.gem "ezprint"
16
-
17
- == Rails 3
11
+ Version 1.0.0 deprecates support for Rails 2. For Rails 2.x support,
12
+ install an earlier version.
18
13
 
19
14
  gem 'ezprint'
20
15
 
@@ -85,4 +80,4 @@ install the wkhtmltopdf-binary gem or put it in your Gemfile.
85
80
 
86
81
  == Resources
87
82
 
88
- * Copyright (c) 2010 Jason Stewart, released under the MIT license.
83
+ * Copyright (c) 2012 Jason Stewart, released under the MIT license.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 1.0.0
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ezprint}
5
- s.version = "1.0.0"
5
+ s.version = "1.0.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Jason Stewart"]
@@ -37,12 +37,12 @@ Gem::Specification.new do |s|
37
37
  s.specification_version = 3
38
38
 
39
39
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
40
- s.add_runtime_dependency(%q<pdfkit>, ["~> 0.5.0"])
40
+ s.add_runtime_dependency(%q<pdfkit>, ["~> 0.8.0"])
41
41
  else
42
- s.add_dependency(%q<pdfkit>, ["~> 0.5.0"])
42
+ s.add_dependency(%q<pdfkit>, ["~> 0.8.0"])
43
43
  end
44
44
  else
45
- s.add_dependency(%q<pdfkit>, ["~> 0.5.0"])
45
+ s.add_dependency(%q<pdfkit>, ["~> 0.8.0"])
46
46
  end
47
47
  end
48
48
 
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ezprint
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
5
- prerelease:
4
+ version: 1.0.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Jason Stewart
@@ -14,19 +13,17 @@ dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: pdfkit
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
21
- version: 0.5.0
19
+ version: 0.8.0
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
29
- version: 0.5.0
26
+ version: 0.8.0
30
27
  description: A Rails wrapper for the PDFkit library. Meant to be a drop in replacement
31
28
  for princely.
32
29
  email: jstewart@fusionary.com
@@ -51,25 +48,24 @@ files:
51
48
  - lib/ezprint/railtie.rb
52
49
  homepage: http://github.com/jstewart/ezprint
53
50
  licenses: []
51
+ metadata: {}
54
52
  post_install_message:
55
53
  rdoc_options: []
56
54
  require_paths:
57
55
  - lib
58
56
  required_ruby_version: !ruby/object:Gem::Requirement
59
- none: false
60
57
  requirements:
61
- - - ! '>='
58
+ - - '>='
62
59
  - !ruby/object:Gem::Version
63
60
  version: '0'
64
61
  required_rubygems_version: !ruby/object:Gem::Requirement
65
- none: false
66
62
  requirements:
67
- - - ! '>='
63
+ - - '>='
68
64
  - !ruby/object:Gem::Version
69
65
  version: '0'
70
66
  requirements: []
71
67
  rubyforge_project:
72
- rubygems_version: 1.8.23
68
+ rubygems_version: 2.0.14.1
73
69
  signing_key:
74
70
  specification_version: 3
75
71
  summary: A Rails wrapper for the PDFkit library. Meant to be a drop in replacement