# -*- encoding: utf-8 -*-
# stub: dribbble-bucket-api 0.0.3 ruby lib

Gem::Specification.new do |s|
  s.name = "dribbble-bucket-api".freeze
  s.version = "0.0.3".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Ryan Townsend".freeze]
  s.date = "2012-09-06"
  s.description = "Unofficial API for browsing Dribbble buckets and their contents".freeze
  s.email = ["ryan@ryantownsend.co.uk".freeze]
  s.files = [".gitignore".freeze, ".rvmrc".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "dribbble_bucket_api.gemspec".freeze, "lib/dribbble_bucket_api.rb".freeze, "lib/dribbble_bucket_api/bucket.rb".freeze, "lib/dribbble_bucket_api/bucket_collection.rb".freeze, "lib/dribbble_bucket_api/bucket_index_parser.rb".freeze, "lib/dribbble_bucket_api/connection.rb".freeze, "lib/dribbble_bucket_api/official_api.rb".freeze, "lib/dribbble_bucket_api/public_site.rb".freeze, "lib/dribbble_bucket_api/shot.rb".freeze, "lib/dribbble_bucket_api/shot_collection.rb".freeze, "lib/dribbble_bucket_api/shot_index_parser.rb".freeze, "lib/dribbble_bucket_api/version.rb".freeze, "spec/dribbble_bucket_api/bucket_collection_spec.rb".freeze, "spec/dribbble_bucket_api/bucket_index_parser_spec.rb".freeze, "spec/dribbble_bucket_api/bucket_spec.rb".freeze, "spec/dribbble_bucket_api/connection_spec.rb".freeze, "spec/dribbble_bucket_api/official_api_spec.rb".freeze, "spec/dribbble_bucket_api/public_site_spec.rb".freeze, "spec/dribbble_bucket_api/shot_collection_spec.rb".freeze, "spec/dribbble_bucket_api/shot_spec.rb".freeze, "spec/dribbble_bucket_api_spec.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "https://github.com/ryantownsend/dribbble-bucket-api".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Unofficial API for browsing Dribbble buckets and their contents".freeze
  s.test_files = ["spec/dribbble_bucket_api/bucket_collection_spec.rb".freeze, "spec/dribbble_bucket_api/bucket_index_parser_spec.rb".freeze, "spec/dribbble_bucket_api/bucket_spec.rb".freeze, "spec/dribbble_bucket_api/connection_spec.rb".freeze, "spec/dribbble_bucket_api/official_api_spec.rb".freeze, "spec/dribbble_bucket_api/public_site_spec.rb".freeze, "spec/dribbble_bucket_api/shot_collection_spec.rb".freeze, "spec/dribbble_bucket_api/shot_spec.rb".freeze, "spec/dribbble_bucket_api_spec.rb".freeze, "spec/spec_helper.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<httparty>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<multi_json>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze])
end