mtr_monitor 0.18.0 → 0.18.1

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: a26972975a867e9e8a9510dfd32b4e24991e6c85
4
- data.tar.gz: dea7489cce159ab1ed20271d726902b362d9f53f
3
+ metadata.gz: 3eccdd2750d4334dbdd12d051e0e1718dca4016b
4
+ data.tar.gz: dd6acb887fb366360cdfe7378ba6bd8e5565cb31
5
5
  SHA512:
6
- metadata.gz: 8c6d4c4f74ef30563a2892a0ce89b5376bf4bf13e550ea72d85081585ecf54613b1c42cc3484afd66397bf469e077e550ce655c3403f872fc251c8410c54c474
7
- data.tar.gz: d758aca42f697617530f62c0433b556109aea48ba06b5744da05945aecb8e7018dec98c9ca8b82bc5d8dfa4752e69397810b3d230e3cb2346d38603e4b4dca2a
6
+ metadata.gz: 6d4d5512267be0d75e2f66062c52c7671c0cc7177fa07c0df459491a788907c06ac5ab277a9f87e3427365486c6811fb168e31576919517b4357de4edc5d74cb
7
+ data.tar.gz: 1a559ee88a360f2e753e6dd517fd1291ab5a5aa59f0c4d1be60ae9b4506351acbc4b50b3211499517b0b5552dd88134d523b59962c8a0f970f27f43a159d5db7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mtr_monitor (0.18.0)
4
+ mtr_monitor (0.18.1)
5
5
  logdna
6
6
  rt-watchman (~> 0.10.0)
7
7
 
data/lib/mtr_monitor.rb CHANGED
@@ -53,7 +53,7 @@ module MtrMonitor
53
53
  end
54
54
 
55
55
  def s3_url
56
- "https://s3.eu-central-1.amazonaws.com/#{@bucket}/#{path}"
56
+ "https://s3.eu-central-1.amazonaws.com/#{@s3_bucket}/#{path}"
57
57
  end
58
58
 
59
59
  def s3_uri
@@ -1,3 +1,3 @@
1
1
  module MtrMonitor
2
- VERSION = "0.18.0"
2
+ VERSION = "0.18.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtr_monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - RenderedText DevOps Team