techbook 0.1.0 → 0.1.1
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 +1 -1
- data/README.md +6 -0
- data/lib/techbook/version.rb +1 -1
- data/techbook.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec58ea9395926c88e289c4d59b1365b7835edde12cacb175fb1ac3329c521720
|
4
|
+
data.tar.gz: 14a03696a1123d1a5b15b81be8053755f262be923c670510f74b9511773f7394
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e5f2dee7377259dc0cde3ab747c9c53ecf44f3fb17acbf42c6ede5214f5984d8e7b4af945b61c11c01ed1d3d3fed01a6a0a0b5282a89d773fa77d748f609e03
|
7
|
+
data.tar.gz: 59a46f9d16fbbfecca490730910ead43dfbe18aac62cd8491df1d0f3ea6e84ab7f531fff9aa65bcfeb04c93331efeb05427f88d31166430dc03e275187d34c22
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -26,6 +26,12 @@ Any doubt just type `help`:
|
|
26
26
|
$ techbook help
|
27
27
|
```
|
28
28
|
|
29
|
+
## Writting
|
30
|
+
|
31
|
+
Techbook uses the fabulous Asciidoctor to build awesokme html and PDF files.
|
32
|
+
|
33
|
+
Please refer to the writter's guide for more details about syntax: https://asciidoctor.org/docs/asciidoc-writers-guide/
|
34
|
+
|
29
35
|
## Development
|
30
36
|
|
31
37
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests.
|
data/lib/techbook/version.rb
CHANGED
data/techbook.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ["Felipe Fontoura"]
|
9
9
|
spec.email = ["contato@devsamurai.com.br"]
|
10
10
|
|
11
|
-
spec.summary = ""
|
12
|
-
spec.description = ""
|
11
|
+
spec.summary = "A simple platfform to write (better) technical books."
|
12
|
+
spec.description = "Create, build and publish your techbook with a simple cli."
|
13
13
|
spec.homepage = "https://github.com/felipefontoura/techbook"
|
14
14
|
|
15
15
|
spec.metadata["homepage_uri"] = spec.homepage
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: techbook
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felipe Fontoura
|
@@ -202,7 +202,7 @@ dependencies:
|
|
202
202
|
- - "~>"
|
203
203
|
- !ruby/object:Gem::Version
|
204
204
|
version: '5.0'
|
205
|
-
description:
|
205
|
+
description: Create, build and publish your techbook with a simple cli.
|
206
206
|
email:
|
207
207
|
- contato@devsamurai.com.br
|
208
208
|
executables:
|
@@ -258,5 +258,5 @@ requirements: []
|
|
258
258
|
rubygems_version: 3.0.4
|
259
259
|
signing_key:
|
260
260
|
specification_version: 4
|
261
|
-
summary:
|
261
|
+
summary: A simple platfform to write (better) technical books.
|
262
262
|
test_files: []
|