mtr_monitor 1.0.1 → 1.0.2

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: d7d1959c271eaaf0c608b691382a9312e0390c40
4
- data.tar.gz: f42a91701e3bc65d6968cebf76fea2e0c648815d
3
+ metadata.gz: b80f26bcce145aac758a5ef0c3c29a4f88912a86
4
+ data.tar.gz: c1b10674a71198487e5f6f512542c4301bdf8d33
5
5
  SHA512:
6
- metadata.gz: dbb9814cd4ce652c631444690cd30f633c0e7585449267cb3ea5abddcc6f69d26ffb81f334b56ab61c58ea117a8bf7822c39d65f6527a4dd22746482051759a8
7
- data.tar.gz: 01bef7c769e2dfa144b2eb1682b5fef0301aecbf969006c2038bfc8cad80ed91d4a8683edb043f738fd4ee4898584a50614482a087219e9e221d1a65cb467e01
6
+ metadata.gz: 3aece3a10003872ebf9fa2646c09b4131c5839b819bba6ff18f6f50ccb6dbcc74f8c228936fab61781793db0cea3a6388874054bbb2b3286110f6985873f67e6
7
+ data.tar.gz: f6d602fc1f7c54b107b679860b6c86ea81227e30640d9c1563d3cbd489e02a2a308ee7bff8295753d9fbabed08c93b6f33d989af84d0f3dfd1fb81e6b439f905
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mtr_monitor (1.0.1)
4
+ mtr_monitor (1.0.2)
5
5
  logdna
6
6
  rt-watchman (~> 0.10.0)
7
7
 
@@ -5,7 +5,7 @@ module MtrMonitor
5
5
  new(*args).submit
6
6
  end
7
7
 
8
- def initialize(route_name, logdna_ingestion_key, host_ip_address, local_log_path, s3_url, logger)
8
+ def initialize(route_name, logdna_ingestion_key, local_log_path, host_ip_address, s3_url, logger)
9
9
  config = {
10
10
  :ip => host_ip_address,
11
11
  :app => "MTR monitor",
@@ -1,3 +1,3 @@
1
1
  module MtrMonitor
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
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: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - RenderedText DevOps Team