Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add the gemspec, ya heard
  • Loading branch information
defunkt committed May 2, 2008
1 parent 07a3392 commit f193a7f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1 +0,0 @@
github.gemspec
23 changes: 23 additions & 0 deletions github.gemspec
@@ -0,0 +1,23 @@
Gem::Specification.new do |s|
s.name = %q{github}
s.version = "0.1.1"

s.specification_version = 2 if s.respond_to? :specification_version=

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Chris Wanstrath"]
s.date = %q{2008-05-02}
s.default_executable = %q{github}
s.description = %q{The official `github` command line helper for simplifying your GitHub experience.}
s.email = %q{chris@ozmm.org}
s.executables = ["github"]
s.extra_rdoc_files = ["bin/github", "lib/github/command.rb", "lib/github/helper.rb", "lib/github.rb", "LICENSE", "README"]
s.files = ["bin/github", "commands/commands.rb", "commands/helpers.rb", "lib/github/command.rb", "lib/github/helper.rb", "lib/github.rb", "LICENSE", "README", "spec/command_spec.rb", "spec/helpers/owner_spec.rb", "spec/helpers/project_spec.rb", "spec/helpers/public_url_for_spec.rb", "spec/helpers/repo_for_spec.rb", "spec/helpers/user_and_repo_from_spec.rb", "spec/helpers/user_for_spec.rb", "spec/spec_helper.rb", "Manifest", "github.gemspec"]
s.has_rdoc = true
s.homepage = %q{http://github.com/}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Github", "--main", "README"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{github}
s.rubygems_version = %q{1.1.1}
s.summary = %q{The official `github` command line helper for simplifying your GitHub experience.}
end

0 comments on commit f193a7f

Please sign in to comment.