# -*- encoding: utf-8 -*- # stub: fcoury-octopi 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "fcoury-octopi".freeze s.version = "0.0.6".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-04-21" s.email = "felipe.coury@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze, "LICENSE".freeze] s.files = ["LICENSE".freeze, "README.rdoc".freeze, "VERSION.yml".freeze, "lib/octopi".freeze, "lib/octopi.rb".freeze, "lib/octopi/base.rb".freeze, "lib/octopi/blob.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/repository.rb".freeze, "lib/octopi/resource.rb".freeze, "lib/octopi/tag.rb".freeze, "lib/octopi/user.rb".freeze, "test/octopi_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/fcoury/octopi".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby interface to GitHub API v2".freeze end