messente_api.gemspec in messente_api-1.2.0 vs messente_api.gemspec in messente_api-1.2.1
- old
+ new
@@ -6,11 +6,11 @@
#[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.
The version of the OpenAPI document: 1.2.0
Contact: messente@messente.com
Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.0.3
+OpenAPI Generator version: 4.3.0
=end
$:.push File.expand_path("../lib", __FILE__)
require "messente_api/version"
@@ -29,15 +29,9 @@
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
- s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
- s.add_development_dependency 'webmock', '~> 1.24', '>= 1.24.3'
- s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
- s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
- s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
- s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.12'
s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
s.test_files = `find spec/*`.split("\n")
s.executables = []
s.require_paths = ["lib"]