public
Rubygem
Fork of defunkt/github-gem
Description: The official `github` command line helper for simplifying your GitHub experience.
Homepage: http://github.com
Clone URL: git://github.com/rubyist/github-gem.git
Search Repo:
gemspec file listed in s.files is incorrect, should be github-gem.gemspec
rubyist (author)
Mon May 12 06:38:22 -0700 2008
commit  9aea7b030b5a2700020e2b6e22158481303c7190
tree    2ef618fbb0b633fd51c9f72831cc3705fe3c15d3
parent  da2bee280d979db3ca851d0c1d800d93b110935d
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@
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.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-gem.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

  • kballard Fri May 16 00:14:47 -0700 2008

    I believe Echoe generates a .gemspec when actually packaging the gem which is called just github.gemspec (and this resulting generated gemspec lists it that way). Making the change mentioned here doesn’t seem to do anything w.r.t. `rake package` and apparently it doesn’t hurt GitHub’s processing of the gem either, as defunkt-github exists on gems.github.com.