mokuji 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/mokuji +3 -3
  2. data/lib/mokuji/version.rb +1 -1
  3. metadata +3 -5
data/bin/mokuji CHANGED
@@ -11,10 +11,10 @@ class Moki < Thor
11
11
  #
12
12
  desc "list PATH (EXPORT_PATH)", "Recursively list a directory by its path."
13
13
  long_desc %Q{
14
- Recursively list a directory by its path.
15
- You can also set the export path for the file.
16
- Both can be relative paths.
14
+ Recursively list a directory by its (relative) path.
17
15
  The default export path is the same as the first path.
16
+ \n
17
+ Available output types: html(default), plain_html, json, plain_text
18
18
  }
19
19
 
20
20
  method_options :show_dot_files => :boolean, :output_type => :string
@@ -2,5 +2,5 @@ module Mokuji
2
2
  #
3
3
  # { VERSION }
4
4
 
5
- VERSION = '1.0.1'
5
+ VERSION = '1.0.2'
6
6
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mokuji
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.1
5
+ version: 1.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Icid Asset
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-28 00:00:00 +02:00
14
- default_executable:
13
+ date: 2011-04-29 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: json
@@ -76,7 +75,6 @@ files:
76
75
  - spec/scanner_spec.rb
77
76
  - spec/spec.opts
78
77
  - spec/spec_helper.rb
79
- has_rdoc: true
80
78
  homepage: http://icidasset.heroku.com/
81
79
  licenses: []
82
80
 
@@ -100,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
98
  requirements: []
101
99
 
102
100
  rubyforge_project: mokuji
103
- rubygems_version: 1.6.0
101
+ rubygems_version: 1.7.2
104
102
  signing_key:
105
103
  specification_version: 3
106
104
  summary: Mokuji recursively lists a directory by its path.