# -*- encoding: utf-8 -*-
# stub: zencoder-flix_cloud-gem 0.1.1 ruby lib

Gem::Specification.new do |s|
  s.name = "zencoder-flix_cloud-gem".freeze
  s.version = "0.1.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Nathan Sutton".freeze]
  s.date = "2009-04-08"
  s.email = "nate@sevenwire.com".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze]
  s.files = ["LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/flix_cloud.rb".freeze, "lib/flix_cloud/exceptions.rb".freeze, "lib/flix_cloud/extensions/hash.rb".freeze, "lib/flix_cloud/file.rb".freeze, "lib/flix_cloud/file_locations.rb".freeze, "lib/flix_cloud/input_file.rb".freeze, "lib/flix_cloud/job.rb".freeze, "lib/flix_cloud/output_file.rb".freeze, "lib/flix_cloud/parameters.rb".freeze, "lib/flix_cloud/record.rb".freeze, "lib/flix_cloud/response.rb".freeze, "lib/flix_cloud/watermark_file.rb".freeze, "test/flix_cloud/file_locations_test.rb".freeze, "test/flix_cloud/file_test.rb".freeze, "test/flix_cloud/input_file_test.rb".freeze, "test/flix_cloud/job_test.rb".freeze, "test/flix_cloud/output_files_test.rb".freeze, "test/flix_cloud/parameters_test.rb".freeze, "test/flix_cloud/record_test.rb".freeze, "test/flix_cloud/response_test.rb".freeze, "test/flix_cloud/watermark_file_test.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "http://github.com/zencoder/flix_cloud-gem".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Gem for integrating with http://flixcloud.com".freeze
  s.test_files = ["test/flix_cloud/file_locations_test.rb".freeze, "test/flix_cloud/file_test.rb".freeze, "test/flix_cloud/input_file_test.rb".freeze, "test/flix_cloud/job_test.rb".freeze, "test/flix_cloud/output_files_test.rb".freeze, "test/flix_cloud/parameters_test.rb".freeze, "test/flix_cloud/record_test.rb".freeze, "test/flix_cloud/response_test.rb".freeze, "test/flix_cloud/watermark_file_test.rb".freeze, "test/test_helper.rb".freeze]

  s.specification_version = 2

  s.add_runtime_dependency(%q<builder>.freeze, [">= 2.1.2".freeze])
  s.add_runtime_dependency(%q<crack>.freeze, [">= 0.1.1".freeze])
  s.add_runtime_dependency(%q<rest-client>.freeze, [">= 0.9.2".freeze])
end