prawnto_2 0.0.11 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +5 -2
  2. data/lib/prawnto.rb +1 -1
  3. metadata +6 -6
data/README.rdoc CHANGED
@@ -12,12 +12,15 @@ This is my attempt to merge the various forks of the prawnto gem, and <b>update
12
12
 
13
13
  In your <code>Gemfile</code>:
14
14
 
15
- gem 'prawnto_2'
15
+ gem "prawnto_2", :require => "prawnto"
16
16
 
17
17
  == Usage
18
18
 
19
- On it's way...
19
+ On it's way... This will be added to the {wiki}[http://github.com/forrest/prawnto/wiki]
20
20
 
21
+ == Contributing & Reporting Issues
22
+
23
+ While I can't promise the most speedy response, I do plan to continue to maintain this gem. Please feel free to report any issues, provide feedback, or make suggestions on the {Issue Tracker}[http://github.com/forrest/prawnto/issues]
21
24
 
22
25
 
23
26
  ---
data/lib/prawnto.rb CHANGED
@@ -4,7 +4,7 @@ $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname
4
4
  require 'prawnto/railtie' if defined?(Rails)
5
5
 
6
6
  module Prawnto
7
- VERSION='0.0.11'
7
+ VERSION='0.1.0'
8
8
  autoload :ActionControllerMixin, 'prawnto/action_controller_mixin'
9
9
  autoload :ActionViewMixin, 'prawnto/action_view_mixin'
10
10
  module TemplateHandlers
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prawnto_2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-14 00:00:00.000000000Z
12
+ date: 2011-09-16 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &2154173160 !ruby/object:Gem::Requirement
16
+ requirement: &2154336260 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '3.1'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2154173160
24
+ version_requirements: *2154336260
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: prawn
27
- requirement: &2154172700 !ruby/object:Gem::Requirement
27
+ requirement: &2154335800 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 0.12.0
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2154172700
35
+ version_requirements: *2154335800
36
36
  description: Simple PDF generation using the prawn library.
37
37
  email:
38
38
  - development@forrestzeisler.com