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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7157ff5d0da833a4dd9cf87836e7471354b42a56c9673c4c421c78c8537482d0
4
- data.tar.gz: 478a459522d740c927d96c20801511757b126e1713fae4db918ed846be190e02
3
+ metadata.gz: a3052087544bb565c03c91892c0cb5267002aa93eef5a7a874331dee381015ad
4
+ data.tar.gz: 7264fa017d9f089e3f706eecee93cef0f0a2e91f393e26fc965acd759a1954f2
5
5
  SHA512:
6
- metadata.gz: 79da16ec977469b04a0b7dd16c118f17f30c3319dad6f67bc8a729b711e2b89e14ec4bca8e3c5060f30f2082c8d0c954879547e4d36cb794f9695bb5bc0c196e
7
- data.tar.gz: 7658d0f1cd4d37dd09b0c00174e1b56511b89a2b5e24c4eab5e6c4f697fc8d30e7680ede04b30d06f4f98bfc1d1fd2bfe9470f3250969943f06f7f37d25a7ab7
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.
@@ -5,7 +5,7 @@ module CodecFastSms
5
5
  class Client < Core
6
6
  # Api endpoint.
7
7
  def request_uri
8
- '/FastApi.asmx/SendSms'
8
+ '/Soap.asmx/SendSms'
9
9
  end
10
10
 
11
11
  def params
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CodecFastSms
4
- VERSION = '0.1.4'
4
+ VERSION = '0.1.6'
5
5
  end
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
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-02-23 00:00:00.000000000 Z
11
+ date: 2021-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest