File tree 5 files changed +12
-3
lines changed
5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
- / .idea
1
+ build /
2
2
* .gem
3
3
Gemfile.lock
4
4
.ruby-gemset
Original file line number Diff line number Diff line change @@ -30,4 +30,6 @@ Setting ```SMS77_TEST_HTTP=1``` enables live testing with actual API requests.
30
30
31
31
##### Support
32
32
33
- Need help? Feel free to send us an <a href =' mailto: support@sms77.io ' >email</a >.
33
+ Need help? Feel free to [ contact us] ( https://www.sms77.io/en/company/contact/ ) .
34
+
35
+ [ ![ MIT] ( https://img.shields.io/badge/License-MIT-teal.svg )] ( ./LICENSE )
Original file line number Diff line number Diff line change @@ -8,13 +8,15 @@ module Action
8
8
end
9
9
10
10
module EventType
11
+ ALL = 'all'
11
12
NEW_INBOUND_SMS = 'sms_mo'
12
13
SMS_STATUS_UPDATE = 'dlr'
13
14
VOICE_STATUS_UPDATE = 'voice_status'
14
15
end
15
16
16
17
module RequestMethod
17
18
GET = 'GET'
19
+ JSON = 'JSON'
18
20
POST = 'POST'
19
21
end
20
22
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Sms77
4
- VERSION = '0.3 .0'
4
+ VERSION = '0.4 .0'
5
5
end
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ gem build --strict
4
+
5
+ gem push " $( find . -name " *.gem" -print0 | xargs -r -0 ls -1 -t | head -1) "
You can’t perform that action at this time.
0 commit comments