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
Changed path of 'extensions.rb' in the gemspec.
riquedafreak (author)
Thu Jul 24 17:06:47 -0700 2008
kballard (committer)
Thu Jul 24 18:00:46 -0700 2008
commit  fe1f852f3cf719c7cd86147031732f570ad89619
tree    fbfb5c4ef1f34d292b9ab3514c69fc1e58026e33
parent  85301991bd104643a19e1de739faf83192ce6ffe
0
github-gem.gemspec 100644 →
...
11
12
13
14
15
 
 
16
17
18
...
11
12
13
 
 
14
15
16
17
18
0
@@ -11,8 +11,8 @@ Gem::Specification.new do |s|
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/extensions.rb", "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/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"]
0
+ s.extra_rdoc_files = ["bin/github", "lib/github/extensions.rb", "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/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"]
0
   s.has_rdoc = true
0
   s.homepage = %q{http://github.com/}
0
   s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Github", "--main", "README"]

Comments

    No one has commented yet.