softcover 1.7.3 → 1.7.4
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +25 -25
- data/lib/softcover/article_template/README.md +3 -3
- data/lib/softcover/book_template/README.md +3 -3
- data/lib/softcover/cli.rb +3 -3
- data/lib/softcover/version.rb +1 -1
- data/softcover.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eafc13b9920222004e0ab0caa52d7785ed588279d7e71419274d3011aaff0b77
|
|
4
|
+
data.tar.gz: b2741bc597f77c9a9813224b5990e7b07317b04642fabfc3ec92d2e520149c05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3779a67d9feed14f6ddab94e6da2d646ca32cd37ed46d83a32d37660381ebae2d62a2fc3b1d90d95be2a9b83fa5dc4e0ca5f3117a09168d556169623133e8fd
|
|
7
|
+
data.tar.gz: 2c3e4e867f0c7f745b07e8233ae97e6351817de878c62fc896974d14c761963369a29fcd419a85a3836d4366562da1c1017c32e28f6ac4bf03e4ddcdd72fef32
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
softcover (1.7.
|
|
4
|
+
softcover (1.7.4)
|
|
5
5
|
activesupport (~> 4.2.3)
|
|
6
6
|
async_sinatra (~> 1.1.0)
|
|
7
7
|
coffee-script (>= 2.2.0)
|
|
@@ -12,7 +12,7 @@ PATH
|
|
|
12
12
|
maruku (~> 0.7.1)
|
|
13
13
|
msgpack (~> 1.2.0)
|
|
14
14
|
nokogiri (>= 1.6.0, < 2.0)
|
|
15
|
-
polytexnic (~> 1.
|
|
15
|
+
polytexnic (~> 1.7.1)
|
|
16
16
|
pygments.rb (~> 2.1)
|
|
17
17
|
rest-client (>= 1.8.0)
|
|
18
18
|
ruby-progressbar (~> 1.10)
|
|
@@ -30,7 +30,7 @@ GEM
|
|
|
30
30
|
minitest (~> 5.1)
|
|
31
31
|
thread_safe (~> 0.3, >= 0.3.4)
|
|
32
32
|
tzinfo (~> 1.1)
|
|
33
|
-
addressable (2.
|
|
33
|
+
addressable (2.8.0)
|
|
34
34
|
public_suffix (>= 2.0.2, < 5.0)
|
|
35
35
|
async_sinatra (1.1.0)
|
|
36
36
|
rack (>= 1.4.1)
|
|
@@ -40,7 +40,7 @@ GEM
|
|
|
40
40
|
coffee-script-source
|
|
41
41
|
execjs
|
|
42
42
|
coffee-script-source (1.12.2)
|
|
43
|
-
concurrent-ruby (1.1.
|
|
43
|
+
concurrent-ruby (1.1.9)
|
|
44
44
|
coveralls (0.8.23)
|
|
45
45
|
json (>= 1.8, < 3)
|
|
46
46
|
simplecov (~> 0.16.1)
|
|
@@ -50,18 +50,18 @@ GEM
|
|
|
50
50
|
crack (0.4.5)
|
|
51
51
|
rexml
|
|
52
52
|
crass (1.0.6)
|
|
53
|
-
curb (0.
|
|
54
|
-
daemons (1.4.
|
|
55
|
-
diff-lcs (1.
|
|
53
|
+
curb (1.0.0)
|
|
54
|
+
daemons (1.4.1)
|
|
55
|
+
diff-lcs (1.5.0)
|
|
56
56
|
docile (1.4.0)
|
|
57
57
|
domain_name (0.5.20190701)
|
|
58
58
|
unf (>= 0.0.5, < 1.0.0)
|
|
59
59
|
eventmachine (1.2.7)
|
|
60
60
|
execjs (2.8.1)
|
|
61
|
-
ffi (1.15.
|
|
61
|
+
ffi (1.15.5)
|
|
62
62
|
hashdiff (1.0.1)
|
|
63
63
|
http-accept (1.7.0)
|
|
64
|
-
http-cookie (1.0.
|
|
64
|
+
http-cookie (1.0.4)
|
|
65
65
|
domain_name (~> 0.5)
|
|
66
66
|
i18n (0.9.5)
|
|
67
67
|
concurrent-ruby (~> 1.0)
|
|
@@ -73,19 +73,19 @@ GEM
|
|
|
73
73
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
74
74
|
maruku (0.7.3)
|
|
75
75
|
method_source (1.0.0)
|
|
76
|
-
mime-types (3.
|
|
76
|
+
mime-types (3.4.1)
|
|
77
77
|
mime-types-data (~> 3.2015)
|
|
78
|
-
mime-types-data (3.
|
|
79
|
-
mini_portile2 (2.
|
|
80
|
-
minitest (5.
|
|
78
|
+
mime-types-data (3.2022.0105)
|
|
79
|
+
mini_portile2 (2.8.0)
|
|
80
|
+
minitest (5.15.0)
|
|
81
81
|
msgpack (1.2.10)
|
|
82
82
|
netrc (0.11.0)
|
|
83
|
-
nokogiri (1.
|
|
84
|
-
mini_portile2 (~> 2.
|
|
83
|
+
nokogiri (1.13.2)
|
|
84
|
+
mini_portile2 (~> 2.8.0)
|
|
85
85
|
racc (~> 1.4)
|
|
86
86
|
nokogumbo (2.0.5)
|
|
87
87
|
nokogiri (~> 1.8, >= 1.8.4)
|
|
88
|
-
polytexnic (1.
|
|
88
|
+
polytexnic (1.7.1)
|
|
89
89
|
json (~> 2.3.0)
|
|
90
90
|
kramdown (>= 2.0, < 3.0)
|
|
91
91
|
msgpack (~> 1.2.0)
|
|
@@ -95,15 +95,15 @@ GEM
|
|
|
95
95
|
coderay (~> 1.1)
|
|
96
96
|
method_source (~> 1.0)
|
|
97
97
|
public_suffix (4.0.6)
|
|
98
|
-
pygments.rb (2.
|
|
99
|
-
racc (1.
|
|
98
|
+
pygments.rb (2.3.0)
|
|
99
|
+
racc (1.6.0)
|
|
100
100
|
rack (1.6.13)
|
|
101
101
|
rack-protection (1.5.5)
|
|
102
102
|
rack
|
|
103
103
|
rack-test (1.1.0)
|
|
104
104
|
rack (>= 1.0, < 3)
|
|
105
|
-
rake (13.0.
|
|
106
|
-
rb-fsevent (0.11.
|
|
105
|
+
rake (13.0.6)
|
|
106
|
+
rb-fsevent (0.11.1)
|
|
107
107
|
rb-inotify (0.10.1)
|
|
108
108
|
ffi (~> 1.0)
|
|
109
109
|
rest-client (2.1.0)
|
|
@@ -145,18 +145,18 @@ GEM
|
|
|
145
145
|
daemons (~> 1.0, >= 1.0.9)
|
|
146
146
|
eventmachine (~> 1.0, >= 1.0.4)
|
|
147
147
|
rack (~> 1.0)
|
|
148
|
-
thor (1.1
|
|
148
|
+
thor (1.2.1)
|
|
149
149
|
thread_safe (0.3.6)
|
|
150
150
|
tilt (2.0.10)
|
|
151
|
-
tins (1.
|
|
151
|
+
tins (1.31.0)
|
|
152
152
|
sync
|
|
153
153
|
tzinfo (1.2.9)
|
|
154
154
|
thread_safe (~> 0.1)
|
|
155
155
|
unf (0.1.4)
|
|
156
156
|
unf_ext
|
|
157
|
-
unf_ext (0.0.
|
|
158
|
-
webmock (3.
|
|
159
|
-
addressable (>= 2.
|
|
157
|
+
unf_ext (0.0.8)
|
|
158
|
+
webmock (3.14.0)
|
|
159
|
+
addressable (>= 2.8.0)
|
|
160
160
|
crack (>= 0.3.2)
|
|
161
161
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
162
162
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Document README (please edit)
|
|
2
2
|
|
|
3
|
-
This is the README generated by `softcover new <document>`. It's not used by the [Softcover](
|
|
3
|
+
This is the README generated by `softcover new <document>`. It's not used by the [Softcover](https://www.softcover.io/) website, but it's a good practice to have a README when storing your document's source at, e.g., [GitHub](https://github.com/).
|
|
4
4
|
|
|
5
|
-
Softcover documents come with a `.gitignore` file for use with [Git](
|
|
5
|
+
Softcover documents come with a `.gitignore` file for use with [Git](https://git-scm.com/). To get started, add your files as follows:
|
|
6
6
|
|
|
7
7
|
$ git add -A
|
|
8
8
|
$ git commit -m "Initialize repository"
|
|
9
9
|
|
|
10
|
-
Then follow the instructions at [GitHub](
|
|
10
|
+
Then follow the instructions at [GitHub](https://github.com/), [GitLab](https://gitlab.com/), or [Bitbucket](https://bitbucket.org/) to create and push a remote repository.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Document README (please edit)
|
|
2
2
|
|
|
3
|
-
This is the README generated by `softcover new <document>`. It's not used by the [Softcover](
|
|
3
|
+
This is the README generated by `softcover new <document>`. It's not used by the [Softcover](https://www.softcover.io/) website, but it's a good practice to have a README when storing your document's source at, e.g., [GitHub](https://github.com/).
|
|
4
4
|
|
|
5
|
-
Softcover documents come with a `.gitignore` file for use with [Git](
|
|
5
|
+
Softcover documents come with a `.gitignore` file for use with [Git](https://git-scm.com/). To get started, add your files as follows:
|
|
6
6
|
|
|
7
7
|
$ git add -A
|
|
8
8
|
$ git commit -m "Initialize repository"
|
|
9
9
|
|
|
10
|
-
Then follow the instructions at [GitHub](
|
|
10
|
+
Then follow the instructions at [GitHub](https://github.com/), [GitLab](https://gitlab.com/), or [Bitbucket](https://bitbucket.org/) to create and push a remote repository.
|
data/lib/softcover/cli.rb
CHANGED
|
@@ -33,16 +33,16 @@ module Softcover
|
|
|
33
33
|
desc "build:#{format}", "Build #{format.upcase}"
|
|
34
34
|
if format == 'pdf'
|
|
35
35
|
method_option :debug, aliases: '-d',
|
|
36
|
-
desc: "Run raw xelatex for debugging
|
|
36
|
+
desc: "Run raw xelatex for debugging",
|
|
37
37
|
type: :boolean
|
|
38
38
|
method_option :once, aliases: '-o',
|
|
39
|
-
desc: "Run
|
|
39
|
+
desc: "Run generator once",
|
|
40
40
|
type: :boolean
|
|
41
41
|
method_option :'find-overfull', aliases: '-f',
|
|
42
42
|
desc: "Find overfull hboxes",
|
|
43
43
|
type: :boolean
|
|
44
44
|
method_option :nonstop, aliases: '-n',
|
|
45
|
-
desc: "Run
|
|
45
|
+
desc: "Run generator in nonstopmode",
|
|
46
46
|
type: :boolean
|
|
47
47
|
elsif format == 'mobi'
|
|
48
48
|
method_option :amazon, aliases: '-a',
|
data/lib/softcover/version.rb
CHANGED
data/softcover.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
|
|
|
18
18
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
19
19
|
gem.require_paths = ["lib"]
|
|
20
20
|
|
|
21
|
-
gem.add_dependency 'polytexnic', '~> 1.
|
|
21
|
+
gem.add_dependency 'polytexnic', '~> 1.7.1'
|
|
22
22
|
gem.add_dependency 'msgpack', '~> 1.2.0'
|
|
23
23
|
gem.add_dependency 'nokogiri', '>= 1.6.0', '< 2.0'
|
|
24
24
|
gem.add_dependency 'thor', '>= 0.18.1', '< 2.0'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: softcover
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Hartl
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2022-02-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: polytexnic
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version:
|
|
20
|
+
version: 1.7.1
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version:
|
|
27
|
+
version: 1.7.1
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: msgpack
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -619,7 +619,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
619
619
|
- !ruby/object:Gem::Version
|
|
620
620
|
version: '0'
|
|
621
621
|
requirements: []
|
|
622
|
-
rubygems_version: 3.1.
|
|
622
|
+
rubygems_version: 3.1.6
|
|
623
623
|
signing_key:
|
|
624
624
|
specification_version: 4
|
|
625
625
|
summary: An ebook production system & sales and marketing platform for technical authors
|