check_and_notify 0.1.1 → 0.1.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: 66d5490a25990cb4f8e0e4d44750cef399926c0a
4
- data.tar.gz: 13215b0ceb98cf00feb9e5f69a373cfabc1b0590
3
+ metadata.gz: c14652554f86dae342752a104f81eb6223a36e9c
4
+ data.tar.gz: 3f32faf5d03040b34d54013ce3daf1946225a236
5
5
  SHA512:
6
- metadata.gz: 8062632f75cc4829786c3c4c9734b9adbfcfa5facc0ccfe257133aa79f50b07b5136b04c4e62bb292972a8b48682114ab5535920b575aca5a8f479b151c48d9c
7
- data.tar.gz: 3aa02f03787d92d8c2f387b3d7b3e68528e58b7247ee2bd5eab02ad9e534e55931bda626dc6e6423bfc43c2e8b209d076787cfccc2ae77620f3d4fba2769e405
6
+ metadata.gz: ff49f35a5878fee2019234084bf6ec060127981985b63652e169a8b675fe4902980fd5bd118c42d2fc84fa7f2b917267d8c2a03656fbf6073744940d212cbdd9
7
+ data.tar.gz: 4c532ac58dbd86ca1074eda2309867d444ac393f142d78c7307cb2aa9b650cf2e96eb5830fe7cf6f7026875a92b45c155cd0b775aff2db075368a1188461742f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.1.2
2
+
3
+ initialize CheckAndNotify::Cron.init_every_thirty_minutes_cron
4
+
1
5
  # 0.1.1
2
6
 
3
7
  - Add checking and notifying after 30 minutes
@@ -3,6 +3,7 @@ module CheckAndNotify
3
3
  def self.init
4
4
  init_every_hour_cron
5
5
  init_every_ten_minutes_cron
6
+ init_every_thirty_minutes_cron
6
7
  end
7
8
 
8
9
  private
@@ -1,3 +1,3 @@
1
1
  module CheckAndNotify
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: check_and_notify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neil Marion dela Cruz