Skip to content

Commit 06551bc

Browse files
committed
updated gemspec to actually work this time
1 parent 0f1baf6 commit 06551bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require 'rubygems'
22
Gem::manage_gems
33
require 'rake/gempackagetask'
44

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

77
Rake::GemPackageTask.new(spec) do |pkg|
88
pkg.need_tar = true

ruby-git.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ spec = Gem::Specification.new do |s|
55
s.author = "Scott Chacon"
66
s.email = "schacon@gmail.com"
77
s.summary = "A package for using Git in Ruby code."
8-
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"]
8+
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"]
99
s.require_path = "lib"
1010
s.autorequire = "git"
1111
s.test_files = Dir.glob('tests/*.rb')

0 commit comments

Comments
 (0)