Skip to content

Commit cd08031

Browse files
committed
Travis update: Jul 2025 (Build 935)
[skip ci]
1 parent 2114511 commit cd08031

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

.travis.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1+
# NOTE: This file is auto-generated by OpenAPI Generator.
2+
13
language: ruby
4+
25
cache: bundler
6+
37
rvm:
4-
- 2.7
58
- 3.0
69
- 3.1
10+
- 3.2
11+
712
script:
813
- bundle install --path vendor/bundle
914
- bundle exec rspec
1015
- gem build messente_api.gemspec
11-
- gem install ./messente_api-2.4.0.gem
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

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.0
4+
- Ruby gem version: 2.4.1
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.0'
14+
VERSION = '2.4.1'
1515
end

0 commit comments

Comments
 (0)