# -*- encoding: utf-8 -*- # stub: twilio 2.7.0 ruby lib Gem::Specification.new do |s| s.name = "twilio".freeze s.version = "2.7.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Phil Misiowiec".freeze, "Jonathan Rudenberg".freeze, "Alex K Wolfe".freeze, "Kyle Daigle".freeze] s.date = "2010-02-12" s.description = "Twilio API wrapper".freeze s.email = "github@webficient.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/twilio.rb".freeze, "lib/twilio/account.rb".freeze, "lib/twilio/call.rb".freeze, "lib/twilio/conference.rb".freeze, "lib/twilio/connection.rb".freeze, "lib/twilio/incoming_phone_number.rb".freeze, "lib/twilio/local_phone_number.rb".freeze, "lib/twilio/notification.rb".freeze, "lib/twilio/outgoing_caller_id.rb".freeze, "lib/twilio/recording.rb".freeze, "lib/twilio/sms.rb".freeze, "lib/twilio/toll_free_phone_number.rb".freeze, "lib/twilio/twilio_object.rb".freeze, "lib/twilio/verb.rb".freeze, "test/fixtures/xml/account.xml".freeze, "test/fixtures/xml/account_renamed.xml".freeze, "test/fixtures/xml/call.xml".freeze, "test/fixtures/xml/call_new.xml".freeze, "test/fixtures/xml/call_redirected.xml".freeze, "test/fixtures/xml/calls.xml".freeze, "test/fixtures/xml/conference.xml".freeze, "test/fixtures/xml/conference_participant.xml".freeze, "test/fixtures/xml/conference_participant_muted.xml".freeze, "test/fixtures/xml/conference_participants.xml".freeze, "test/fixtures/xml/conferences.xml".freeze, "test/fixtures/xml/incoming_phone_number.xml".freeze, "test/fixtures/xml/incoming_phone_numbers.xml".freeze, "test/fixtures/xml/notification.xml".freeze, "test/fixtures/xml/notifications.xml".freeze, "test/fixtures/xml/outgoing_caller_id.xml".freeze, "test/fixtures/xml/outgoing_caller_id_new.xml".freeze, "test/fixtures/xml/outgoing_caller_ids.xml".freeze, "test/fixtures/xml/recording.xml".freeze, "test/fixtures/xml/recordings.xml".freeze, "test/fixtures/xml/sms.xml".freeze, "test/fixtures/xml/sms_messages.xml".freeze, "test/fixtures/xml/sms_new.xml".freeze, "test/fixtures/xml/transcription.xml".freeze, "test/fixtures/xml/transcriptions.xml".freeze, "test/fixtures/yml/verb_responses.yml".freeze, "test/test_helper.rb".freeze, "test/twilio/account_test.rb".freeze, "test/twilio/call_test.rb".freeze, "test/twilio/conference_test.rb".freeze, "test/twilio/connection_test.rb".freeze, "test/twilio/incoming_phone_number_test.rb".freeze, "test/twilio/local_phone_number_test.rb".freeze, "test/twilio/notification_test.rb".freeze, "test/twilio/outgoing_caller_id_test.rb".freeze, "test/twilio/recording_test.rb".freeze, "test/twilio/sms_test.rb".freeze, "test/twilio/toll_free_phone_number_test.rb".freeze, "test/twilio/verb_test.rb".freeze, "twilio.gemspec".freeze] s.homepage = "http://github.com/webficient/twilio".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Twilio API Client".freeze s.test_files = ["test/test_helper.rb".freeze, "test/twilio/account_test.rb".freeze, "test/twilio/call_test.rb".freeze, "test/twilio/conference_test.rb".freeze, "test/twilio/connection_test.rb".freeze, "test/twilio/incoming_phone_number_test.rb".freeze, "test/twilio/local_phone_number_test.rb".freeze, "test/twilio/notification_test.rb".freeze, "test/twilio/outgoing_caller_id_test.rb".freeze, "test/twilio/recording_test.rb".freeze, "test/twilio/sms_test.rb".freeze, "test/twilio/toll_free_phone_number_test.rb".freeze, "test/twilio/verb_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.1.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.4.3".freeze]) end