aka2 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/aka.gemspec +1 -1
- data/changelog.md +4 -0
- data/lib/aka/version.rb +1 -1
- data/lib/aka.rb +1 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5979f6f83b36d5295da781063dd5e4a9b8bf7859
|
4
|
+
data.tar.gz: 9f602556ff2756f6044ddf737f2d1ef457337d94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e471b8793ae2f78e6082523bd6b5ca3d96dd4d1baddd036bdac22a699230c1c5194f07f7c78a63df849b69f85f5c54b74a95759694077262f5be1e1d2f174c3
|
7
|
+
data.tar.gz: 897ca354a6d39bf01173372295e4fb60511a82ea0f78e037d327b01cfbbe14b65ce700d8147a26be2ce09c6d17b6c7524ebecfa18f420c013ca7e8dd49149f48
|
data/aka.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{The Missing Alias Manager}
|
13
13
|
spec.description = %q{aka generate/edit/destroy/find permanent aliases with a single command. }
|
14
|
-
spec.homepage = "https://github.com/ytbryan/aka
|
14
|
+
spec.homepage = "https://github.com/ytbryan/aka"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/changelog.md
CHANGED
data/lib/aka/version.rb
CHANGED
data/lib/aka.rb
CHANGED
@@ -722,8 +722,7 @@ trap 'sigusr2 $(cat ~/sigusr1-args)' SIGUSR2\n".pretty
|
|
722
722
|
def setup_aka3
|
723
723
|
if File.exist?("#{Dir.home}/.zshrc") #if zshec exist
|
724
724
|
setZSHRC2
|
725
|
-
elsif
|
726
|
-
File.exist?("#{Dir.home}/.bashrc") #if bashrc exist
|
725
|
+
elsif File.exist?("#{Dir.home}/.bashrc") #if bashrc exist
|
727
726
|
setBASHRC2
|
728
727
|
elsif File.exist?("#{Dir.home}/.bash_profile") #if bash_profile exist
|
729
728
|
setBASH2
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aka2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bryan Lim
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-08-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: net-scp
|
@@ -145,7 +145,7 @@ files:
|
|
145
145
|
- lib/.config
|
146
146
|
- lib/aka.rb
|
147
147
|
- lib/aka/version.rb
|
148
|
-
homepage: https://github.com/ytbryan/aka
|
148
|
+
homepage: https://github.com/ytbryan/aka
|
149
149
|
licenses:
|
150
150
|
- MIT
|
151
151
|
metadata: {}
|