ntxt 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/ntxt +1 -1
- metadata +6 -4
data/bin/ntxt
CHANGED
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:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
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
|
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:
|