cmdline-fu 0.1.1 → 0.1.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.
Files changed (5) hide show
  1. data/README.md +1 -1
  2. data/VERSION +1 -1
  3. data/bin/cmdline-fu +1 -1
  4. data/cmdline-fu.gemspec +1 -1
  5. metadata +3 -3
data/README.md CHANGED
@@ -4,7 +4,7 @@ CLI based front end for [ commandlinefu ]( http://www.commandlinefu.com/ ).
4
4
  commandlinefu is community based repository for usefull commandline such as one-liner or complex `find`, `openssl`, `mysql`... command.
5
5
 
6
6
  This script scrape available TAG from site's top page with `hpricot` for supporting query based on TAG.
7
- TAGS file are stored to `~/.fu_tags`.
7
+ TAGS file are stored to `~/.cmdline-fu.tags`.
8
8
 
9
9
  `o` option depends on `open` command of OSX(means supported only on MacOS).
10
10
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/bin/cmdline-fu CHANGED
@@ -186,7 +186,7 @@ $default_opt = {
186
186
  :command => "browse",
187
187
  :format => "plaintext",
188
188
  :sort_order => "sort-by-votes",
189
- :tag_file => "~/.fu_tags",
189
+ :tag_file => "~/.cmdline-fu.tags",
190
190
  :tag_expire_days => 3,
191
191
  :open_browser => false,
192
192
  }
data/cmdline-fu.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{cmdline-fu}
5
- s.version = "0.1.1"
5
+ s.version = "0.1.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["t9md"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmdline-fu
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - t9md