# -*- encoding: utf-8 -*- # stub: twilio-ruby 3.11.4 ruby lib Gem::Specification.new do |s| s.name = "twilio-ruby".freeze s.version = "3.11.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andrew Benton".freeze] s.date = "2013-10-21" s.description = "A simple library for communicating with the Twilio REST API, building TwiML, and generating Twilio Client Capability Tokens".freeze s.email = "andrew@twilio.com".freeze s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "AUTHORS.md".freeze, "CHANGES".freeze, "Gemfile".freeze, "LICENSE".freeze, "Makefile".freeze, "README.md".freeze, "Rakefile".freeze, "conf/cacert.pem".freeze, "docs/Makefile".freeze, "docs/_themes/LICENSE".freeze, "docs/_themes/README.rst".freeze, "docs/_themes/flask_theme_support.py".freeze, "docs/_themes/kr/layout.html".freeze, "docs/_themes/kr/relations.html".freeze, "docs/_themes/kr/static/flasky.css_t".freeze, "docs/_themes/kr/static/small_flask.css".freeze, "docs/_themes/kr/theme.conf".freeze, "docs/_themes/kr_small/layout.html".freeze, "docs/_themes/kr_small/static/flasky.css_t".freeze, "docs/_themes/kr_small/theme.conf".freeze, "docs/changelog.rst".freeze, "docs/conf.py".freeze, "docs/faq.rst".freeze, "docs/getting-started.rst".freeze, "docs/index.rst".freeze, "docs/make.bat".freeze, "docs/src/pip-delete-this-directory.txt".freeze, "docs/usage/accounts.rst".freeze, "docs/usage/applications.rst".freeze, "docs/usage/basics.rst".freeze, "docs/usage/caller-ids.rst".freeze, "docs/usage/conferences.rst".freeze, "docs/usage/errors.rst".freeze, "docs/usage/messages.rst".freeze, "docs/usage/notifications.rst".freeze, "docs/usage/phone-calls.rst".freeze, "docs/usage/phone-numbers.rst".freeze, "docs/usage/queues.rst".freeze, "docs/usage/recordings.rst".freeze, "docs/usage/sip.rst".freeze, "docs/usage/token-generation.rst".freeze, "docs/usage/transcriptions.rst".freeze, "docs/usage/twiml.rst".freeze, "docs/usage/validation.rst".freeze, "examples/examples.rb".freeze, "examples/print-call-log.rb".freeze, "lib/twilio-ruby.rb".freeze, "lib/twilio-ruby/rest/accounts.rb".freeze, "lib/twilio-ruby/rest/applications.rb".freeze, "lib/twilio-ruby/rest/authorized_connect_apps.rb".freeze, "lib/twilio-ruby/rest/available_phone_numbers.rb".freeze, "lib/twilio-ruby/rest/available_phone_numbers/country.rb".freeze, "lib/twilio-ruby/rest/available_phone_numbers/local.rb".freeze, "lib/twilio-ruby/rest/available_phone_numbers/mobile.rb".freeze, "lib/twilio-ruby/rest/available_phone_numbers/toll_free.rb".freeze, "lib/twilio-ruby/rest/calls.rb".freeze, "lib/twilio-ruby/rest/client.rb".freeze, "lib/twilio-ruby/rest/conferences.rb".freeze, "lib/twilio-ruby/rest/conferences/participants.rb".freeze, "lib/twilio-ruby/rest/connect_apps.rb".freeze, "lib/twilio-ruby/rest/errors.rb".freeze, "lib/twilio-ruby/rest/incoming_phone_numbers.rb".freeze, "lib/twilio-ruby/rest/incoming_phone_numbers/local.rb".freeze, "lib/twilio-ruby/rest/incoming_phone_numbers/mobile.rb".freeze, "lib/twilio-ruby/rest/incoming_phone_numbers/toll_free.rb".freeze, "lib/twilio-ruby/rest/instance_resource.rb".freeze, "lib/twilio-ruby/rest/list_resource.rb".freeze, "lib/twilio-ruby/rest/media.rb".freeze, "lib/twilio-ruby/rest/messages.rb".freeze, "lib/twilio-ruby/rest/notifications.rb".freeze, "lib/twilio-ruby/rest/outgoing_caller_ids.rb".freeze, "lib/twilio-ruby/rest/queues.rb".freeze, "lib/twilio-ruby/rest/queues/members.rb".freeze, "lib/twilio-ruby/rest/recordings.rb".freeze, "lib/twilio-ruby/rest/sandbox.rb".freeze, "lib/twilio-ruby/rest/sip.rb".freeze, "lib/twilio-ruby/rest/sip/credential_lists.rb".freeze, "lib/twilio-ruby/rest/sip/credential_lists/credentials.rb".freeze, "lib/twilio-ruby/rest/sip/domains.rb".freeze, "lib/twilio-ruby/rest/sip/domains/credential_list_mappings.rb".freeze, "lib/twilio-ruby/rest/sip/domains/ip_access_control_list_mappings.rb".freeze, "lib/twilio-ruby/rest/sip/ip_access_control_lists.rb".freeze, "lib/twilio-ruby/rest/sip/ip_access_control_lists/ip_addresses.rb".freeze, "lib/twilio-ruby/rest/sms.rb".freeze, "lib/twilio-ruby/rest/sms/messages.rb".freeze, "lib/twilio-ruby/rest/sms/short_codes.rb".freeze, "lib/twilio-ruby/rest/transcriptions.rb".freeze, "lib/twilio-ruby/rest/usage.rb".freeze, "lib/twilio-ruby/rest/usage/records.rb".freeze, "lib/twilio-ruby/rest/usage/triggers.rb".freeze, "lib/twilio-ruby/rest/utils.rb".freeze, "lib/twilio-ruby/twiml/response.rb".freeze, "lib/twilio-ruby/util.rb".freeze, "lib/twilio-ruby/util/capability.rb".freeze, "lib/twilio-ruby/util/request_validator.rb".freeze, "lib/twilio-ruby/version.rb".freeze, "pull.txt".freeze, "spec/rest/account_spec.rb".freeze, "spec/rest/call_spec.rb".freeze, "spec/rest/client_spec.rb".freeze, "spec/rest/conference_spec.rb".freeze, "spec/rest/instance_resource_spec.rb".freeze, "spec/rest/message_spec.rb".freeze, "spec/rest/numbers_spec.rb".freeze, "spec/rest/queue_spec.rb".freeze, "spec/rest/recording_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/util/capability_spec.rb".freeze, "spec/util/request_validator_spec.rb".freeze, "twilio-ruby.gemspec".freeze] s.homepage = "http://github.com/twilio/twilio-ruby".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--line-numbers".freeze, "--inline-source".freeze, "--title".freeze, "twilio-ruby".freeze, "--main".freeze, "README.md".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A simple library for communicating with the Twilio REST API, building TwiML, and generating Twilio Client Capability Tokens".freeze s.test_files = ["spec/rest/account_spec.rb".freeze, "spec/rest/call_spec.rb".freeze, "spec/rest/client_spec.rb".freeze, "spec/rest/conference_spec.rb".freeze, "spec/rest/instance_resource_spec.rb".freeze, "spec/rest/message_spec.rb".freeze, "spec/rest/numbers_spec.rb".freeze, "spec/rest/queue_spec.rb".freeze, "spec/rest/recording_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/util/capability_spec.rb".freeze, "spec/util/request_validator_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.1.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.6.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3.0".freeze]) end