fulmar 1.7.4 → 1.7.5
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/fulmar/domain/service/configuration_service.rb +4 -2
- data/lib/fulmar/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21eff8bc3cf11335690de38f4e3903ec3f59b170
|
|
4
|
+
data.tar.gz: 6f03076d288c0704c75ac30e1d274d5747d5a714
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f07c2ff44a86b15b5190bffd699a3bfc5e6cd780361db9364fde401d808d957d9f78462d6e902aecdd0b6704f1abfdbfdf84e913a79306578278f705e343077b
|
|
7
|
+
data.tar.gz: 6db7c318dda2c0a6f9c5087bdaf5ef66795dca43b136298ee6c08ea82dc84c12b524ff2913c380227871b19bfaeef3e974d3d00ffa7c8328054fc6345a66ceea
|
|
@@ -206,8 +206,10 @@ module Fulmar
|
|
|
206
206
|
end
|
|
207
207
|
|
|
208
208
|
def check_path(env, target)
|
|
209
|
-
|
|
210
|
-
|
|
209
|
+
path = @config[:environments][env][target][:local_path]
|
|
210
|
+
return if path.blank?
|
|
211
|
+
return if path[0,1] == '/'
|
|
212
|
+
@config[:environments][env][target][:local_path] = File.expand_path("#{base_path}/#{path}")
|
|
211
213
|
end
|
|
212
214
|
end
|
|
213
215
|
end
|
data/lib/fulmar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fulmar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonas Siegl
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-07-
|
|
12
|
+
date: 2015-07-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|