--- !ruby/object:Gem::Specification name: vzaar version: !ruby/object:Gem::Version version: 1.2.4 platform: ruby authors: - Ed James - Jozef Chraplewski autorequire: bindir: bin cert_chain: [] date: 2014-07-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' - !ruby/object:Gem::Dependency name: httpclient requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.3' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.3' - !ruby/object:Gem::Dependency name: oauth requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.4' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.4' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: fuubar requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: growl requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: guard-rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.14' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.14' - !ruby/object:Gem::Dependency name: vcr requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.7' - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.16' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.16' description: A Ruby gem for the vzaar API email: - ed@vzaar.com - jozef@vzaar.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".ruby-version" - ".rvmrc" - ".travis.yml" - Gemfile - Guardfile - LICENSE - LICENSE.txt - README.md - Rakefile - lib/vzaar.rb - lib/vzaar/api.rb - lib/vzaar/connection.rb - lib/vzaar/ext/oauth.rb - lib/vzaar/request/account_type.rb - lib/vzaar/request/add_subtitle.rb - lib/vzaar/request/base.rb - lib/vzaar/request/delete_video.rb - lib/vzaar/request/edit_video.rb - lib/vzaar/request/generate_thumbnail.rb - lib/vzaar/request/link_upload.rb - lib/vzaar/request/multipart.rb - lib/vzaar/request/process_video.rb - lib/vzaar/request/signature.rb - lib/vzaar/request/upload_status.rb - lib/vzaar/request/upload_thumbnail.rb - lib/vzaar/request/url.rb - lib/vzaar/request/user_details.rb - lib/vzaar/request/video.rb - lib/vzaar/request/video_details.rb - lib/vzaar/request/video_list.rb - lib/vzaar/request/who_am_i.rb - lib/vzaar/resources/account_type.rb - lib/vzaar/resources/base.rb - lib/vzaar/resources/link_upload.rb - lib/vzaar/resources/processed_video.rb - lib/vzaar/resources/signature.rb - lib/vzaar/resources/status.rb - lib/vzaar/resources/upload_thumbnail.rb - lib/vzaar/resources/user.rb - lib/vzaar/resources/video.rb - lib/vzaar/resources/video_collection.rb - lib/vzaar/resources/video_collection_item.rb - lib/vzaar/resources/video_details.rb - lib/vzaar/resources/video_status.rb - lib/vzaar/resources/who_am_i.rb - lib/vzaar/response/base.rb - lib/vzaar/signature_extractor.rb - lib/vzaar/uploader.rb - lib/vzaar/uploaders/s3.rb - lib/vzaar/version.rb - spec/fixtures/vcr_cassettes/account_type-fail.yml - spec/fixtures/vcr_cassettes/account_type-success.yml - spec/fixtures/vcr_cassettes/add_subtitle-failure.yml - spec/fixtures/vcr_cassettes/add_subtitle-success.yml - spec/fixtures/vcr_cassettes/delete_video-fail.yml - spec/fixtures/vcr_cassettes/delete_video-not-found.yml - spec/fixtures/vcr_cassettes/delete_video-retry-success.yml - spec/fixtures/vcr_cassettes/delete_video-success.yml - spec/fixtures/vcr_cassettes/edit_video-fail.yml - spec/fixtures/vcr_cassettes/edit_video-not-found.yml - spec/fixtures/vcr_cassettes/edit_video-success.yml - spec/fixtures/vcr_cassettes/generate_thumbnail-failure.yml - spec/fixtures/vcr_cassettes/generate_thumbnail-success.yml - spec/fixtures/vcr_cassettes/process_video-default.yml - spec/fixtures/vcr_cassettes/signature-default.yml - spec/fixtures/vcr_cassettes/signature-with-options.yml - spec/fixtures/vcr_cassettes/upload_video-success.yml - spec/fixtures/vcr_cassettes/user_details-authenticated-fail.yml - spec/fixtures/vcr_cassettes/user_details-authenticated-success.yml - spec/fixtures/vcr_cassettes/user_details-public-fail.yml - spec/fixtures/vcr_cassettes/user_details-public-success.yml - spec/fixtures/vcr_cassettes/video_details-pub-authenticated-fail.yml - spec/fixtures/vcr_cassettes/video_details-pub-authenticated-success.yml - spec/fixtures/vcr_cassettes/video_details-pub-public-fail.yml - spec/fixtures/vcr_cassettes/video_details-pub-public-success.yml - spec/fixtures/vcr_cassettes/video_details-pvt-authenticated-fail.yml - spec/fixtures/vcr_cassettes/video_details-pvt-authenticated-success.yml - spec/fixtures/vcr_cassettes/video_details-pvt-public-fail.yml - spec/fixtures/vcr_cassettes/video_details-pvt-public-success.yml - spec/fixtures/vcr_cassettes/video_list-authenticated-success.yml - spec/fixtures/vcr_cassettes/video_list-pub-success.yml - spec/fixtures/vcr_cassettes/video_list-pvt-success.yml - spec/fixtures/vcr_cassettes/whoami-fail.yml - spec/fixtures/vcr_cassettes/whoami-success.yml - spec/spec_helper.rb - spec/support/cfx.jpeg - spec/support/cfx.png - spec/support/pic.jpg - spec/support/video.mp4 - spec/vzaar/api_xml_spec.rb - spec/vzaar/connection_spec.rb - spec/vzaar/request/base_spec.rb - spec/vzaar/request/process_video.rb - spec/vzaar/request/url_spec.rb - spec/vzaar/resources/account_type_spec.rb - spec/vzaar/resources/signature_spec.rb - spec/vzaar/uploader_spec.rb - spec/vzaar_spec.rb - vzaar.gemspec homepage: http://vzaar.com licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.9' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: vzaar-1.2.4 test_files: - spec/fixtures/vcr_cassettes/account_type-fail.yml - spec/fixtures/vcr_cassettes/account_type-success.yml - spec/fixtures/vcr_cassettes/add_subtitle-failure.yml - spec/fixtures/vcr_cassettes/add_subtitle-success.yml - spec/fixtures/vcr_cassettes/delete_video-fail.yml - spec/fixtures/vcr_cassettes/delete_video-not-found.yml - spec/fixtures/vcr_cassettes/delete_video-retry-success.yml - spec/fixtures/vcr_cassettes/delete_video-success.yml - spec/fixtures/vcr_cassettes/edit_video-fail.yml - spec/fixtures/vcr_cassettes/edit_video-not-found.yml - spec/fixtures/vcr_cassettes/edit_video-success.yml - spec/fixtures/vcr_cassettes/generate_thumbnail-failure.yml - spec/fixtures/vcr_cassettes/generate_thumbnail-success.yml - spec/fixtures/vcr_cassettes/process_video-default.yml - spec/fixtures/vcr_cassettes/signature-default.yml - spec/fixtures/vcr_cassettes/signature-with-options.yml - spec/fixtures/vcr_cassettes/upload_video-success.yml - spec/fixtures/vcr_cassettes/user_details-authenticated-fail.yml - spec/fixtures/vcr_cassettes/user_details-authenticated-success.yml - spec/fixtures/vcr_cassettes/user_details-public-fail.yml - spec/fixtures/vcr_cassettes/user_details-public-success.yml - spec/fixtures/vcr_cassettes/video_details-pub-authenticated-fail.yml - spec/fixtures/vcr_cassettes/video_details-pub-authenticated-success.yml - spec/fixtures/vcr_cassettes/video_details-pub-public-fail.yml - spec/fixtures/vcr_cassettes/video_details-pub-public-success.yml - spec/fixtures/vcr_cassettes/video_details-pvt-authenticated-fail.yml - spec/fixtures/vcr_cassettes/video_details-pvt-authenticated-success.yml - spec/fixtures/vcr_cassettes/video_details-pvt-public-fail.yml - spec/fixtures/vcr_cassettes/video_details-pvt-public-success.yml - spec/fixtures/vcr_cassettes/video_list-authenticated-success.yml - spec/fixtures/vcr_cassettes/video_list-pub-success.yml - spec/fixtures/vcr_cassettes/video_list-pvt-success.yml - spec/fixtures/vcr_cassettes/whoami-fail.yml - spec/fixtures/vcr_cassettes/whoami-success.yml - spec/spec_helper.rb - spec/support/cfx.jpeg - spec/support/cfx.png - spec/support/pic.jpg - spec/support/video.mp4 - spec/vzaar/api_xml_spec.rb - spec/vzaar/connection_spec.rb - spec/vzaar/request/base_spec.rb - spec/vzaar/request/process_video.rb - spec/vzaar/request/url_spec.rb - spec/vzaar/resources/account_type_spec.rb - spec/vzaar/resources/signature_spec.rb - spec/vzaar/uploader_spec.rb - spec/vzaar_spec.rb