--- !ruby/object:Gem::Specification name: octopi version: !ruby/object:Gem::Version prerelease: version: 0.4.5 platform: ruby authors: - Felipe Coury - Ryan Bigg autorequire: bindir: bin cert_chain: [] date: 2011-07-07 00:00:00 +10:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: nokogiri prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.1 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: httparty prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 0.4.5 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: mechanize prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.3 type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: api_cache prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :runtime version_requirements: *id004 - !ruby/object:Gem::Dependency name: shoulda prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development version_requirements: *id005 - !ruby/object:Gem::Dependency name: fakeweb prerelease: false requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development version_requirements: *id006 description: A Ruby interface to GitHub API v2 email: - felipe.coury@gmail.com - radarlistener@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .yardoc - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE - README.markdown - Rakefile - VERSION.yml - contrib/backup.rb - doc/BranchSet.html - doc/IssueSet.html - doc/KeySet.html - doc/Octopi.html - doc/Octopi/APIError.html - doc/Octopi/AnonymousApi.html - doc/Octopi/Api.html - doc/Octopi/ArgumentMustBeHash.html - doc/Octopi/AuthApi.html - doc/Octopi/Base.html - doc/Octopi/Blob.html - doc/Octopi/Branch.html - doc/Octopi/Comment.html - doc/Octopi/Commit.html - doc/Octopi/FileObject.html - doc/Octopi/FormatError.html - doc/Octopi/Issue.html - doc/Octopi/IssueComment.html - doc/Octopi/Key.html - doc/Octopi/NotFound.html - doc/Octopi/Plan.html - doc/Octopi/Repository.html - doc/Octopi/Resource.html - doc/Octopi/Resource/ClassMethods.html - doc/Octopi/RetryableAPIError.html - doc/Octopi/Tag.html - doc/Octopi/User.html - doc/README.rdoc.html - doc/RepositorySet.html - doc/String.html - doc/all-files.html - doc/all-methods.html - doc/all-namespaces.html - doc/app.js - doc/custom.css - doc/index.html - doc/jquery.js - doc/style.css - doc/syntax_highlight.css - doc/top-level-namespace.html - examples/authenticated.rb - examples/github.yml.example - examples/issues.rb - examples/overall.rb - lib/ext/string_ext.rb - lib/octopi.rb - lib/octopi/api.rb - lib/octopi/base.rb - lib/octopi/blob.rb - lib/octopi/branch.rb - lib/octopi/branch_set.rb - lib/octopi/comment.rb - lib/octopi/commit.rb - lib/octopi/error.rb - lib/octopi/file_object.rb - lib/octopi/gist.rb - lib/octopi/issue.rb - lib/octopi/issue_comment.rb - lib/octopi/issue_set.rb - lib/octopi/key.rb - lib/octopi/key_set.rb - lib/octopi/plan.rb - lib/octopi/repository.rb - lib/octopi/repository_set.rb - lib/octopi/resource.rb - lib/octopi/self.rb - lib/octopi/tag.rb - lib/octopi/tree.rb - lib/octopi/tree_set.rb - lib/octopi/user.rb - lib/octopi/version.rb - octopi.gemspec - real_world_test/commit_test.rb - real_world_test/repository_test.rb - real_world_test/test_helper.rb - test/.gitconfig - test/api_test.rb - test/authenticated_test.rb - test/base_test.rb - test/blob_test.rb - test/branch_test.rb - test/commit_test.rb - test/file_object_test.rb - test/gist_test.rb - test/github.yml - test/issue_comment.rb - test/issue_set_test.rb - test/issue_test.rb - test/key_set_test.rb - test/key_test.rb - test/repository_set_test.rb - test/repository_test.rb - test/stubs/account - test/stubs/blob/fcoury/octopi/plain/f6609209c3ac0badd004512d318bfaa508ea10ae - test/stubs/comments/fcoury/octopi/comments - test/stubs/comments/fcoury/octopi/comments.atom - test/stubs/commits/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae - test/stubs/commits/fcoury/octopi/lazy - test/stubs/commits/fcoury/octopi/master - test/stubs/commits/fcoury/octopi/octopi.rb - test/stubs/commits/fcoury/rboard/master - test/stubs/dashboard - test/stubs/errors/repository/not_found - test/stubs/gists/159579 - test/stubs/issues/fcoury/octopi/27 - test/stubs/issues/fcoury/octopi/27-reopened - test/stubs/issues/fcoury/octopi/28 - test/stubs/issues/fcoury/octopi/28-closed - test/stubs/issues/fcoury/octopi/28-edited - test/stubs/issues/fcoury/octopi/closed - test/stubs/issues/fcoury/octopi/comment/28-comment - test/stubs/issues/fcoury/octopi/labels/28-maybe-two-point-oh - test/stubs/issues/fcoury/octopi/labels/28-one-point-oh - test/stubs/issues/fcoury/octopi/labels/28-remove-maybe-two-point-oh - test/stubs/issues/fcoury/octopi/labels/28-remove-one-point-oh - test/stubs/issues/fcoury/octopi/new - test/stubs/issues/fcoury/octopi/open - test/stubs/issues/fcoury/octopi/search - test/stubs/login - test/stubs/repos/fcoury/octopi/branches - test/stubs/repos/fcoury/octopi/collaborators - test/stubs/repos/fcoury/octopi/delete-token - test/stubs/repos/fcoury/octopi/languages - test/stubs/repos/fcoury/octopi/main - test/stubs/repos/fcoury/octopi/master - test/stubs/repos/fcoury/octopi/tags - test/stubs/repos/fcoury/octopus/main - test/stubs/repos/fcoury/rboard/main - test/stubs/repos/fcoury/rboard/master - test/stubs/repos/search - test/stubs/repos/show/fcoury - test/stubs/repos/show/fcoury-private - test/stubs/tree/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae - test/stubs/users/Caged - test/stubs/users/FooBarWidget - test/stubs/users/aslakhellesoy - test/stubs/users/augustl - test/stubs/users/bcalloway - test/stubs/users/benaskins - test/stubs/users/benhoskings - test/stubs/users/bjeanes - test/stubs/users/cldwalker - test/stubs/users/danlucraft - test/stubs/users/dchelimsky - test/stubs/users/dcrec1 - test/stubs/users/defunkt - test/stubs/users/derencius - test/stubs/users/diy - test/stubs/users/documentcloud - test/stubs/users/drnic - test/stubs/users/dustin - test/stubs/users/eladmeidar - test/stubs/users/elliottcable - test/stubs/users/entp - test/stubs/users/fcoury - test/stubs/users/fcoury-private - test/stubs/users/follow - test/stubs/users/follow-rails - test/stubs/users/followers - test/stubs/users/following - test/stubs/users/giraffesoft - test/stubs/users/gwoliveira - test/stubs/users/hashrocket - test/stubs/users/hcatlin - test/stubs/users/jamis - test/stubs/users/jnicklas - test/stubs/users/jnunemaker - test/stubs/users/jruby - test/stubs/users/kballard - test/stubs/users/kchris - test/stubs/users/key-added - test/stubs/users/key-removed - test/stubs/users/keys - test/stubs/users/knewter - test/stubs/users/lachie - test/stubs/users/lachlanhardy - test/stubs/users/lenary - test/stubs/users/lifo - test/stubs/users/maccman - test/stubs/users/markgandolfo - test/stubs/users/mbleigh - test/stubs/users/mhodgson - test/stubs/users/mocra - test/stubs/users/mojombo - test/stubs/users/newbamboo - test/stubs/users/notahat - test/stubs/users/opscode - test/stubs/users/paulorv - test/stubs/users/pvande - test/stubs/users/rack - test/stubs/users/radar - test/stubs/users/rails - test/stubs/users/railscampau - test/stubs/users/redinger - test/stubs/users/remi - test/stubs/users/search-radar - test/stubs/users/shanesveller - test/stubs/users/shuber - test/stubs/users/softprops - test/stubs/users/superfeedr - test/stubs/users/svenfuchs - test/stubs/users/taylorrf - test/stubs/users/technoweenie - test/stubs/users/tgraham - test/stubs/users/thoughtbot - test/stubs/users/tmm1 - test/stubs/users/tobi - test/stubs/users/tpope - test/stubs/users/unfollow-rails - test/stubs/users/watched-repos - test/stubs/users/webbynode - test/stubs/users/wvanbergen - test/stubs/users/wycats - test/tag_test.rb - test/test_helper.rb - test/tree_test.rb - test/user_test.rb - test_auth.rb has_rdoc: true homepage: "" licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: A Ruby interface to GitHub API v2 test_files: - test/api_test.rb - test/authenticated_test.rb - test/base_test.rb - test/blob_test.rb - test/branch_test.rb - test/commit_test.rb - test/file_object_test.rb - test/gist_test.rb - test/github.yml - test/issue_comment.rb - test/issue_set_test.rb - test/issue_test.rb - test/key_set_test.rb - test/key_test.rb - test/repository_set_test.rb - test/repository_test.rb - test/stubs/account - test/stubs/blob/fcoury/octopi/plain/f6609209c3ac0badd004512d318bfaa508ea10ae - test/stubs/comments/fcoury/octopi/comments - test/stubs/comments/fcoury/octopi/comments.atom - test/stubs/commits/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae - test/stubs/commits/fcoury/octopi/lazy - test/stubs/commits/fcoury/octopi/master - test/stubs/commits/fcoury/octopi/octopi.rb - test/stubs/commits/fcoury/rboard/master - test/stubs/dashboard - test/stubs/errors/repository/not_found - test/stubs/gists/159579 - test/stubs/issues/fcoury/octopi/27 - test/stubs/issues/fcoury/octopi/27-reopened - test/stubs/issues/fcoury/octopi/28 - test/stubs/issues/fcoury/octopi/28-closed - test/stubs/issues/fcoury/octopi/28-edited - test/stubs/issues/fcoury/octopi/closed - test/stubs/issues/fcoury/octopi/comment/28-comment - test/stubs/issues/fcoury/octopi/labels/28-maybe-two-point-oh - test/stubs/issues/fcoury/octopi/labels/28-one-point-oh - test/stubs/issues/fcoury/octopi/labels/28-remove-maybe-two-point-oh - test/stubs/issues/fcoury/octopi/labels/28-remove-one-point-oh - test/stubs/issues/fcoury/octopi/new - test/stubs/issues/fcoury/octopi/open - test/stubs/issues/fcoury/octopi/search - test/stubs/login - test/stubs/repos/fcoury/octopi/branches - test/stubs/repos/fcoury/octopi/collaborators - test/stubs/repos/fcoury/octopi/delete-token - test/stubs/repos/fcoury/octopi/languages - test/stubs/repos/fcoury/octopi/main - test/stubs/repos/fcoury/octopi/master - test/stubs/repos/fcoury/octopi/tags - test/stubs/repos/fcoury/octopus/main - test/stubs/repos/fcoury/rboard/main - test/stubs/repos/fcoury/rboard/master - test/stubs/repos/search - test/stubs/repos/show/fcoury - test/stubs/repos/show/fcoury-private - test/stubs/tree/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae - test/stubs/users/Caged - test/stubs/users/FooBarWidget - test/stubs/users/aslakhellesoy - test/stubs/users/augustl - test/stubs/users/bcalloway - test/stubs/users/benaskins - test/stubs/users/benhoskings - test/stubs/users/bjeanes - test/stubs/users/cldwalker - test/stubs/users/danlucraft - test/stubs/users/dchelimsky - test/stubs/users/dcrec1 - test/stubs/users/defunkt - test/stubs/users/derencius - test/stubs/users/diy - test/stubs/users/documentcloud - test/stubs/users/drnic - test/stubs/users/dustin - test/stubs/users/eladmeidar - test/stubs/users/elliottcable - test/stubs/users/entp - test/stubs/users/fcoury - test/stubs/users/fcoury-private - test/stubs/users/follow - test/stubs/users/follow-rails - test/stubs/users/followers - test/stubs/users/following - test/stubs/users/giraffesoft - test/stubs/users/gwoliveira - test/stubs/users/hashrocket - test/stubs/users/hcatlin - test/stubs/users/jamis - test/stubs/users/jnicklas - test/stubs/users/jnunemaker - test/stubs/users/jruby - test/stubs/users/kballard - test/stubs/users/kchris - test/stubs/users/key-added - test/stubs/users/key-removed - test/stubs/users/keys - test/stubs/users/knewter - test/stubs/users/lachie - test/stubs/users/lachlanhardy - test/stubs/users/lenary - test/stubs/users/lifo - test/stubs/users/maccman - test/stubs/users/markgandolfo - test/stubs/users/mbleigh - test/stubs/users/mhodgson - test/stubs/users/mocra - test/stubs/users/mojombo - test/stubs/users/newbamboo - test/stubs/users/notahat - test/stubs/users/opscode - test/stubs/users/paulorv - test/stubs/users/pvande - test/stubs/users/rack - test/stubs/users/radar - test/stubs/users/rails - test/stubs/users/railscampau - test/stubs/users/redinger - test/stubs/users/remi - test/stubs/users/search-radar - test/stubs/users/shanesveller - test/stubs/users/shuber - test/stubs/users/softprops - test/stubs/users/superfeedr - test/stubs/users/svenfuchs - test/stubs/users/taylorrf - test/stubs/users/technoweenie - test/stubs/users/tgraham - test/stubs/users/thoughtbot - test/stubs/users/tmm1 - test/stubs/users/tobi - test/stubs/users/tpope - test/stubs/users/unfollow-rails - test/stubs/users/watched-repos - test/stubs/users/webbynode - test/stubs/users/wvanbergen - test/stubs/users/wycats - test/tag_test.rb - test/test_helper.rb - test/tree_test.rb - test/user_test.rb