Skip to content

Commit

Permalink
updated gemspec to actually work this time
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed May 22, 2008
1 parent 0f1baf6 commit 06551bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'rubygems'
Gem::manage_gems
require 'rake/gempackagetask'

spec = eval(File.read('ticgit.gemspec'))
spec = eval(File.read('ruby-git.gemspec'))

Rake::GemPackageTask.new(spec) do |pkg|
pkg.need_tar = true
Expand Down
2 changes: 1 addition & 1 deletion ruby-git.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec = Gem::Specification.new do |s|
s.author = "Scott Chacon"
s.email = "[email protected]"
s.summary = "A package for using Git in Ruby code."
s.files = ["lib/git", "lib/git/author.rb", "lib/git/base.rb", "lib/git/branch.rb", "lib/git/branches.rb", "lib/git/diff.rb", "lib/git/index.rb", "lib/git/lib.rb", "lib/git/lib.rb.orig", "lib/git/log.rb", "lib/git/object.rb", "lib/git/path.rb", "lib/git/remote.rb", "lib/git/repository.rb", "lib/git/stash.rb", "lib/git/stashes.rb", "lib/git/status.rb", "lib/git/working_directory.rb", "lib/git.rb"]
s.files = ["lib/git", "lib/git/author.rb", "lib/git/base.rb", "lib/git/branch.rb", "lib/git/branches.rb", "lib/git/diff.rb", "lib/git/index.rb", "lib/git/lib.rb", "lib/git/log.rb", "lib/git/object.rb", "lib/git/path.rb", "lib/git/remote.rb", "lib/git/repository.rb", "lib/git/stash.rb", "lib/git/stashes.rb", "lib/git/status.rb", "lib/git/working_directory.rb", "lib/git.rb"]
s.require_path = "lib"
s.autorequire = "git"
s.test_files = Dir.glob('tests/*.rb')
Expand Down

0 comments on commit 06551bc

Please sign in to comment.