# -*- encoding: utf-8 -*- # stub: telnyx 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "telnyx".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "documentation_uri" => "https://developers.telnyx.com/docs/api/v2/overview", "github_repo" => "ssh://github.com/team-telnyx/telnyx-ruby", "homepage_uri" => "https://telnyx.com", "source_code_uri" => "https://github.com/team-telnyx/telnyx-ruby" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Telnyx".freeze] s.date = "2020-04-23" s.description = "Telnyx enables anyone to deliver enterprise-grade real-time communications over the internet. See https://telnyx.com for details.".freeze s.email = "support@telnyx.com".freeze s.executables = ["telnyx-console".freeze] s.files = [".github/ISSUE_TEMPLATE.md".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CONTRIBUTORS".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/telnyx-console".freeze, "lib/telnyx.rb".freeze, "lib/telnyx/address.rb".freeze, "lib/telnyx/alphanumeric_sender_id.rb".freeze, "lib/telnyx/api_operations/create.rb".freeze, "lib/telnyx/api_operations/delete.rb".freeze, "lib/telnyx/api_operations/list.rb".freeze, "lib/telnyx/api_operations/nested_resource.rb".freeze, "lib/telnyx/api_operations/param_wrapper.rb".freeze, "lib/telnyx/api_operations/request.rb".freeze, "lib/telnyx/api_operations/save.rb".freeze, "lib/telnyx/api_resource.rb".freeze, "lib/telnyx/available_phone_number.rb".freeze, "lib/telnyx/billing_group.rb".freeze, "lib/telnyx/call.rb".freeze, "lib/telnyx/call_control_application.rb".freeze, "lib/telnyx/conference.rb".freeze, "lib/telnyx/connection.rb".freeze, "lib/telnyx/credential_connection.rb".freeze, "lib/telnyx/errors.rb".freeze, "lib/telnyx/event.rb".freeze, "lib/telnyx/fqdn.rb".freeze, "lib/telnyx/fqdn_connection.rb".freeze, "lib/telnyx/ip.rb".freeze, "lib/telnyx/ip_connection.rb".freeze, "lib/telnyx/list_object.rb".freeze, "lib/telnyx/message.rb".freeze, "lib/telnyx/messaging_phone_number.rb".freeze, "lib/telnyx/messaging_profile.rb".freeze, "lib/telnyx/number_order.rb".freeze, "lib/telnyx/number_order_document.rb".freeze, "lib/telnyx/number_reservation.rb".freeze, "lib/telnyx/outbound_voice_profile.rb".freeze, "lib/telnyx/phone_number.rb".freeze, "lib/telnyx/phone_number_regulatory_requirement.rb".freeze, "lib/telnyx/portout.rb".freeze, "lib/telnyx/public_key.rb".freeze, "lib/telnyx/regulatory_requirement.rb".freeze, "lib/telnyx/sim_card.rb".freeze, "lib/telnyx/singleton_api_resource.rb".freeze, "lib/telnyx/telnyx_client.rb".freeze, "lib/telnyx/telnyx_object.rb".freeze, "lib/telnyx/telnyx_response.rb".freeze, "lib/telnyx/util.rb".freeze, "lib/telnyx/version.rb".freeze, "lib/telnyx/webhook.rb".freeze, "lib/telnyx/wireless_detail_records_report.rb".freeze, "telnyx.gemspec".freeze, "test/api_stub_helpers.rb".freeze, "test/openapi/README.md".freeze, "test/telnyx/address_test.rb".freeze, "test/telnyx/alphanumeric_sender_id_test.rb".freeze, "test/telnyx/api_operations_test.rb".freeze, "test/telnyx/api_resource_test.rb".freeze, "test/telnyx/available_phone_number_test.rb".freeze, "test/telnyx/billing_group_test.rb".freeze, "test/telnyx/call_control_application_test.rb".freeze, "test/telnyx/call_control_test.rb".freeze, "test/telnyx/conference_test.rb".freeze, "test/telnyx/connection_test.rb".freeze, "test/telnyx/credential_connection_test.rb".freeze, "test/telnyx/errors_test.rb".freeze, "test/telnyx/fqdn_connection_test.rb".freeze, "test/telnyx/fqdn_test.rb".freeze, "test/telnyx/ip_connection_test.rb".freeze, "test/telnyx/ip_test.rb".freeze, "test/telnyx/list_object_test.rb".freeze, "test/telnyx/message_test.rb".freeze, "test/telnyx/messaging_phone_number_test.rb".freeze, "test/telnyx/messaging_profile_test.rb".freeze, "test/telnyx/number_order_document_test.rb".freeze, "test/telnyx/number_order_test.rb".freeze, "test/telnyx/number_reservation_test.rb".freeze, "test/telnyx/outbound_voice_profile_test.rb".freeze, "test/telnyx/phone_number_regulatory_requirement_test.rb".freeze, "test/telnyx/phone_number_test.rb".freeze, "test/telnyx/public_key_test.rb".freeze, "test/telnyx/regulatory_requirement_test.rb".freeze, "test/telnyx/sim_card_test.rb".freeze, "test/telnyx/telnyx_client_test.rb".freeze, "test/telnyx/telnyx_object_test.rb".freeze, "test/telnyx/telnyx_response_test.rb".freeze, "test/telnyx/util_test.rb".freeze, "test/telnyx/webhook_test.rb".freeze, "test/telnyx/wireless_detail_records_report_test.rb".freeze, "test/telnyx_mock.rb".freeze, "test/telnyx_test.rb".freeze, "test/test_data.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://developers.telnyx.com".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.1.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby bindings for the Telnyx API".freeze s.test_files = ["test/api_stub_helpers.rb".freeze, "test/openapi/README.md".freeze, "test/telnyx/address_test.rb".freeze, "test/telnyx/alphanumeric_sender_id_test.rb".freeze, "test/telnyx/api_operations_test.rb".freeze, "test/telnyx/api_resource_test.rb".freeze, "test/telnyx/available_phone_number_test.rb".freeze, "test/telnyx/billing_group_test.rb".freeze, "test/telnyx/call_control_application_test.rb".freeze, "test/telnyx/call_control_test.rb".freeze, "test/telnyx/conference_test.rb".freeze, "test/telnyx/connection_test.rb".freeze, "test/telnyx/credential_connection_test.rb".freeze, "test/telnyx/errors_test.rb".freeze, "test/telnyx/fqdn_connection_test.rb".freeze, "test/telnyx/fqdn_test.rb".freeze, "test/telnyx/ip_connection_test.rb".freeze, "test/telnyx/ip_test.rb".freeze, "test/telnyx/list_object_test.rb".freeze, "test/telnyx/message_test.rb".freeze, "test/telnyx/messaging_phone_number_test.rb".freeze, "test/telnyx/messaging_profile_test.rb".freeze, "test/telnyx/number_order_document_test.rb".freeze, "test/telnyx/number_order_test.rb".freeze, "test/telnyx/number_reservation_test.rb".freeze, "test/telnyx/outbound_voice_profile_test.rb".freeze, "test/telnyx/phone_number_regulatory_requirement_test.rb".freeze, "test/telnyx/phone_number_test.rb".freeze, "test/telnyx/public_key_test.rb".freeze, "test/telnyx/regulatory_requirement_test.rb".freeze, "test/telnyx/sim_card_test.rb".freeze, "test/telnyx/telnyx_client_test.rb".freeze, "test/telnyx/telnyx_object_test.rb".freeze, "test/telnyx/telnyx_response_test.rb".freeze, "test/telnyx/util_test.rb".freeze, "test/telnyx/webhook_test.rb".freeze, "test/telnyx/wireless_detail_records_report_test.rb".freeze, "test/telnyx_mock.rb".freeze, "test/telnyx_test.rb".freeze, "test/test_data.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.13".freeze, "!= 0.16.0".freeze, "!= 0.16.1".freeze, "!= 0.16.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1".freeze]) end