nerve-easy 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: 74e9f585ff6b3dbbf5112b8dc406499cce316060
4
- data.tar.gz: acbd7524db77013be39e608f4875382395bad689
3
+ metadata.gz: b011a5249e3b224e83f15bc25e8ca7dfa9f97361
4
+ data.tar.gz: e861ca5689ad132a76f06166ae09cd81f31d0fbb
5
5
  SHA512:
6
- metadata.gz: 735fc56707122419cd749bf19492c4fd5b3913670a7404fcd559552f8b1099f4f22299adcdd3cabfa9b4227e1643c7134a5b5e38aaffaeec973689613952ba96
7
- data.tar.gz: 873b95065ef91c781ac07434338344c961001465a32334b7bf0d845053e19de1db05e68af8f143ebabd46a86ed01a8486909289796d0caa4e46c90a6130e87c8
6
+ metadata.gz: 1a70eeb103e5e7decb72e84303c53666313b81da6a59f16d98496a7306019b8aa3fec46e10b81955a76ff10e3867b2aabb928091acce8fa2edb34ab5de69aeb6
7
+ data.tar.gz: 2b0d1d06543a77b860710ca6286173120def25d05da8bdb8cda7953d0fea42250de33cad0caabd9bb055c505ec01b10827602bb98fda453f6ef35f6e35c80396
@@ -22,15 +22,15 @@ module Nerve
22
22
  @type ||= :tcp
23
23
  @uri = params[:uri]
24
24
  @registry = params[:registry]
25
- @registry ||= "global"
25
+ @registry ||= "nerve"
26
26
  @customer = params[:customer]
27
27
  @customer ||= "global"
28
28
  @application = params[:application]
29
- @application ||= "global"
29
+ @application ||= "application"
30
30
  @function = params[:function]
31
- @function ||= "global"
31
+ @function ||= "function"
32
32
  @suffix = params[:suffix]
33
- @suffix ||= "global"
33
+ @suffix ||= "services"
34
34
  @name = params[:name]
35
35
  unless @name
36
36
  @name = "#{@customer}_#{@application}_#{@function}"
@@ -1,5 +1,5 @@
1
1
  module Nerve
2
2
  module Easy
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nerve-easy
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
  - Mathias Kaufmann