--- !ruby/object:Gem::Specification name: dribbble version: !ruby/object:Gem::Version version: 1.0.4 platform: ruby authors: - Calyhre autorequire: bindir: bin cert_chain: [] date: 2015-11-28 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rest-client requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.3' - !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: guard-rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.3' - !ruby/object:Gem::Dependency name: sinatra requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.4' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.4' - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.17' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.17' description: Simple gem to make shots and list stuff from Dribbble email: - contact@calyh.re executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - CONTRIBUTING.md - Gemfile - Guardfile - LICENSE.md - README.md - Rakefile - dribbble.gemspec - lib/dribbble.rb - lib/dribbble/attachment.rb - lib/dribbble/base.rb - lib/dribbble/bucket.rb - lib/dribbble/client.rb - lib/dribbble/comment.rb - lib/dribbble/errors.rb - lib/dribbble/like.rb - lib/dribbble/project.rb - lib/dribbble/shot.rb - lib/dribbble/team.rb - lib/dribbble/user.rb - lib/dribbble/utils.rb - lib/dribbble/utils/creatable.rb - lib/dribbble/utils/deletable.rb - lib/dribbble/utils/findable.rb - lib/dribbble/utils/has_children.rb - lib/dribbble/utils/updatable.rb - lib/dribbble/version.rb - spec/lib/dribbble/base_spec.rb - spec/lib/dribbble/bucket_spec.rb - spec/lib/dribbble/client_spec.rb - spec/lib/dribbble/comment_spec.rb - spec/lib/dribbble/project_spec.rb - spec/lib/dribbble/shot_spec.rb - spec/lib/dribbble/team_spec.rb - spec/lib/dribbble/user_spec.rb - spec/spec_helper.rb - spec/support/dribbble_api.rb - spec/support/fixtures/attachment_success.json - spec/support/fixtures/attachments_success.json - spec/support/fixtures/bucket_created.json - spec/support/fixtures/bucket_success.json - spec/support/fixtures/bucket_updated.json - spec/support/fixtures/buckets_success.json - spec/support/fixtures/comment_created.json - spec/support/fixtures/comment_likes_success.json - spec/support/fixtures/comment_success.json - spec/support/fixtures/comment_updated.json - spec/support/fixtures/comments_success.json - spec/support/fixtures/current_user_success.json - spec/support/fixtures/followers_success.json - spec/support/fixtures/following_success.json - spec/support/fixtures/image.jpg - spec/support/fixtures/not_found.json - spec/support/fixtures/project_success.json - spec/support/fixtures/projects_success.json - spec/support/fixtures/shot_likes_success.json - spec/support/fixtures/shot_success.json - spec/support/fixtures/shot_updated.json - spec/support/fixtures/shots_success.json - spec/support/fixtures/team_success.json - spec/support/fixtures/teams_success.json - spec/support/fixtures/unauthorized.json - spec/support/fixtures/user_likes_success.json - spec/support/fixtures/user_success.json - spec/support/fixtures/users_success.json homepage: http://github.com/Calyhre/dribbble licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 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: Dribbble API ruby wrapper test_files: - spec/lib/dribbble/base_spec.rb - spec/lib/dribbble/bucket_spec.rb - spec/lib/dribbble/client_spec.rb - spec/lib/dribbble/comment_spec.rb - spec/lib/dribbble/project_spec.rb - spec/lib/dribbble/shot_spec.rb - spec/lib/dribbble/team_spec.rb - spec/lib/dribbble/user_spec.rb - spec/spec_helper.rb - spec/support/dribbble_api.rb - spec/support/fixtures/attachment_success.json - spec/support/fixtures/attachments_success.json - spec/support/fixtures/bucket_created.json - spec/support/fixtures/bucket_success.json - spec/support/fixtures/bucket_updated.json - spec/support/fixtures/buckets_success.json - spec/support/fixtures/comment_created.json - spec/support/fixtures/comment_likes_success.json - spec/support/fixtures/comment_success.json - spec/support/fixtures/comment_updated.json - spec/support/fixtures/comments_success.json - spec/support/fixtures/current_user_success.json - spec/support/fixtures/followers_success.json - spec/support/fixtures/following_success.json - spec/support/fixtures/image.jpg - spec/support/fixtures/not_found.json - spec/support/fixtures/project_success.json - spec/support/fixtures/projects_success.json - spec/support/fixtures/shot_likes_success.json - spec/support/fixtures/shot_success.json - spec/support/fixtures/shot_updated.json - spec/support/fixtures/shots_success.json - spec/support/fixtures/team_success.json - spec/support/fixtures/teams_success.json - spec/support/fixtures/unauthorized.json - spec/support/fixtures/user_likes_success.json - spec/support/fixtures/user_success.json - spec/support/fixtures/users_success.json