techbook 0.1.1 → 0.1.2

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: ec58ea9395926c88e289c4d59b1365b7835edde12cacb175fb1ac3329c521720
4
- data.tar.gz: 14a03696a1123d1a5b15b81be8053755f262be923c670510f74b9511773f7394
3
+ metadata.gz: 8e1d2047c6a4d4c0f9a7347f853b4396fa4994e190f347837d9148b177fa29af
4
+ data.tar.gz: 7c8f8c1dc85bafdb364fa4bbb7bac8fc3785a92ce118e8d5884fbdb07a3c5424
5
5
  SHA512:
6
- metadata.gz: 4e5f2dee7377259dc0cde3ab747c9c53ecf44f3fb17acbf42c6ede5214f5984d8e7b4af945b61c11c01ed1d3d3fed01a6a0a0b5282a89d773fa77d748f609e03
7
- data.tar.gz: 59a46f9d16fbbfecca490730910ead43dfbe18aac62cd8491df1d0f3ea6e84ab7f531fff9aa65bcfeb04c93331efeb05427f88d31166430dc03e275187d34c22
6
+ metadata.gz: 2392d7aec4e6fb498cea5ec90d8ff26e368002045418168e6dc97104fb7ae34adbfad6600f42a367daa5a18a30139b858b14617518a7de42e027feefd4499ea8
7
+ data.tar.gz: 5db6e39b89817e33f38430a666c6d461e42c0d5648b7af3e7fa8469198615d2c67226ec0547c060e50a4d10153b39e1d879c1c6724f40f5e4d00502d2fdfb3b4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- techbook (0.1.1)
4
+ techbook (0.1.2)
5
5
  asciidoctor (~> 2.0)
6
6
  asciidoctor-diagram (~> 1.5, >= 1.5.18)
7
7
  asciidoctor-epub3 (~> 1.5.0.alpha.9)
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2019 Felipe Fontoura
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -77,7 +77,7 @@ module Techbook
77
77
  line =~ /include::/
78
78
  }.join
79
79
 
80
- Dir.glob(File.join(@output, "book", "*.asc")).each do |file|
80
+ Dir.glob(File.join(@output, "book", "*.asc")).sort.each do |file|
81
81
  next unless file =~ /[0-9]+\-/
82
82
  content << "include::#{File.basename(file)}[]\n"
83
83
  end
@@ -1,3 +1,3 @@
1
1
  module Techbook
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felipe Fontoura
@@ -215,6 +215,7 @@ files:
215
215
  - ".travis.yml"
216
216
  - Gemfile
217
217
  - Gemfile.lock
218
+ - LICENSE
218
219
  - README.md
219
220
  - Rakefile
220
221
  - TODO.md