code2pdf 0.2.0 → 0.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.
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- code2pdf (0.2.0)
5
- prawn (~> 0.11.1)
4
+ code2pdf (0.2.1)
5
+ prawn (~> 0.12.0)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
10
  Ascii85 (1.0.1)
11
11
  diff-lcs (1.1.2)
12
- pdf-reader (0.9.2)
13
- Ascii85 (>= 0.9)
14
- prawn (0.11.1)
12
+ pdf-reader (0.10.0)
13
+ Ascii85 (~> 1.0.0)
14
+ prawn (0.12.0)
15
15
  pdf-reader (>= 0.9.0)
16
- ttfunk (~> 1.0.0)
16
+ ttfunk (~> 1.0.2)
17
17
  rspec (2.6.0)
18
18
  rspec-core (~> 2.6.0)
19
19
  rspec-expectations (~> 2.6.0)
@@ -22,7 +22,7 @@ GEM
22
22
  rspec-expectations (2.6.0)
23
23
  diff-lcs (~> 1.1.2)
24
24
  rspec-mocks (2.6.0)
25
- ttfunk (1.0.1)
25
+ ttfunk (1.0.2)
26
26
 
27
27
  PLATFORMS
28
28
  ruby
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.summary = %q{Convert your source code to PDF}
13
13
  s.description = %q{Convert your source code to PDF}
14
14
 
15
- s.add_dependency 'prawn', '~> 0.11.1'
15
+ s.add_dependency 'prawn', '~> 0.12.0'
16
16
  s.add_development_dependency 'rspec'
17
17
 
18
18
  s.rubyforge_project = 'code2pdf'
@@ -1,3 +1,3 @@
1
1
  module Code2pdf
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: code2pdf
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lucas Caton
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-28 00:00:00 Z
18
+ date: 2011-09-13 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: prawn
@@ -25,12 +25,12 @@ dependencies:
25
25
  requirements:
26
26
  - - ~>
27
27
  - !ruby/object:Gem::Version
28
- hash: 49
28
+ hash: 47
29
29
  segments:
30
30
  - 0
31
- - 11
32
- - 1
33
- version: 0.11.1
31
+ - 12
32
+ - 0
33
+ version: 0.12.0
34
34
  type: :runtime
35
35
  version_requirements: *id001
36
36
  - !ruby/object:Gem::Dependency
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  requirements: []
119
119
 
120
120
  rubyforge_project: code2pdf
121
- rubygems_version: 1.7.2
121
+ rubygems_version: 1.8.6
122
122
  signing_key:
123
123
  specification_version: 3
124
124
  summary: Convert your source code to PDF