portatext 1.1.7 → 1.1.8

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: 6bcb91124b2df5df27bea7468a7092127469e3d3
4
- data.tar.gz: b4576f0e8d25ac13183b79e8f8b750f1d1d29e76
3
+ metadata.gz: 59b5f61c2318b49a168573ab5ad6c1ccecbaa858
4
+ data.tar.gz: 50ae3e786879f949f752901956d9438d37a0cedd
5
5
  SHA512:
6
- metadata.gz: 57c623a573e571b7e6cb83697d06631aeca778705e1e2e22132ad59deb03385ccc184619eec81b57b3af37d187256991800283cab5cd7eef4463a3f1a93b63bf
7
- data.tar.gz: c4d5aa5f84fa85b9551978005f0f4e5d93bb838dd22371c6ebe8514a5b58d7bdf169a694ac376fcd456190ba1e7144139b5ddaef6d57be6f8f2f23afc80e84f6
6
+ metadata.gz: d8f63afd121d73d727dd319503d94a6da7e07c2d21cdef0d82516993132f7c35c741d2e96466a62786d169c227c081fed2737979458533300637cc2996666c91
7
+ data.tar.gz: bba25ba11e0f4b64e2ff09662becbd070a40b69437154ca92af29472400f0f7d459211b20f9f5be07371d904ee569d069b43dfccd5722d2df52bf957a6e142f2
@@ -33,6 +33,10 @@ module PortaText
33
33
  set :client_ref, client_ref
34
34
  end
35
35
 
36
+ def to_contact_lists(contact_lists)
37
+ set :contact_list_ids, contact_lists
38
+ end
39
+
36
40
  def endpoint(_method)
37
41
  return 'sms' if @args[:id].nil?
38
42
  id = @args[:id]
data/portatext.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'portatext'
3
- s.version = '1.1.7'
3
+ s.version = '1.1.8'
4
4
  s.summary = 'Official PortaText API ruby client'
5
5
  s.description = 'This is the official PortaText API ruby client'
6
6
  s.authors = ['PortaText']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: portatext
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.7
4
+ version: 1.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - PortaText
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-21 00:00:00.000000000 Z
11
+ date: 2016-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simplecov