--- !ruby/object:Gem::Specification name: slayer-twilio version: !ruby/object:Gem::Version hash: 5 prerelease: segments: - 3 - 0 - 1 version: 3.0.1 platform: ruby authors: - Phil Misiowiec - Jonathan Rudenberg - Alex K Wolfe - Kyle Daigle - Jeff Wigal - Yuri Gadow - Vlad Moskovets autorequire: bindir: bin cert_chain: [] date: 2011-08-21 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 15 segments: - 2 - 1 - 2 version: 2.1.2 type: :runtime name: builder version_requirements: *id001 prerelease: false - !ruby/object:Gem::Dependency requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 11 segments: - 0 - 7 - 4 version: 0.7.4 type: :runtime name: httparty version_requirements: *id002 prerelease: false - !ruby/object:Gem::Dependency requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 49 segments: - 0 - 8 - 7 version: 0.8.7 type: :development name: rake version_requirements: *id003 prerelease: false - !ruby/object:Gem::Dependency requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 27 segments: - 2 - 5 - 0 version: 2.5.0 type: :development name: rspec version_requirements: *id004 prerelease: false - !ruby/object:Gem::Dependency requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 11 segments: - 1 - 6 - 2 version: 1.6.2 type: :development name: webmock version_requirements: *id005 prerelease: false description: Twilio API wrapper email: - github@webficient.com - github@vlad.org.ua executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - CHANGELOG.rdoc - Gemfile - LICENSE - README.rdoc - Rakefile - lib/twilio.rb - lib/twilio/account.rb - lib/twilio/available_phone_numbers.rb - lib/twilio/call.rb - lib/twilio/conference.rb - lib/twilio/incoming_phone_number.rb - lib/twilio/notification.rb - lib/twilio/outgoing_caller_id.rb - lib/twilio/recording.rb - lib/twilio/sms.rb - lib/twilio/twilio_object.rb - lib/twilio/verb.rb - lib/twilio/version.rb - spec/fixtures/xml/account.xml - spec/fixtures/xml/account_renamed.xml - spec/fixtures/xml/available_phone_numbers_local.xml - spec/fixtures/xml/available_phone_numbers_local_search.xml - spec/fixtures/xml/available_phone_numbers_toll_free.xml - spec/fixtures/xml/available_phone_numbers_toll_free_search.xml - spec/fixtures/xml/call.xml - spec/fixtures/xml/call_new.xml - spec/fixtures/xml/call_redirected.xml - spec/fixtures/xml/calls.xml - spec/fixtures/xml/conference.xml - spec/fixtures/xml/conference_participant.xml - spec/fixtures/xml/conference_participant_muted.xml - spec/fixtures/xml/conference_participants.xml - spec/fixtures/xml/conferences.xml - spec/fixtures/xml/incoming_phone_number.xml - spec/fixtures/xml/incoming_phone_numbers.xml - spec/fixtures/xml/notification.xml - spec/fixtures/xml/notifications.xml - spec/fixtures/xml/outgoing_caller_id.xml - spec/fixtures/xml/outgoing_caller_id_new.xml - spec/fixtures/xml/outgoing_caller_ids.xml - spec/fixtures/xml/recording.xml - spec/fixtures/xml/recordings.xml - spec/fixtures/xml/sms.xml - spec/fixtures/xml/sms_messages.xml - spec/fixtures/xml/sms_new.xml - spec/fixtures/xml/sms_new_with_callback.xml - spec/fixtures/xml/transcription.xml - spec/fixtures/xml/transcriptions.xml - spec/fixtures/yml/verb_responses.yml - spec/spec_helper.rb - spec/support/twilio_helpers.rb - spec/twilio/account_spec.rb - spec/twilio/available_phone_numbers_spec.rb - spec/twilio/call_spec.rb - spec/twilio/conference_spec.rb - spec/twilio/incoming_phone_number_spec.rb - spec/twilio/live_connection_spec.rb - spec/twilio/notification_spec.rb - spec/twilio/outgoing_caller_id_spec.rb - spec/twilio/recording_spec.rb - spec/twilio/sms_spec.rb - spec/twilio/verb_spec.rb - twilio.gemspec homepage: "" licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: twilio rubygems_version: 1.8.8 signing_key: specification_version: 3 summary: Twilio API Client test_files: - spec/fixtures/xml/account.xml - spec/fixtures/xml/account_renamed.xml - spec/fixtures/xml/available_phone_numbers_local.xml - spec/fixtures/xml/available_phone_numbers_local_search.xml - spec/fixtures/xml/available_phone_numbers_toll_free.xml - spec/fixtures/xml/available_phone_numbers_toll_free_search.xml - spec/fixtures/xml/call.xml - spec/fixtures/xml/call_new.xml - spec/fixtures/xml/call_redirected.xml - spec/fixtures/xml/calls.xml - spec/fixtures/xml/conference.xml - spec/fixtures/xml/conference_participant.xml - spec/fixtures/xml/conference_participant_muted.xml - spec/fixtures/xml/conference_participants.xml - spec/fixtures/xml/conferences.xml - spec/fixtures/xml/incoming_phone_number.xml - spec/fixtures/xml/incoming_phone_numbers.xml - spec/fixtures/xml/notification.xml - spec/fixtures/xml/notifications.xml - spec/fixtures/xml/outgoing_caller_id.xml - spec/fixtures/xml/outgoing_caller_id_new.xml - spec/fixtures/xml/outgoing_caller_ids.xml - spec/fixtures/xml/recording.xml - spec/fixtures/xml/recordings.xml - spec/fixtures/xml/sms.xml - spec/fixtures/xml/sms_messages.xml - spec/fixtures/xml/sms_new.xml - spec/fixtures/xml/sms_new_with_callback.xml - spec/fixtures/xml/transcription.xml - spec/fixtures/xml/transcriptions.xml - spec/fixtures/yml/verb_responses.yml - spec/spec_helper.rb - spec/support/twilio_helpers.rb - spec/twilio/account_spec.rb - spec/twilio/available_phone_numbers_spec.rb - spec/twilio/call_spec.rb - spec/twilio/conference_spec.rb - spec/twilio/incoming_phone_number_spec.rb - spec/twilio/live_connection_spec.rb - spec/twilio/notification_spec.rb - spec/twilio/outgoing_caller_id_spec.rb - spec/twilio/recording_spec.rb - spec/twilio/sms_spec.rb - spec/twilio/verb_spec.rb