emapic_consul 0.1.5 → 0.1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/emapic_consul/api.rb +1 -1
- data/lib/emapic_consul/version.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: 3d621f544b002b41bf109325edf010f490846969
|
4
|
+
data.tar.gz: 76fa7916e8f891438788b910a95e49b99617d0a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c7d3b0aab2d47c469eff84e13752f634b1a11980a4f7ece4fa19b314b57beb7223b007fcb3452702e156e933755530db3427eedb2c7c15d5b791998b996e140
|
7
|
+
data.tar.gz: 21cdddd8a10d7a4a29fde874c7ed0db0ededaf1f6fe5e0a4e6931593bc02a6e6ed7b8081f62fdb7183d20f85b19e6e572dc86f65fccb7befddca2d3d0cdf0a09
|
data/lib/emapic_consul/api.rb
CHANGED
@@ -15,7 +15,7 @@ module EmapicConsul
|
|
15
15
|
|
16
16
|
# create_location_group(proposal_instance)
|
17
17
|
def self.create_location_group(group)
|
18
|
-
print_debug_start("to notify
|
18
|
+
print_debug_start("to notify proposal creation")
|
19
19
|
|
20
20
|
request = build_generic_request("/api/locationgroup/#{emapic_login}")
|
21
21
|
request.params = { id: group.id, title: group.title }
|