carta 0.0.3.pre3 → 0.0.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/README.md +1 -0
- data/lib/carta/cli/compile.rb +1 -1
- data/lib/carta/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00057ec2d2b765d1998e713b651feacbe3a9779f
|
|
4
|
+
data.tar.gz: d648d4247878f7851b283a447d2e90380b8d5ba4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4ce839d8c23ced9120a83c42c50f8bc1933367b3e9d5ad6b3c0922e4684dd1728d895f7d0fc0e82840b595d1002519abe904e32da97eb530264e45ebb169cda
|
|
7
|
+
data.tar.gz: a1bd32012145ff23428b18cf1a5fecc310dd02883e9d730326e215db85edceecb7675159e663d9043ad629d75cb914c3b66f2fcc8cec69521639c31a5559f6e4
|
data/README.md
CHANGED
|
@@ -29,6 +29,7 @@ numbers formatted like `1.1` will create a folder that matches the correct heira
|
|
|
29
29
|
Will generate a build folder with the compiled files in it.
|
|
30
30
|
|
|
31
31
|
## TODO
|
|
32
|
+
* Incorporate epubcheck
|
|
32
33
|
* Add partial support
|
|
33
34
|
* Remove html generation from the cli codebase
|
|
34
35
|
* Maybe switch to tilt for templates
|
data/lib/carta/cli/compile.rb
CHANGED
|
@@ -28,7 +28,7 @@ module Carta
|
|
|
28
28
|
@MANUSCRIPT_DIR = "#{@PROJECT_DIR}/manuscript"
|
|
29
29
|
@FIGURE_DIR = "#{@MANUSCRIPT_DIR}/figures"
|
|
30
30
|
@ASSET_DIR = "#{@PROJECT_DIR}/assets"
|
|
31
|
-
@ASSET_FILES = 'css,otf,
|
|
31
|
+
@ASSET_FILES = 'css,otf,woff,jpeg,jpg,png,svg,gif'
|
|
32
32
|
@book = YAML.load_file("#{@MANUSCRIPT_DIR}/book.yaml")
|
|
33
33
|
else
|
|
34
34
|
thor.error 'No book found to compile!'
|
data/lib/carta/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: carta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dylan Wreggelsworth
|
|
@@ -159,9 +159,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
159
159
|
version: '0'
|
|
160
160
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
161
161
|
requirements:
|
|
162
|
-
- - "
|
|
162
|
+
- - ">="
|
|
163
163
|
- !ruby/object:Gem::Version
|
|
164
|
-
version:
|
|
164
|
+
version: '0'
|
|
165
165
|
requirements: []
|
|
166
166
|
rubyforge_project:
|
|
167
167
|
rubygems_version: 2.2.0
|