--- !ruby/object:Gem::Specification name: devver-octopi version: !ruby/object:Gem::Version version: 0.2.11 platform: ruby authors: - Felipe Coury autorequire: bindir: bin cert_chain: [] date: 2010-01-13 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: nokogiri type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.1 version: - !ruby/object:Gem::Dependency name: httparty type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.4.5 version: - !ruby/object:Gem::Dependency name: mechanize type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.3 version: - !ruby/object:Gem::Dependency name: api_cache type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: | This is a gem of the Devver fork of Octopi (a Github API library), which can be found at http://github.com/fcoury/octopi. This gem exists solely to enable us to use patches which have not (yet) been rolled into the official Octopi gem. You should almost certainly use the official Octopi gem instead of this one. email: devs@devver.net executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .gitignore - .yardoc - CHANGELOG.md - LICENSE - README.rdoc - Rakefile - VERSION.yml - contrib/backup.rb - lib/ext/hash_ext.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/user.rb has_rdoc: true homepage: http://github.com/devver/octopi licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: octopi rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: A Ruby interface to GitHub API v2 (Devver Fork) test_files: - test/api_test.rb - test/authenticated_test.rb - test/blob_test.rb - test/branch_test.rb - test/commit_test.rb - test/file_object_test.rb - test/gist_test.rb - 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/commits/fcoury/octopi/octopi.rb - test/tag_test.rb - test/test_helper.rb - test/user_test.rb - examples/authenticated.rb - examples/issues.rb - examples/overall.rb