File tree Expand file tree Collapse file tree 3 files changed +97
-5
lines changed Expand file tree Collapse file tree 3 files changed +97
-5
lines changed Original file line number Diff line number Diff line change 2
2
.DS_Store
3
3
4
4
# build artifacts
5
- Gemfile.lock
6
5
progit.html
7
6
progit.pdf
8
7
progit.pdfmarks
9
8
progit.epub
10
9
progit-kf8.epub
11
10
progit.mobi
12
- contributors.txt
11
+ contributors.txt
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
3
gem 'rake'
4
- gem 'asciidoctor' , '1.5.6.1 '
4
+ gem 'asciidoctor' , '~> 2.0' , '>= 2.0.10 '
5
5
6
6
gem 'json'
7
7
gem 'awesome_print'
8
8
9
- gem 'asciidoctor-epub3' , :git => 'https://github.com/asciidoctor/asciidoctor-epub3 '
10
- gem 'asciidoctor-pdf' , '1.5.0.alpha.16 '
9
+ gem 'asciidoctor-epub3' , '~> 1.5.0.alpha.9 '
10
+ gem 'asciidoctor-pdf' , '~> 1.5.0.beta.8 '
11
11
12
12
gem 'coderay'
13
13
gem 'pygments.rb'
Original file line number Diff line number Diff line change
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ Ascii85 (1.0.3 )
5
+ addressable (2.7.0 )
6
+ public_suffix (>= 2.0.2 , < 5.0 )
7
+ afm (0.2.2 )
8
+ asciidoctor (2.0.10 )
9
+ asciidoctor-epub3 (1.5.0.alpha.9 )
10
+ asciidoctor (>= 1.5.0 , < 3.0.0 )
11
+ concurrent-ruby (~> 1.1.5 )
12
+ gepub (~> 1.0.2 )
13
+ thread_safe (~> 0.3.6 )
14
+ asciidoctor-pdf (1.5.0.beta.8 )
15
+ asciidoctor (>= 1.5.3 , < 3.0.0 )
16
+ concurrent-ruby (~> 1.1.0 )
17
+ prawn (~> 2.2.0 )
18
+ prawn-icon (~> 2.5.0 )
19
+ prawn-svg (~> 0.30.0 )
20
+ prawn-table (~> 0.2.0 )
21
+ prawn-templates (~> 0.1.0 )
22
+ safe_yaml (~> 1.0.0 )
23
+ thread_safe (~> 0.3.0 )
24
+ treetop (~> 1.5.0 )
25
+ awesome_print (1.8.0 )
26
+ coderay (1.1.2 )
27
+ concurrent-ruby (1.1.5 )
28
+ css_parser (1.7.1 )
29
+ addressable
30
+ epubcheck (3.0.1 )
31
+ gepub (1.0.6 )
32
+ nokogiri (>= 1.8.2 , < 1.11 )
33
+ rubyzip (> 1.1.1 , < 2.1 )
34
+ hashery (2.1.2 )
35
+ json (2.3.0 )
36
+ kindlegen (3.0.5 )
37
+ rake
38
+ rubyzip
39
+ mini_portile2 (2.4.0 )
40
+ multi_json (1.14.1 )
41
+ nokogiri (1.10.7 )
42
+ mini_portile2 (~> 2.4.0 )
43
+ pdf-core (0.7.0 )
44
+ pdf-reader (2.4.0 )
45
+ Ascii85 (~> 1.0.0 )
46
+ afm (~> 0.2.1 )
47
+ hashery (~> 2.0 )
48
+ ruby-rc4
49
+ ttfunk
50
+ polyglot (0.3.5 )
51
+ prawn (2.2.2 )
52
+ pdf-core (~> 0.7.0 )
53
+ ttfunk (~> 1.5 )
54
+ prawn-icon (2.5.0 )
55
+ prawn (>= 1.1.0 , < 3.0.0 )
56
+ prawn-svg (0.30.0 )
57
+ css_parser (~> 1.6 )
58
+ prawn (>= 0.11.1 , < 3 )
59
+ prawn-table (0.2.2 )
60
+ prawn (>= 1.3.0 , < 3.0.0 )
61
+ prawn-templates (0.1.2 )
62
+ pdf-reader (~> 2.0 )
63
+ prawn (~> 2.2 )
64
+ public_suffix (4.0.1 )
65
+ pygments.rb (1.2.1 )
66
+ multi_json (>= 1.0.0 )
67
+ rake (13.0.1 )
68
+ ruby-rc4 (0.1.5 )
69
+ rubyzip (2.0.0 )
70
+ safe_yaml (1.0.5 )
71
+ thread_safe (0.3.6 )
72
+ treetop (1.5.3 )
73
+ polyglot (~> 0.3 )
74
+ ttfunk (1.5.1 )
75
+
76
+ PLATFORMS
77
+ ruby
78
+
79
+ DEPENDENCIES
80
+ asciidoctor (~> 2.0 , >= 2.0.10 )
81
+ asciidoctor-epub3 (~> 1.5.0.alpha.9 )
82
+ asciidoctor-pdf (~> 1.5.0.beta.8 )
83
+ awesome_print
84
+ coderay
85
+ epubcheck
86
+ json
87
+ kindlegen
88
+ pygments.rb
89
+ rake
90
+ thread_safe
91
+
92
+ BUNDLED WITH
93
+ 2.1.2
You can’t perform that action at this time.
0 commit comments