# -*- encoding: utf-8 -*- # stub: devver-octopi 0.2.8 ruby lib Gem::Specification.new do |s| s.name = "devver-octopi".freeze s.version = "0.2.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Felipe Coury".freeze] s.date = "2010-01-06" s.description = "This is a gem of the Devver fork of Octopi (a Github API library), which can be\nfound at http://github.com/fcoury/octopi. This gem exists solely to enable us\nto use patches which have not (yet) been rolled into the official Octopi gem.\nYou should almost certainly use the official Octopi gem instead of this one.\n".freeze s.email = "devs@devver.net".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".gitignore".freeze, ".yardoc".freeze, "CHANGELOG.md".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "contrib/backup.rb".freeze, "examples/authenticated.rb".freeze, "examples/issues.rb".freeze, "examples/overall.rb".freeze, "lib/ext/hash_ext.rb".freeze, "lib/ext/string_ext.rb".freeze, "lib/octopi.rb".freeze, "lib/octopi/api.rb".freeze, "lib/octopi/base.rb".freeze, "lib/octopi/blob.rb".freeze, "lib/octopi/branch.rb".freeze, "lib/octopi/branch_set.rb".freeze, "lib/octopi/comment.rb".freeze, "lib/octopi/commit.rb".freeze, "lib/octopi/error.rb".freeze, "lib/octopi/file_object.rb".freeze, "lib/octopi/gist.rb".freeze, "lib/octopi/issue.rb".freeze, "lib/octopi/issue_comment.rb".freeze, "lib/octopi/issue_set.rb".freeze, "lib/octopi/key.rb".freeze, "lib/octopi/key_set.rb".freeze, "lib/octopi/plan.rb".freeze, "lib/octopi/repository.rb".freeze, "lib/octopi/repository_set.rb".freeze, "lib/octopi/resource.rb".freeze, "lib/octopi/self.rb".freeze, "lib/octopi/tag.rb".freeze, "lib/octopi/user.rb".freeze, "octopi.gemspec".freeze, "test/api_test.rb".freeze, "test/authenticated_test.rb".freeze, "test/blob_test.rb".freeze, "test/branch_test.rb".freeze, "test/commit_test.rb".freeze, "test/file_object_test.rb".freeze, "test/gist_test.rb".freeze, "test/issue_comment.rb".freeze, "test/issue_set_test.rb".freeze, "test/issue_test.rb".freeze, "test/key_set_test.rb".freeze, "test/key_test.rb".freeze, "test/repository_set_test.rb".freeze, "test/repository_test.rb".freeze, "test/stubs/commits/fcoury/octopi/octopi.rb".freeze, "test/tag_test.rb".freeze, "test/test_helper.rb".freeze, "test/user_test.rb".freeze] s.homepage = "http://github.com/devver/octopi".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby interface to GitHub API v2 (Devver Fork)".freeze s.test_files = ["test/tag_test.rb".freeze, "test/issue_test.rb".freeze, "test/stubs/commits/fcoury/octopi/octopi.rb".freeze, "test/test_helper.rb".freeze, "test/key_set_test.rb".freeze, "test/blob_test.rb".freeze, "test/repository_test.rb".freeze, "test/key_test.rb".freeze, "test/api_test.rb".freeze, "test/file_object_test.rb".freeze, "test/issue_set_test.rb".freeze, "test/user_test.rb".freeze, "test/gist_test.rb".freeze, "test/authenticated_test.rb".freeze, "test/branch_test.rb".freeze, "test/repository_set_test.rb".freeze, "test/commit_test.rb".freeze, "test/issue_comment.rb".freeze, "examples/issues.rb".freeze, "examples/authenticated.rb".freeze, "examples/overall.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.3.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.4.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.9.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end