code2pdf 0.0.1 → 0.0.2

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.
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
@@ -8,7 +8,7 @@
8
8
  require 'optparse'
9
9
  require 'rubygems'
10
10
  require 'prawn'
11
- require 'convert_to_pdf'
11
+ require 'lib/convert_to_pdf'
12
12
 
13
13
  options = {}
14
14
 
@@ -1,3 +1,3 @@
1
1
  module Code2pdf
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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