tidtools 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
- == MANUAL:
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 = "tiddler2texts(TiddlyWiki's tiddler convert text files), tidgrep(TiddlyWiki file's grep), twgrep(TiddlyWiki file's grep (for Tweet style).)"
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']]
@@ -8,7 +8,7 @@ require 'rubygems'
8
8
  require "tidtools/tiddler2texts_cli"
9
9
 
10
10
  # バージョン番号
11
- Version = "0.2.1"
11
+ Version = "0.2.2"
12
12
 
13
13
  # コマンドの実行
14
14
  Tidtools::Tiddler2textsCli.execute(STDOUT, ARGV)
@@ -8,7 +8,7 @@ require 'rubygems'
8
8
  require "tidtools/tidgrep_cli"
9
9
 
10
10
  # バージョン番号
11
- Version = "0.2.1"
11
+ Version = "0.2.2"
12
12
 
13
13
  # コマンドの実行
14
14
  Tidtools::TidgrepCli.execute(STDOUT, ARGV)
data/bin/twgrep CHANGED
@@ -8,7 +8,7 @@ require 'rubygems'
8
8
  require "tidtools/twgrep_cli"
9
9
 
10
10
  # バージョン番号
11
- Version = "0.2.1"
11
+ Version = "0.2.2"
12
12
 
13
13
  # コマンドの実行
14
14
  Tidtools::TwgrepCli.execute(STDOUT, ARGV)
@@ -2,5 +2,5 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Tidtools
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.2'
6
6
  end
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: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
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: tiddler2texts(TiddlyWiki's tiddler convert text files), tidgrep(TiddlyWiki file's grep), twgrep(TiddlyWiki file's grep (for Tweet style).)
53
+ description: TiddlyWiki utility tools. tiddler2texts, tidgrep twgrep.
54
54
  email:
55
55
  - ongaeshi@example.com
56
56
  executables: