upstreamstatus 0.2.3 → 0.2.4

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
  SHA1:
3
- metadata.gz: 9ccaddd923c50d28448abe72b6e95b2df93cd141
4
- data.tar.gz: 7c70189ae5d5c9163d8e6b59c36d2b279a8c0a0b
3
+ metadata.gz: 77db314deab89fc679fc47c383192fafafab930e
4
+ data.tar.gz: dc2b44690c28f80881fda94f7a0959dc60198821
5
5
  SHA512:
6
- metadata.gz: 0df288c832472e217f318ce3750248050911e45259e47c7aac2f3922b434d2281eb0943e5ff7e4289ce82a320905abc5107d351eaaa2d2242d2768c84b851172
7
- data.tar.gz: cb1465931fb35d72185408fac21a1f8210277e97ce942674b4e1aa528fc8f96f799f39007b5c22f0c05a96265da30390ea56b1f86f44ebe9b733212af919df5c
6
+ metadata.gz: aebccadf9e8857262c831dafd055ecb3f240719a4f6af0b84ade880d5c3a5c4db2e1c2e856f9bcf2a20c2714400132686611f54831e2441080f4a6fae265afcf
7
+ data.tar.gz: e374ff2d622b4f5ea34a74419d9e5cd0a0b28205b4aeb398d8836c6321eba3b23b3ba9476d5609d722624680a569c7641554c534a0db5d6c6bef836d227487c3
@@ -68,24 +68,24 @@ class Upstreamstatus
68
68
  def fake_servers
69
69
  [
70
70
  {
71
- 'index': 0,
72
- 'upstream': 'testupstream',
73
- 'name': '10.0.0.1:8080',
74
- 'status': 'up',
75
- 'rise': 10_459,
76
- 'fall': 0,
77
- 'type': 'http',
78
- 'port': 0
71
+ 'index' => 0,
72
+ 'upstream' => 'testupstream',
73
+ 'name' => '10.0.0.1 =>8080',
74
+ 'status' => 'up',
75
+ 'rise' => 10_459,
76
+ 'fall' => 0,
77
+ 'type' => 'http',
78
+ 'port' => 0
79
79
  },
80
80
  {
81
- 'index': 1,
82
- 'upstream': 'testupstream',
83
- 'name': '10.0.0.2:8080',
84
- 'status': 'down',
85
- 'rise': 10_029,
86
- 'fall': 0,
87
- 'type': 'http',
88
- 'port': 0
81
+ 'index' => 1,
82
+ 'upstream' => 'testupstream',
83
+ 'name' => '10.0.0.2 =>8080',
84
+ 'status' => 'down',
85
+ 'rise' => 10_029,
86
+ 'fall' => 0,
87
+ 'type' => 'http',
88
+ 'port' => 0
89
89
  }
90
90
  ]
91
91
  end
@@ -1,3 +1,3 @@
1
1
  class Upstreamstatus
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: upstreamstatus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Herot