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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0d111a6290516c5ed3eb29a385bf8a29e83b2a52a792b51879bddd1d5837b59
4
- data.tar.gz: f67efe58b64c6bb2aa85ec410273c644a72612fd9d845d8ffddc3df6a9209bc8
3
+ metadata.gz: ec58ea9395926c88e289c4d59b1365b7835edde12cacb175fb1ac3329c521720
4
+ data.tar.gz: 14a03696a1123d1a5b15b81be8053755f262be923c670510f74b9511773f7394
5
5
  SHA512:
6
- metadata.gz: d854242caae6aa6243a727acefd2faef35e8530e0434dff8056464265071e50d0c1bff6c52ed8ae6847ba6155cd13a65f85fdcd674e1e84d43df78664d6ddd8e
7
- data.tar.gz: f2d2048abd72843063783c1e3d250475bad1a46d371d42fe0ae2630642c1bea1c3efca5b508451d2c24eca3e49b85b4403afbace13453ea9942f34a8c67d3e46
6
+ metadata.gz: 4e5f2dee7377259dc0cde3ab747c9c53ecf44f3fb17acbf42c6ede5214f5984d8e7b4af945b61c11c01ed1d3d3fed01a6a0a0b5282a89d773fa77d748f609e03
7
+ data.tar.gz: 59a46f9d16fbbfecca490730910ead43dfbe18aac62cd8491df1d0f3ea6e84ab7f531fff9aa65bcfeb04c93331efeb05427f88d31166430dc03e275187d34c22
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- techbook (0.1.0)
4
+ techbook (0.1.1)
5
5
  asciidoctor (~> 2.0)
6
6
  asciidoctor-diagram (~> 1.5, >= 1.5.18)
7
7
  asciidoctor-epub3 (~> 1.5.0.alpha.9)
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.
@@ -1,3 +1,3 @@
1
1
  module Techbook
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: []