mn_utils_gem 0.2.0 → 0.3.0

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: 419e0bfbbf1a78e1c98adcfbb2a9bfac214572f1cfd6c3f7f3b3a261e3e58e2d
4
- data.tar.gz: bc949046b18e79169aeb93231177fbbcb518fb920d45391a90900e781c7695b6
3
+ metadata.gz: a2d6a173168ff1fcb42ff9ba894f5420b9c59e6e2040a388bed49b9a7ac0aff7
4
+ data.tar.gz: ddd38e58f9dcb69ae9eb79774910765c3a3e5204b382b964489eb838a26d0386
5
5
  SHA512:
6
- metadata.gz: f6d4f8e1121c6667735824ed70cdd2f5069dcadd8f7fa2cb01c75c6c008d1187a8a507c79c58a15e573e52891163975206ce226e2c9c15f6217f8f998d550086
7
- data.tar.gz: d9e34a791f3d3c392d23d6ed3fe0f3da90f6413ba2d1da9ff26a898e6d8798629409f252e0384d3753a63f65e1e88fb49044f4fd59517b05dc75df57fd7c4223
6
+ metadata.gz: f535bb375ad88b13c41fd5d4f0f5c13657df7b7151235cd8d9988b0521336bee10ebb5f6ae96f9f66c90170fcdd7b15620c9c8d58acc4dc8dfd92a7c65551e94
7
+ data.tar.gz: 62e823d206985190d0899b9288bb950c4063cf8b85fefbc46b35ea903bdb6752b533a67c48302c41aa3e6d38ce6c1aa988f7be833b092e0fad830279bb7ca6d3
@@ -1,4 +1,5 @@
1
1
  require "mn_utils_gem/version"
2
+ require "mn_utils_gem/site_action"
2
3
 
3
4
  module MnUtilsGem
4
5
  class Error < StandardError; end
@@ -135,7 +135,7 @@ module MnUtils
135
135
  metric_data: metric_data
136
136
  })
137
137
  else
138
- Rails.logger.debug("Payload for Cloudwatch #{metric_data}")
138
+ Rails.logger.debug("Payload for Cloudwatch: #{metric_data}")
139
139
  end
140
140
  rescue Exception => e
141
141
  Rails.logger.error e
@@ -1,3 +1,3 @@
1
1
  module MnUtilsGem
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mn_utils_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shamim Mirzai