smsru-ruby 2.0.0

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.
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: smsru-ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Leonid Svyatov
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: A modern, dependency-free Ruby client for the SMS.ru HTTP API. Send single
13
+ or bulk SMS, schedule delivery, check cost and delivery status, verify users by
14
+ phone call, inspect balance/limits/senders, manage the stoplist, and register delivery
15
+ callbacks.
16
+ email:
17
+ - leonid@svyatov.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - ".yardopts"
23
+ - CHANGELOG.md
24
+ - LICENSE.txt
25
+ - README.md
26
+ - lib/sms_ru/auth.rb
27
+ - lib/sms_ru/call_check.rb
28
+ - lib/sms_ru/callbacks.rb
29
+ - lib/sms_ru/client.rb
30
+ - lib/sms_ru/coerce.rb
31
+ - lib/sms_ru/data.rb
32
+ - lib/sms_ru/errors.rb
33
+ - lib/sms_ru/events.rb
34
+ - lib/sms_ru/my.rb
35
+ - lib/sms_ru/statuses.rb
36
+ - lib/sms_ru/stoplist.rb
37
+ - lib/sms_ru/version.rb
38
+ - lib/sms_ru/webhook.rb
39
+ - lib/smsru-ruby.rb
40
+ - sig/manifest.yaml
41
+ - sig/sms_ru/auth.rbs
42
+ - sig/sms_ru/call_check.rbs
43
+ - sig/sms_ru/callbacks.rbs
44
+ - sig/sms_ru/client.rbs
45
+ - sig/sms_ru/coerce.rbs
46
+ - sig/sms_ru/data.rbs
47
+ - sig/sms_ru/errors.rbs
48
+ - sig/sms_ru/events.rbs
49
+ - sig/sms_ru/my.rbs
50
+ - sig/sms_ru/statuses.rbs
51
+ - sig/sms_ru/stoplist.rbs
52
+ - sig/sms_ru/version.rbs
53
+ - sig/sms_ru/webhook.rbs
54
+ - smsru-ruby.gemspec
55
+ homepage: https://github.com/svyatov/smsru-ruby
56
+ licenses:
57
+ - MIT
58
+ metadata:
59
+ rubygems_mfa_required: 'true'
60
+ documentation_uri: https://rubydoc.info/gems/smsru-ruby
61
+ source_code_uri: https://github.com/svyatov/smsru-ruby
62
+ changelog_uri: https://github.com/svyatov/smsru-ruby/blob/main/CHANGELOG.md
63
+ bug_tracker_uri: https://github.com/svyatov/smsru-ruby/issues
64
+ rdoc_options: []
65
+ require_paths:
66
+ - lib
67
+ required_ruby_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ version: 3.2.0
72
+ required_rubygems_version: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: '0'
77
+ requirements: []
78
+ rubygems_version: 4.0.16
79
+ specification_version: 4
80
+ summary: Modern, dependency-free Ruby client for the SMS.ru API.
81
+ test_files: []