nifty_alert 0.0.3 → 0.0.4

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: 4ffd927ec73849cf0ef5228b0cfdb76ad8dc329e
4
- data.tar.gz: 861138788bc744399fdb51f61cd33ae453fe4a89
3
+ metadata.gz: b8ac00cc9b1636f7daabcffc251f5ab29da01b91
4
+ data.tar.gz: 2f6e089e85dad20857c51ab0b796411facfd3318
5
5
  SHA512:
6
- metadata.gz: 21d0c74171ad8d308637d475e93efcf1861e3321a3c98bb8e062c06b05f01185fa241afc90d9c46af89499aa8957be4037864a2e056eac538069409250e67426
7
- data.tar.gz: 5cf5daa928dc2cec0b6e555d27e526242acf935804eb472d2f25940c4bc59c504c81029d0ac20eaeea8c5d20a063839f6834a726c0e050529f8bcc17fbd8315d
6
+ metadata.gz: 164d2fd3937dd5fa8318278a3204f804fb60f3386b751595daa0b0bfb965a4ea9893daf74f8a07f4771cd3a6eaa0312d7f67d008ecb685f83fc95ac18083e445
7
+ data.tar.gz: b68545d2b3449db089afc5274753678e1c1b9a3ad59bb6ffca7a9dd3a01990a27c8afc4cf49e9a6556cf79631dd78cbfdd5be94e6d6b40c5d7a05ac12f63083d
data/lib/nifty_alert.rb CHANGED
@@ -12,7 +12,7 @@ class NiftyAlert
12
12
  Faraday.post(
13
13
  SERVICE_URL,
14
14
  description: @description,
15
- recipients: self.class.recipients,
15
+ recipients: self.class.recipients.join(","),
16
16
  current_number: number,
17
17
  threshold: threshold
18
18
  )
@@ -1,3 +1,3 @@
1
1
  module NiftyAlert
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nifty_alert
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Albertson
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  version: '0'
88
88
  requirements: []
89
89
  rubyforge_project:
90
- rubygems_version: 2.4.5
90
+ rubygems_version: 2.4.2
91
91
  signing_key:
92
92
  specification_version: 4
93
93
  summary: Keep an eye on anything with a threshold, especially queues.