summaryrefslogtreecommitdiffstats
path: root/ruby-git.gemspec
diff options
context:
space:
mode:
authorScott Chacon <schacon@gmail.com>2008-05-22 15:43:28 -0700
committerScott Chacon <schacon@gmail.com>2008-05-22 15:43:28 -0700
commit06551bcea9493e7bf847cc6d33cb20525d158365 (patch)
tree32fad134de550c75376cc26c0dbe0b5455f2e5de /ruby-git.gemspec
parent0f1baf67e26092797e4a84804469cb1391546708 (diff)
downloadthird_party-ruby-git-06551bcea9493e7bf847cc6d33cb20525d158365.tar.gz
third_party-ruby-git-06551bcea9493e7bf847cc6d33cb20525d158365.tar.xz
third_party-ruby-git-06551bcea9493e7bf847cc6d33cb20525d158365.zip
updated gemspec to actually work this time
Diffstat (limited to 'ruby-git.gemspec')
-rw-r--r--ruby-git.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby-git.gemspec b/ruby-git.gemspec
index 7638d3a..d1e6f77 100644
--- a/ruby-git.gemspec
+++ b/ruby-git.gemspec
@@ -5,7 +5,7 @@ spec = Gem::Specification.new do |s|
s.author = "Scott Chacon"
s.email = "schacon@gmail.com"
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')