shoutout_lite 1.0.1 → 1.0.3

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
  SHA256:
3
- metadata.gz: '024190bf73dbd6c6cfc06f8603b6add8a3e3e2a9bdc91ac7d8763dcc954c578a'
4
- data.tar.gz: efd686aee000d2a687f10591e6a0fd1edb51b8628e0a1a6eb3f78a4f6d628faf
3
+ metadata.gz: cb148a03f00e579b5880c607b74f94327c56863a8a0ca969382be5983abf7157
4
+ data.tar.gz: e723cc78f538384b93898b7307c1dbed33adc134cb15139cd1a53e09ff9681b9
5
5
  SHA512:
6
- metadata.gz: 1816502d3c6da39d6bed5ecf58a838b45293b74f2ba15282d882334d8527416892c1ca3a634357a8a511340e596dc1127a18e3156c5fc2909a5285c3381e8f81
7
- data.tar.gz: 29b6432ea506f3143528a2c6dd36b788551330285048707276defb156c528075148b1fc2bc95a6aa0787ad27724da2506095593b5c0543c1e719be5e1d8f2865
6
+ metadata.gz: 836660365dcc336b5a71346f723ec0730c68c5ffb69aedd50ab5d2e907fc9f1a3c52423d66e1d5c7ce3d21253e224fb98b30c518fc0a18d0c4139e0cfd424caf
7
+ data.tar.gz: 2599ac14284611ab4e6fc05b4bd25056812e62a60fdcaf662e3400b7283a0e7d80bbec020d126000576454fcd57f058022bac4deffd5d48b3f8bcd83e6063ebc
@@ -1,4 +1,4 @@
1
- class RestClient
1
+ class Shoutout::RestClient
2
2
 
3
3
  # def self.postJson(apikey:,body:,url:)
4
4
  # puts body.to_json
data/lib/shoutout/sms.rb CHANGED
@@ -2,7 +2,7 @@ class Shoutout::SMS
2
2
 
3
3
  def self.send(apikey,from,to,body)
4
4
 
5
- return RestClient.postJson(
5
+ return Shoutout::RestClient.postJson(
6
6
  body:{
7
7
  'source' => from,
8
8
  'transports':['sms'],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoutout_lite
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ShoutOUT Labs
@@ -9,7 +9,21 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2021-06-18 00:00:00.000000000 Z
12
- dependencies: []
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: http
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '5.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '5.0'
13
27
  description: ShoutOUT SMS API integration
14
28
  email: support@getshoutout.com
15
29
  executables: []