# -*- encoding: utf-8 -*- # stub: webficient-twilio 2.2.0 ruby lib Gem::Specification.new do |s| s.name = "webficient-twilio".freeze s.version = "2.2.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] s.date = "2009-06-22" s.email = "github@webficient.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = ["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/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/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/calls.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/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/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/toll_free_phone_number_test.rb".freeze, "test/twilio/verb_test.rb".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/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/toll_free_phone_number_test.rb".freeze, "test/twilio/verb_test.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end