aka2 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 673cb269a937bd977d3c4de2dd8bdc59dedf6144
4
- data.tar.gz: 4b6c30b307730044f9dd0e022aa1e986cffeff5a
3
+ metadata.gz: 5979f6f83b36d5295da781063dd5e4a9b8bf7859
4
+ data.tar.gz: 9f602556ff2756f6044ddf737f2d1ef457337d94
5
5
  SHA512:
6
- metadata.gz: c76085f31de613a8bbce3999f5e13c70790eb1a20e803ce5b09f8b770cd629e12d20d078accabe23004c3c267b00132cadfec46d81c6a7b974d1b6916cd5882a
7
- data.tar.gz: 1c01be9087ede80a6d83ee3aae7ec9b559c718759311ad9c338883ccf840256b138520ac6fa6b6a13e33278e288113550b0a1f09764e24f252945cd4bea2bc52
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-gem"
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
@@ -1,3 +1,7 @@
1
+ ## v0.1.3
2
+
3
+ * Fix setup_aka3 bug for bashrc user
4
+
1
5
  ## v0.1.2
2
6
 
3
7
  * Fix setup2 bug - export new line
data/lib/aka/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Aka
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
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-07-26 00:00:00.000000000 Z
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-gem
148
+ homepage: https://github.com/ytbryan/aka
149
149
  licenses:
150
150
  - MIT
151
151
  metadata: {}