Skip to content

Commit 5996f00

Browse files
committed
Travis update: Jul 2025 (Build 928)
[skip ci]
1 parent be20daa commit 5996f00

3 files changed

Lines changed: 4 additions & 16 deletions

File tree

.travis.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
1-
# NOTE: This file is auto-generated by OpenAPI Generator.
2-
31
language: ruby
4-
52
cache: bundler
6-
73
rvm:
4+
- 2.7
85
- 3.0
96
- 3.1
10-
- 3.2
11-
127
script:
138
- bundle install --path vendor/bundle
149
- bundle exec rspec
1510
- gem build messente_api.gemspec
16-
- gem install ./messente_api-2.4.1.gem
17-
18-
deploy:
19-
provider: rubygems
20-
api_key: "${RUBYGEMS_API_KEY}"
21-
gemspec: messente_api.gemspec
22-
on:
23-
tags: true
11+
- gem install ./messente_api-2.4.0.gem

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Messente API Library
22

33
- Messente API version: 2.0.0
4-
- Ruby gem version: 2.4.1
4+
- Ruby gem version: 2.4.0
55

66
[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
77

lib/messente_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module MessenteApi
14-
VERSION = '2.4.1'
14+
VERSION = '2.4.0'
1515
end

0 commit comments

Comments
 (0)