cmd_tools 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.
- data/README.rdoc +2 -2
- data/cmd_tools.gemspec +1 -1
- data/lib/cmd_tools/version.rb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -10,5 +10,5 @@ Back up files and directories of current directory into ./bak_since_SOME_NUMBERE
|
|
|
10
10
|
== +cmd_tools_emacs_launcher_for_aliternate_editer_of_emacsclient+
|
|
11
11
|
Launch +emacs+ by using +spawn+. This should be usefull when using +emacsclient+.
|
|
12
12
|
=== Usage
|
|
13
|
-
alias e='emacsclient -a
|
|
14
|
-
alias em='emacsclient -a
|
|
13
|
+
alias e='emacsclient -a cmd_tools_emacs_launcher_for_alternate_editer_of_emacsclient -t'
|
|
14
|
+
alias em='emacsclient -a cmd_tools_emacs_launcher_for_alternate_editer_of_emacsclient -n'
|
data/cmd_tools.gemspec
CHANGED
data/lib/cmd_tools/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cmd_tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-06
|
|
12
|
+
date: 2012-07-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: ruby_patch
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2155020760 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '0.3'
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2155020760
|
|
25
25
|
description: ! 'Command line tools. tsh: mv to ~/.myTrash. bak: bakup.'
|
|
26
26
|
email:
|
|
27
27
|
executables:
|