File tree 5 files changed +15
-12
lines changed
5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1
- ![ ] ( https://www.sms77 .io/wp-content/uploads/2019/07/sms77- Logo-400x79.png " sms77 Logo")
1
+ ![ ] ( https://www.seven .io/wp-content/uploads/Logo.svg " seven Logo")
2
2
3
- # Ruby Client for the [ sms77 SMS Gateway API] ( https://www.sms77 .io/ )
3
+ # Ruby Client for the [ seven SMS Gateway API] ( https://www.seven .io/ )
4
4
This gem requires Ruby >= 2.6.0 < 3.
5
5
6
6
## Installation
@@ -36,6 +36,6 @@ Setting ```SMS77_TEST_HTTP=1``` enables live testing with actual API requests.
36
36
37
37
##### Support
38
38
39
- Need help? Feel free to [ contact us] ( https://www.sms77 .io/en/company/contact/ ) .
39
+ Need help? Feel free to [ contact us] ( https://www.seven .io/en/company/contact/ ) .
40
40
41
41
[ ![ MIT] ( https://img.shields.io/badge/License-MIT-teal.svg )] ( LICENSE )
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.4 .0'
4
+ VERSION = '0.5 .0'
5
5
end
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ Gem::Specification.new do |spec|
8
8
spec . add_development_dependency 'rake' , '~> 13.0'
9
9
spec . add_development_dependency 'rspec' , '~> 3.9'
10
10
spec . add_runtime_dependency 'faraday' , '~> 1.1'
11
- spec . author = 'sms77 e.K. '
12
- spec . description = 'Send SMS & text-to-speech messages via the sms77 SMS Gateway.'
13
- spec . email = 'support@sms77 .io'
11
+ spec . author = 'seven communications GmbH & Co. KG '
12
+ spec . description = 'Send SMS & text-to-speech messages via the seven SMS Gateway.'
13
+ spec . email = 'support@seven .io'
14
14
spec . files = `git ls-files` . split ( "\n " )
15
- spec . homepage = 'https://github.com/sms77io /ruby-client'
15
+ spec . homepage = 'https://github.com/seven-io /ruby-client'
16
16
spec . license = 'MIT'
17
17
spec . name = 'sms77'
18
- spec . required_ruby_version = '>= 2.6.0' , '< 3'
19
- spec . summary = 'Official API Client for the sms77 SMS Gateway'
18
+ spec . required_ruby_version = '>= 2.6.0'
19
+ spec . summary = 'Official API Client for the seven SMS Gateway'
20
20
spec . test_files = Dir [ 'spec/**/*' ]
21
21
spec . version = Sms77 ::VERSION
22
22
end
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
+ #noinspection RubyResolve
3
4
require 'spec_helper'
4
5
require 'sms77/resource'
5
6
7
+ #noinspection RubyResolve
6
8
RSpec . describe Sms77 , 'instance' do
7
9
helper = Helper . new ( Sms77 ::Resource )
8
10
You can’t perform that action at this time.
0 commit comments