tidtools 0.2.1 → 0.2.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.
- data/README.rdoc +1 -8
- data/Rakefile +1 -1
- data/bin/tiddler2texts +1 -1
- data/bin/tidgrep +1 -1
- data/bin/twgrep +1 -1
- data/lib/tidtools.rb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -3,19 +3,12 @@ http://github.com/ongaeshi/tidtools
|
|
|
3
3
|
|
|
4
4
|
tidtoolsは、TiddlyWikiをより使いやすくするためのコマンドラインツール群です。Wiki内の検索等、様々なツールが用意されています。RubyGem経由で簡単にインストール可能です。
|
|
5
5
|
|
|
6
|
-
== DESCRIPTION:
|
|
7
|
-
TiddlyWiki's utility tools.
|
|
8
|
-
|
|
9
|
-
tiddler2texts TiddlyWiki's tiddler convert text files.
|
|
10
|
-
tidgrep TiddlyWiki file's grep.
|
|
11
|
-
twgrep TiddlyWiki file's grep (for Tweet style).
|
|
12
|
-
|
|
13
6
|
== INSTALL:
|
|
14
7
|
通常のgemインストールと同様です。
|
|
15
8
|
|
|
16
9
|
gem install tidtools
|
|
17
10
|
|
|
18
|
-
==
|
|
11
|
+
== DESCRIPTION:
|
|
19
12
|
インストールすると以下のツールが使えるようになります。
|
|
20
13
|
|
|
21
14
|
<b>tiddler2texts</b>:: TiddlyWikiをTiddlerごとのテキストファイルに分割
|
data/Rakefile
CHANGED
|
@@ -13,7 +13,7 @@ Hoe.plugin :newgem
|
|
|
13
13
|
$hoe = Hoe.spec 'tidtools' do
|
|
14
14
|
self.developer 'ongaeshi', 'ongaeshi@example.com'
|
|
15
15
|
self.summary = %Q{TiddlyWiki utility tools.}
|
|
16
|
-
self.description = "
|
|
16
|
+
self.description = "TiddlyWiki utility tools. tiddler2texts, tidgrep twgrep."
|
|
17
17
|
self.post_install_message = 'PostInstall.txt' # TODO remove if post-install message not required
|
|
18
18
|
self.rubyforge_name = self.name # TODO this is default value
|
|
19
19
|
self.extra_deps = [['hpricot','>= 0.8.2']]
|
data/bin/tiddler2texts
CHANGED
data/bin/tidgrep
CHANGED
data/bin/twgrep
CHANGED
data/lib/tidtools.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tidtools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.2.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- ongaeshi
|
|
@@ -50,7 +50,7 @@ dependencies:
|
|
|
50
50
|
version: 2.8.0
|
|
51
51
|
type: :development
|
|
52
52
|
version_requirements: *id002
|
|
53
|
-
description:
|
|
53
|
+
description: TiddlyWiki utility tools. tiddler2texts, tidgrep twgrep.
|
|
54
54
|
email:
|
|
55
55
|
- ongaeshi@example.com
|
|
56
56
|
executables:
|