ntxt 1.0.3 → 1.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.
Files changed (2) hide show
  1. data/bin/ntxt +1 -1
  2. metadata +6 -4
data/bin/ntxt CHANGED
@@ -25,7 +25,7 @@ else
25
25
  end
26
26
 
27
27
  OptionParser.new do |opt|
28
- opt.version="1.0.3"
28
+ opt.version="1.0.4"
29
29
 
30
30
  opt.on('--trace', 'Trace through the file printing summaries.' ) do |v|
31
31
  $configs[:cmd] = 'trace'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ntxt
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 4
10
+ version: 1.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sam Baskinger
@@ -19,7 +19,9 @@ date: 2011-12-09 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: |
22
- A collection of tools to assist Sam in coding.
22
+ A library and command line tool for parsing plain text into blocks by
23
+ indentation and a simple wiki-esque == header == notation. Tagging of blocks
24
+ and searching them is also supported.
23
25
 
24
26
  email: basking2@yahoo.com
25
27
  executables: