DirTagger 2.0.5 → 2.0.6
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.
metadata
CHANGED
|
@@ -1,70 +1,52 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: DirTagger
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 2.0.6
|
|
5
5
|
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 2
|
|
8
|
-
- 0
|
|
9
|
-
- 5
|
|
10
|
-
version: 2.0.5
|
|
11
6
|
platform: ruby
|
|
12
|
-
authors:
|
|
7
|
+
authors:
|
|
13
8
|
- Van Hu
|
|
14
9
|
autorequire:
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
date: 2012-08-22 00:00:00 +08:00
|
|
19
|
-
default_executable:
|
|
12
|
+
date: 2012-10-25 00:00:00.000000000 Z
|
|
20
13
|
dependencies: []
|
|
14
|
+
description: ! 'A gem saving some frequent used paths and keeping them at hand, both
|
|
15
|
+
in a very ease and comportable way. The concept is to give your directory a tag,
|
|
16
|
+
and then store it in ''~/.tag_dir_profile''. After that, you can retrieve the path
|
|
17
|
+
of the directory by a shell command with the tag as parameter.
|
|
21
18
|
|
|
22
|
-
|
|
23
|
-
A gem saving some frequent used paths and keeping them at hand, both in a very ease and comportable way. The concept is to give your directory a tag, and then store it in '~/.tag_dir_profile'. After that, you can retrieve the path of the directory by a shell command with the tag as parameter.
|
|
24
|
-
Usage is here: https://github.com/bom-d-van/dir_tagger
|
|
19
|
+
Usage is here: https://github.com/bom-d-van/dir_tagger'
|
|
25
20
|
email: bom.d.van@gmail.com
|
|
26
|
-
executables:
|
|
21
|
+
executables:
|
|
27
22
|
- dir_tagger
|
|
28
23
|
extensions: []
|
|
29
|
-
|
|
30
24
|
extra_rdoc_files: []
|
|
31
|
-
|
|
32
|
-
files:
|
|
25
|
+
files:
|
|
33
26
|
- lib/dir_tagger.rb
|
|
34
27
|
- bin/dir_tagger
|
|
35
|
-
has_rdoc: true
|
|
36
28
|
homepage: https://github.com/bom-d-van/dir_tagger
|
|
37
29
|
licenses: []
|
|
38
|
-
|
|
39
30
|
post_install_message:
|
|
40
31
|
rdoc_options: []
|
|
41
|
-
|
|
42
|
-
require_paths:
|
|
32
|
+
require_paths:
|
|
43
33
|
- lib
|
|
44
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
45
35
|
none: false
|
|
46
|
-
requirements:
|
|
47
|
-
- -
|
|
48
|
-
- !ruby/object:Gem::Version
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
- 0
|
|
52
|
-
version: "0"
|
|
53
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - ! '>='
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
41
|
none: false
|
|
55
|
-
requirements:
|
|
56
|
-
- -
|
|
57
|
-
- !ruby/object:Gem::Version
|
|
58
|
-
|
|
59
|
-
segments:
|
|
60
|
-
- 0
|
|
61
|
-
version: "0"
|
|
42
|
+
requirements:
|
|
43
|
+
- - ! '>='
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: '0'
|
|
62
46
|
requirements: []
|
|
63
|
-
|
|
64
47
|
rubyforge_project:
|
|
65
|
-
rubygems_version: 1.
|
|
48
|
+
rubygems_version: 1.8.24
|
|
66
49
|
signing_key:
|
|
67
50
|
specification_version: 3
|
|
68
|
-
summary:
|
|
51
|
+
summary: ! '*nix system file system helper'
|
|
69
52
|
test_files: []
|
|
70
|
-
|