forked from defunkt/github-gem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub-gem.gemspec
executable file
·25 lines (22 loc) · 1.43 KB
/
github-gem.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Gem::Specification.new do |s|
s.name = %q{github}
s.version = "0.1.3"
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, Kevin Ballard"]
s.date = %q{2008-05-18}
s.default_executable = %q{github}
s.description = %q{The official `github` command line helper for simplifying your GitHub experience.}
s.email = %q{[email protected]}
s.executables = ["github"]
s.extra_rdoc_files = ["bin/github", "lib/github/extensions.rb", "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/extensions.rb", "lib/github/command.rb", "lib/github/helper.rb", "lib/github.rb", "LICENSE", "Manifest", "README", "spec/command_spec.rb", "spec/extensions_spec.rb", "spec/github_spec.rb", "spec/helper_spec.rb", "spec/spec_helper.rb", "spec/ui_spec.rb", "spec/windoze_spec.rb", "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.}
# s.add_dependency(%q<launchy>, [">= 0"])
end