# -*- encoding: utf-8 -*- # stub: octopi 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "octopi".freeze s.version = "0.1.0".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 = "2009-07-21" s.email = "felipe.coury@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "contrib/backup.rb".freeze, "examples/authenticated.rb".freeze, "examples/github.yml.example".freeze, "examples/issues.rb".freeze, "examples/overall.rb".freeze, "lib/octopi.rb".freeze, "lib/octopi/base.rb".freeze, "lib/octopi/blob.rb".freeze, "lib/octopi/branch.rb".freeze, "lib/octopi/commit.rb".freeze, "lib/octopi/error.rb".freeze, "lib/octopi/file_object.rb".freeze, "lib/octopi/issue.rb".freeze, "lib/octopi/key.rb".freeze, "lib/octopi/repository.rb".freeze, "lib/octopi/resource.rb".freeze, "lib/octopi/tag.rb".freeze, "lib/octopi/user.rb".freeze, "octopi.gemspec".freeze, "test/octopi_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/fcoury/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".freeze s.test_files = ["test/octopi_test.rb".freeze, "test/test_helper.rb".freeze, "examples/authenticated.rb".freeze, "examples/issues.rb".freeze, "examples/overall.rb".freeze] end