code2pdf 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +22 -0
- data/bin/code2pdf +1 -1
- data/lib/code2pdf/version.rb +1 -1
- metadata +4 -3
data/Gemfile.lock
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
code2pdf (0.0.1)
|
5
|
+
|
6
|
+
GEM
|
7
|
+
remote: http://rubygems.org/
|
8
|
+
specs:
|
9
|
+
Ascii85 (1.0.1)
|
10
|
+
pdf-reader (0.9.2)
|
11
|
+
Ascii85 (>= 0.9)
|
12
|
+
prawn (0.11.1)
|
13
|
+
pdf-reader (>= 0.9.0)
|
14
|
+
ttfunk (~> 1.0.0)
|
15
|
+
ttfunk (1.0.1)
|
16
|
+
|
17
|
+
PLATFORMS
|
18
|
+
ruby
|
19
|
+
|
20
|
+
DEPENDENCIES
|
21
|
+
code2pdf!
|
22
|
+
prawn
|
data/bin/code2pdf
CHANGED
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: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Lucas Caton
|
@@ -43,6 +43,7 @@ extra_rdoc_files: []
|
|
43
43
|
files:
|
44
44
|
- .gitignore
|
45
45
|
- Gemfile
|
46
|
+
- Gemfile.lock
|
46
47
|
- Rakefile
|
47
48
|
- bin/code2pdf
|
48
49
|
- code2pdf.gemspec
|