alfred_git 0.3.1 → 0.3.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.
- checksums.yaml +4 -4
- data/lib/alfred_git/version.rb +1 -1
- data/lib/alfred_git.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d4a2d8c50ff6a6bbb58d732f00b05b8ec538046
|
|
4
|
+
data.tar.gz: 9f7fb537a058586f0ae8c854efd46391b85ad86d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac7a893fd1ce9dfb224214368ffab2615e773da4da2505d3a977f8c135ca179cb2673d7ffc4b947acfa98304362c3d7666b8580151274f91a8230e630515f895
|
|
7
|
+
data.tar.gz: 908094df0271d29c7c3c7c647ddcd2cb505ec7a02004fa47e7d1b4545984a821be010c0751bc4ad4c6c80413f4f066cd2bb45e02caee58d64d5804e4c4751bd0
|
data/lib/alfred_git/version.rb
CHANGED
data/lib/alfred_git.rb
CHANGED
|
@@ -11,7 +11,7 @@ module AlfredGit
|
|
|
11
11
|
def initialize
|
|
12
12
|
set_app_directory
|
|
13
13
|
# If there's just one, it's the current version.
|
|
14
|
-
restore_settings if Dir.glob("#{@app_directory.chomp(
|
|
14
|
+
restore_settings if Dir.glob("#{@app_directory.chomp("/alfred_git-#{VERSION}")}/alfred_git*").length > 1 &&
|
|
15
15
|
!(File.exists?("#{@app_directory}/lib/config.yaml"))
|
|
16
16
|
config unless File.exists?("#{@app_directory}/lib/config.yaml")
|
|
17
17
|
config_yaml = YAML.load_file("#{@app_directory}/lib/config.yaml")
|