statusio 0.2.7 → 0.2.8

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: 7b4a3b30a513becfd5520f697a29be95d552bc8e9315b3d6f90b0d0d22695707
4
- data.tar.gz: b866d78524b2312c5307b2a244191c5d0c6789957ecf7935c5f13a81dcae2a99
3
+ metadata.gz: d55314ec72a79f16b9df997f2360b79a488b4c65327f4de9797927399374bca8
4
+ data.tar.gz: 178933c3f79ce25cb1c7e88a62ff75057ca8b4feb0d9d189fa0ccb3b6a15713b
5
5
  SHA512:
6
- metadata.gz: '096dbdf6cb8434e4c8eedd7a4e5ee99a3b55690deea2b510f596aadc90643ae3cbbdcc78d1400916cb85fe4e4ea7619cd270b4496c5021399a09b4534be686a1'
7
- data.tar.gz: 5775696739e9f35f958229ac8ed5915d0d63e4a73ea09f7384e1af2eeaf64cdd955accb7fe2a626f819dac2254844acf695c91ca06490a1e573a90311efc6355
6
+ metadata.gz: 551564960dda19bcbbeb5a83edb300950ba6e9a280bc26694f67fda93df4bec443ebebf6bae4af79cd8d306d6f1935bf2c7c86bd76e31c24328408c8800da9d1
7
+ data.tar.gz: 53b411f16a047b9041b557d6a337fd1131cd1b9b151bae0d00927c8685cc58d64afdd14932fbe5778e0622b67940c77df46c39677bbc292eba6fc14a1534cb63
data/lib/statusio.rb CHANGED
@@ -536,11 +536,11 @@ class StatusioClient
536
536
  # @param statuspage_id(string) Status page ID
537
537
  # @param method(string) Communication method of subscriber. Valid methods are `email`, `sms` or `webhook`
538
538
  # @param address(string) Subscriber address (SMS number must include country code ie. +1)
539
- # @param silent(int) Supress the welcome message (1 = Do not send notification)
539
+ # @param silent(string) Suppress the welcome message (1 = Do not send notification)
540
540
  # @param granular(string) List of component_container combos
541
541
  # @return object
542
542
 
543
- def subscriber_add(statuspage_id, method, address, silent = 1, granular = '')
543
+ def subscriber_add(statuspage_id, method, address, silent = '1', granular = '')
544
544
  data = {}
545
545
  data['statuspage_id'] = statuspage_id
546
546
  data['method'] = method
@@ -1,3 +1,3 @@
1
1
  class StatusioClient
2
- VERSION = '0.2.7'
2
+ VERSION = '0.2.8'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: statusio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Status.io
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-10 00:00:00.000000000 Z
11
+ date: 2020-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client