inf 0.0.16 → 0.0.17

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aws.rb +1 -1
  3. data/lib/version.rb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: efe28e51079b5b18429e1a7c6e1c721f40c5be2f
4
- data.tar.gz: ffc0e43d1f5997460a529d39354d477d433867ec
3
+ metadata.gz: 8662d7c174ae93b8d45ce7868db0a09d8e9f782b
4
+ data.tar.gz: 8e375182613a6af9d2315a8b1f0bce25fc5977f3
5
5
  SHA512:
6
- metadata.gz: 8daea022dbcd1cc4c30dd9c4a00c03b332b37b4a5054594a3b654b39ed41a4a2649eeb6772efc0b5ad7e1b5dab310bba7731057893d4fd39bd3fa67e506954d5
7
- data.tar.gz: ff184ca17dbc0c69b6343de7539cef82242306110682f5701e9c7dd4d1c49fba44e424fb13cfe0721997d610aff7db72e5bf4623538f16446b103a43bfb703cd
6
+ metadata.gz: 51b2aab854fd37fc0348693e62956b7c8885c4b5c69f5281f30be38e9b05767315d913fa04b868b2ba513a556b0b9dc0eb5fe940db9ccb9fc2f74d3d6924fc79
7
+ data.tar.gz: 89435055750de02b30e7c37af1a361b5308f0e36bbc10080244ca63503615ed0922138d36aa7e36e2214b09c8d7b3c3397c9d3cee289d9e9e0756201d159853c
data/lib/aws.rb CHANGED
@@ -73,7 +73,7 @@ BOOTSTRAP_SCRIPT
73
73
  elb.configure_health_check(
74
74
  load_balancer_name: lb_name,
75
75
  health_check: {
76
- target: 'HTTP:80/health_check',
76
+ target: 'HTTP:5000/health_check',
77
77
  interval: 10, # seconds
78
78
  timeout: 5, # seconds to respond
79
79
  unhealthy_threshold: 2, # two consecutive failures
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Inf
2
- VERSION = '0.0.16'
2
+ VERSION = '0.0.17'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
- - Kyle Brett <kyle@kylebrett.com>
7
+ - dashkb
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-27 00:00:00.000000000 Z
11
+ date: 2017-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -97,7 +97,7 @@ files:
97
97
  - lib/load_balancer.rb
98
98
  - lib/migrations.rb
99
99
  - lib/version.rb
100
- homepage: http://www.kylebrett.com
100
+ homepage: https://github.com/dashkb/inf
101
101
  licenses:
102
102
  - Nonstandard
103
103
  metadata: {}
@@ -117,8 +117,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  requirements: []
119
119
  rubyforge_project:
120
- rubygems_version: 2.6.12
120
+ rubygems_version: 2.6.13
121
121
  signing_key:
122
122
  specification_version: 4
123
- summary: inf
123
+ summary: Manage your AWS infrastructure a certain kid of way.
124
124
  test_files: []