public
Rubygem
Description: The official `github` command line helper for simplifying your GitHub experience.
Homepage: http://github.com
Clone URL: git://github.com/defunkt/github-gem.git
Search Repo:
wrong gemspec name
defunkt (author)
Tue May 06 01:39:51 -0700 2008
commit  b7002ca235bb81e448c847430b39b4988b40bad7
tree    a1f3a3a714f69ce1527f5ffaea2a99d2e25b4df6
parent  8261bb0b1a577f24047f76409f114820937a89ac
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
0
@@ -1 +1,24 @@
0
+Gem::Specification.new do |s|
0
+ s.name = %q{github}
0
+ s.version = "0.1.2"
0
+
0
+ s.specification_version = 2 if s.respond_to? :specification_version=
0
+
0
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
+ s.authors = ["Chris Wanstrath"]
0
+ s.date = %q{2008-05-06}
0
+ s.default_executable = %q{github}
0
+ s.description = %q{The official `github` command line helper for simplifying your GitHub experience.}
0
+ s.email = %q{chris@ozmm.org}
0
+ s.executables = ["github"]
0
+ s.extra_rdoc_files = ["bin/github", "lib/github/command.rb", "lib/github/helper.rb", "lib/github.rb", "LICENSE", "README"]
0
+ 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"]
0
+ s.has_rdoc = true
0
+ s.homepage = %q{http://github.com/}
0
+ s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Github", "--main", "README"]
0
+ s.require_paths = ["lib"]
0
+ s.rubyforge_project = %q{github}
0
+ s.rubygems_version = %q{1.1.1}
0
+ s.summary = %q{The official `github` command line helper for simplifying your GitHub experience.}
0
+end
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,24 +1 @@
0
-Gem::Specification.new do |s|
0
- s.name = %q{github}
0
- s.version = "0.1.2"
0
-
0
- s.specification_version = 2 if s.respond_to? :specification_version=
0
-
0
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
- s.authors = ["Chris Wanstrath"]
0
- s.date = %q{2008-05-06}
0
- s.default_executable = %q{github}
0
- s.description = %q{The official `github` command line helper for simplifying your GitHub experience.}
0
- s.email = %q{chris@ozmm.org}
0
- s.executables = ["github"]
0
- s.extra_rdoc_files = ["bin/github", "lib/github/command.rb", "lib/github/helper.rb", "lib/github.rb", "LICENSE", "README"]
0
- 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"]
0
- s.has_rdoc = true
0
- s.homepage = %q{http://github.com/}
0
- s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Github", "--main", "README"]
0
- s.require_paths = ["lib"]
0
- s.rubyforge_project = %q{github}
0
- s.rubygems_version = %q{1.1.1}
0
- s.summary = %q{The official `github` command line helper for simplifying your GitHub experience.}
0
-end

Comments

    No one has commented yet.