Skip to content

Commit 5cc9c7f

Browse files
committed
remove a variable called VERIFY_PUSH_RESOURCE in verifyclient class
1 parent 34fe5e6 commit 5cc9c7f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

RELEASE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.3.1
2+
3+
- Removed VERIFY_PUSH_RESOURCE variable in VerifyClient class.
4+
15
2.3.0
26

37
- Removed push method in VerifyClient class

lib/telesignenterprise/verify.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
VERIFY_SMS_RESOURCE = '/v1/verify/sms'
44
VERIFY_VOICE_RESOURCE = '/v1/verify/call'
55
VERIFY_SMART_RESOURCE = '/v1/verify/smart'
6-
VERIFY_PUSH_RESOURCE = '/v2/verify/push'
76
VERIFY_STATUS_RESOURCE = '/v1/verify/%{reference_id}'
87
VERIFY_COMPLETION_RESOURCE = '/v1/verify/completion/%{reference_id}'
98

telesignenterprise.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'telesignenterprise'
3-
s.version = '2.3.0'
3+
s.version = '2.3.1'
44
s.add_runtime_dependency 'telesign', '~> 2.2.3'
55
s.licenses = ['MIT']
66
s.date = '2017-05-02'

0 commit comments

Comments
 (0)