--- !ruby/object:Gem::Specification 
name: animoto
version: !ruby/object:Gem::Version 
  hash: 25
  prerelease: false
  segments: 
  - 1
  - 3
  - 1
  version: 1.3.1
platform: ruby
authors: 
- Animoto
autorequire: 
bindir: bin
cert_chain: []

date: 2011-04-28 00:00:00 -04:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: json
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">"
      - !ruby/object:Gem::Version 
        hash: 31
        segments: 
        - 0
        - 0
        - 0
        version: 0.0.0
  type: :runtime
  version_requirements: *id001
description: The Animoto API is a RESTful web service that transforms images, videos, music, and text into amazing video presentations. The Animoto API Ruby Client provides a convenient Ruby interface for working with the Animoto RESTful HTTP API.
email: theteam@animoto.com
executables: []

extensions: []

extra_rdoc_files: []

files: 
- README.md
- ./features/step_definitions/bundling_steps.rb
- ./features/step_definitions/directing_and_rendering_steps.rb
- ./features/step_definitions/directing_steps.rb
- ./features/step_definitions/rendering_steps.rb
- ./features/step_definitions/storyboard_steps.rb
- ./features/step_definitions/unbundling_steps.rb
- ./features/step_definitions/video_steps.rb
- ./features/support/env.rb
- ./lib/animoto/assets/base.rb
- ./lib/animoto/assets/footage.rb
- ./lib/animoto/assets/image.rb
- ./lib/animoto/assets/song.rb
- ./lib/animoto/assets/title_card.rb
- ./lib/animoto/client.rb
- ./lib/animoto/http_engines/base.rb
- ./lib/animoto/http_engines/curl_adapter.rb
- ./lib/animoto/http_engines/net_http_adapter.rb
- ./lib/animoto/http_engines/patron_adapter.rb
- ./lib/animoto/http_engines/rest_client_adapter.rb
- ./lib/animoto/http_engines/typhoeus_adapter.rb
- ./lib/animoto/manifests/base.rb
- ./lib/animoto/manifests/directing.rb
- ./lib/animoto/manifests/directing_and_rendering.rb
- ./lib/animoto/manifests/rendering.rb
- ./lib/animoto/manifests/storyboard_bundling.rb
- ./lib/animoto/manifests/storyboard_unbundling.rb
- ./lib/animoto/resources/base.rb
- ./lib/animoto/resources/jobs/base.rb
- ./lib/animoto/resources/jobs/directing.rb
- ./lib/animoto/resources/jobs/directing_and_rendering.rb
- ./lib/animoto/resources/jobs/rendering.rb
- ./lib/animoto/resources/jobs/storyboard_bundling.rb
- ./lib/animoto/resources/jobs/storyboard_unbundling.rb
- ./lib/animoto/resources/storyboard.rb
- ./lib/animoto/resources/video.rb
- ./lib/animoto/response_parsers/base.rb
- ./lib/animoto/response_parsers/json_adapter.rb
- ./lib/animoto/response_parsers/yajl_adapter.rb
- ./lib/animoto/support/content_type.rb
- ./lib/animoto/support/dynamic_class_loader.rb
- ./lib/animoto/support/errors.rb
- ./lib/animoto/support/hash.rb
- ./lib/animoto/support/standard_envelope.rb
- ./lib/animoto/support/string.rb
- ./lib/animoto.rb
- ./spec/animoto/assets/base_spec.rb
- ./spec/animoto/assets/footage_spec.rb
- ./spec/animoto/assets/image_spec.rb
- ./spec/animoto/assets/song_spec.rb
- ./spec/animoto/assets/title_card_spec.rb
- ./spec/animoto/client_spec.rb
- ./spec/animoto/http_engines/base_spec.rb
- ./spec/animoto/manifests/directing_and_rendering_spec.rb
- ./spec/animoto/manifests/directing_spec.rb
- ./spec/animoto/manifests/rendering_spec.rb
- ./spec/animoto/manifests/storyboard_bundling_spec.rb
- ./spec/animoto/manifests/storyboard_unbundling_spec.rb
- ./spec/animoto/resources/base_spec.rb
- ./spec/animoto/resources/jobs/base_spec.rb
- ./spec/animoto/resources/jobs/directing_and_rendering_spec.rb
- ./spec/animoto/resources/jobs/directing_spec.rb
- ./spec/animoto/resources/jobs/rendering_spec.rb
- ./spec/animoto/resources/jobs/storyboard_bundling_spec.rb
- ./spec/animoto/resources/jobs/storyboard_unbundling_spec.rb
- ./spec/animoto/resources/storyboard_spec.rb
- ./spec/animoto/resources/video_spec.rb
- ./spec/animoto/response_parsers/json_adapter_spec.rb
- ./spec/animoto/response_parsers/yajl_adapter_spec.rb
- ./spec/animoto/support/standard_envelope_spec.rb
- ./spec/animoto_spec.rb
- ./spec/spec_helper.rb
has_rdoc: true
homepage: http://animoto.com
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: 
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: Client for working with the Animoto RESTful HTTP API
test_files: []