summaryrefslogtreecommitdiffstats
path: root/ruby-git.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'ruby-git.gemspec')
-rw-r--r--ruby-git.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby-git.gemspec b/ruby-git.gemspec
index 264bdec..eb8c1ea 100644
--- a/ruby-git.gemspec
+++ b/ruby-git.gemspec
@@ -1,11 +1,11 @@
spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "git"
- s.version = "1.0.7"
+ s.version = "1.0.7.1"
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/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", "extra/git.spec"]
s.require_path = "lib"
s.autorequire = "git"
s.test_files = Dir.glob('tests/*.rb')