livetext 0.5.6 → 0.5.7

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
  SHA1:
3
- metadata.gz: 6954888defa54a2e9666f5ac2f0a7bd444b0d982
4
- data.tar.gz: 833e60f5aba4fad4e9af99ea3e3fc3454672e994
3
+ metadata.gz: 96653f79bb6d87eebd7df695e3af48d7a79ffa7e
4
+ data.tar.gz: e2d11db60a64cc55ee59db3d78d8d4ddf46bb71e
5
5
  SHA512:
6
- metadata.gz: 1309cac8ff690ba7b7d1232c0238328168c4502d5c2fefaa7b9726896096aa6d439b2daec7c13ea07e05f2ccd0ee3c742bf435703260ac31fa8d9c984440e3a0
7
- data.tar.gz: 3d5ea124005121b9dd6ccefe1dbac39afc6869d4d18c2f1882ab015d3c29d722539f9006be8cb9aea90138d5f28ef38512cadd45955f5f7e47496bd4f35fa591
6
+ metadata.gz: d35bb99c82fa717c73630cce44d74862c5df5b67a5b98a59a7ea3a69df6ea22efbbecb2f7a58f05746b9769cbcfc91d1ec258ddee98f768ba1796d672f5188a5
7
+ data.tar.gz: 82e2a8851c9bb54ccd2a3f8e88891618f7b4e143442242d707260651eb07e9c38396ae5c511989d6b57a64602ebabf0edf844343b52f1c0896bd0e43d5107ba8
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/livetext.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'livetext'
3
- s.version = '0.5.6'
4
- s.date = '2017-02-21'
3
+ s.version = '0.5.7'
4
+ s.date = '2017-03-07'
5
5
  s.summary = "A smart processor for text"
6
6
  s.description = "A smart text processor extensible in Ruby"
7
7
  s.authors = ["Hal Fulton"]
@@ -10,15 +10,15 @@ Gem::Specification.new do |s|
10
10
  ./bin
11
11
  ./bin/livetext
12
12
  ./lib
13
- ./lib/bookish.rb
14
- ./lib/calibre.rb
15
- ./lib/liveblog.rb
16
- ./lib/livemagick.rb
17
13
  ./lib/livetext.rb
18
- ./lib/markdown.rb
19
- ./lib/pyggish.rb
20
- ./lib/tutorial.rb
21
- ./livetext-0.5.2.gem
14
+ ./dsl
15
+ ./dsl/bookish.rb
16
+ ./dsl/calibre.rb
17
+ ./dsl/liveblog.rb
18
+ ./dsl/livemagick.rb
19
+ ./dsl/markdown.rb
20
+ ./dsl/pyggish.rb
21
+ ./dsl/tutorial.rb
22
22
  ./livetext.gemspec
23
23
  ./notes.txt
24
24
  ./README.html
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: livetext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-21 00:00:00.000000000 Z
11
+ date: 2017-03-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A smart text processor extensible in Ruby
14
14
  email: rubyhacker@gmail.com
@@ -20,15 +20,14 @@ files:
20
20
  - "./README.ltx"
21
21
  - "./README.md"
22
22
  - "./bin/livetext"
23
- - "./lib/bookish.rb"
24
- - "./lib/calibre.rb"
25
- - "./lib/liveblog.rb"
26
- - "./lib/livemagick.rb"
23
+ - "./dsl/bookish.rb"
24
+ - "./dsl/calibre.rb"
25
+ - "./dsl/liveblog.rb"
26
+ - "./dsl/livemagick.rb"
27
+ - "./dsl/markdown.rb"
28
+ - "./dsl/pyggish.rb"
29
+ - "./dsl/tutorial.rb"
27
30
  - "./lib/livetext.rb"
28
- - "./lib/markdown.rb"
29
- - "./lib/pyggish.rb"
30
- - "./lib/tutorial.rb"
31
- - "./livetext-0.5.2.gem"
32
31
  - "./livetext.gemspec"
33
32
  - "./notes.txt"
34
33
  - "./test/cleanup"
@@ -109,9 +108,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
108
  version: '0'
110
109
  requirements: []
111
110
  rubyforge_project:
112
- rubygems_version: 2.4.2
111
+ rubygems_version: 2.2.2
113
112
  signing_key:
114
113
  specification_version: 4
115
114
  summary: A smart processor for text
116
115
  test_files: []
117
- has_rdoc:
data/livetext-0.5.2.gem DELETED
Binary file