consul-templaterb 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d104a301793e4e561f71f1915d381e57ab54433b4b9ebc73ea4d2737ec2a335
4
- data.tar.gz: 37cfd79d91ca1509855c25b8d7c47b5d3f860ebeb1c6bf06e9637c396adda6e2
3
+ metadata.gz: 665f6314688398c4384fcaf1759f438e3f48fe61e0308a4cd0d3bf72a45f5355
4
+ data.tar.gz: 24188ffb9e2e43bf3a4b2d879e50758b185897c2fd9bb3028f115fb9e0749899
5
5
  SHA512:
6
- metadata.gz: 0a8459e4ab2da12a9778026acf08fd365db293c3538563eba41f7d2910093a2da570065a8bb46efa7ac3826c6b1005f590849acba57a83446af562f3c7342cc5
7
- data.tar.gz: 4264908388b6429311192db38f94afdc4790e4a29f27625c1089c3c308bf3fb2bce81257072e3edbbe825f241f75ddeaf2506d8109d6ce6b7f6b2b6268e140eb
6
+ metadata.gz: 7d8b2daa28c4e3d44206c1bc3790ea59f82521243de4cb650ad3ae054b6cec270e2c3bfdb8c5b09af79815485f2e840dc111fe9368e1c0a920d1098a54b6b3dc
7
+ data.tar.gz: ac954c31e366d638cb62777a6fe4da7d9e3970de32a3d220c3d7b3f85d744f07bed06dd2bef034b7409b0a74b97daa14ac6cc6f8a2db7fe28a751700c898ddf9
data/README.md CHANGED
@@ -76,6 +76,17 @@ $ gem install consul-templaterb
76
76
  [...]
77
77
  ```
78
78
 
79
+ If you simply want to use the executable on your favorite linux distribution, you
80
+ have to install first: ruby and ruby dev.
81
+
82
+ ### Quick install on Ubuntu
83
+
84
+ ```shell
85
+ sudo apt-get install ruby ruby-dev && sudo gem install consul-templaterb
86
+ ```
87
+
88
+ You can now use it directly using the binary `consul-templaterb` in your path
89
+
79
90
  ## Usage of consul-templaterb
80
91
 
81
92
  ### Show help
@@ -21,7 +21,7 @@ options = {
21
21
  debug: {
22
22
  network: false
23
23
  },
24
- base_url: ENV['CONSUL_HTTP_ADDR'] || 'http://locahost:8500',
24
+ base_url: ENV['CONSUL_HTTP_ADDR'] || 'http://localhost:8500',
25
25
  token: nil,
26
26
  retry_duration: 10, # On error, retry after n seconds
27
27
  min_duration: 5, # On sucess and when differences are found
@@ -1,5 +1,5 @@
1
1
  module Consul
2
2
  module Async
3
- VERSION = '1.0.4'.freeze
3
+ VERSION = '1.0.5'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: consul-templaterb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - SRE Core Services