codec_fast_sms 0.1.4 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -2
- data/lib/codec_fast_sms/client.rb +1 -1
- data/lib/codec_fast_sms/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3052087544bb565c03c91892c0cb5267002aa93eef5a7a874331dee381015ad
|
4
|
+
data.tar.gz: 7264fa017d9f089e3f706eecee93cef0f0a2e91f393e26fc965acd759a1954f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa8b9c747723bbf83c45b09dfac355586a8227f9f78a60160fc00292f9d7e84ffa6e0f6f3da0a1211bb90adf59d3b2deacbfab10067dada5ffb66a6ac752d275
|
7
|
+
data.tar.gz: cdc74afe4270e383a4c5e70e5f6f4c6717f588a41b55116108ca80f24fe52103784e01865768bfb07ecca9fb43829b7b3fa374e618969f23564d856316b81666
|
data/README.md
CHANGED
@@ -75,8 +75,6 @@ client = CodecFastSms::Client.new(attributes: attributes)
|
|
75
75
|
|
76
76
|
Use attributes to set IYS parameters:
|
77
77
|
|
78
|
-
Use attributes to set other parameters:
|
79
|
-
|
80
78
|
`iys_message_type`: must take the value `TICARI` or `BILGILENDIRME`. In case the value is not given, it takes `BILGILENDIRME` value by default.
|
81
79
|
|
82
80
|
`iys_brand_code`: If `iys_message_type` is set as `TICARI`, it must be filled.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: codec_fast_sms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sertan Gülveren
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest
|