code2pdf 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +7 -7
- data/code2pdf.gemspec +1 -1
- data/lib/code2pdf/version.rb +1 -1
- metadata +9 -9
data/Gemfile.lock
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
code2pdf (0.2.
|
5
|
-
prawn (~> 0.
|
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.
|
13
|
-
Ascii85 (
|
14
|
-
prawn (0.
|
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.
|
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.
|
25
|
+
ttfunk (1.0.2)
|
26
26
|
|
27
27
|
PLATFORMS
|
28
28
|
ruby
|
data/code2pdf.gemspec
CHANGED
@@ -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.
|
15
|
+
s.add_dependency 'prawn', '~> 0.12.0'
|
16
16
|
s.add_development_dependency 'rspec'
|
17
17
|
|
18
18
|
s.rubyforge_project = 'code2pdf'
|
data/lib/code2pdf/version.rb
CHANGED
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:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
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-
|
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:
|
28
|
+
hash: 47
|
29
29
|
segments:
|
30
30
|
- 0
|
31
|
-
-
|
32
|
-
-
|
33
|
-
version: 0.
|
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.
|
121
|
+
rubygems_version: 1.8.6
|
122
122
|
signing_key:
|
123
123
|
specification_version: 3
|
124
124
|
summary: Convert your source code to PDF
|