summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-19 07:53:54 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-19 07:53:54 -0800
commitc478613ee08ead9319262e325cd02040a8adac22 (patch)
tree8c5a5714db503b85c036af52f340d5dd1ff42de3
parent72635ea8bb741627f828c47d883dbfcdff189c94 (diff)
downloadthird_party-ruby-git-c478613ee08ead9319262e325cd02040a8adac22.tar.gz
third_party-ruby-git-c478613ee08ead9319262e325cd02040a8adac22.tar.xz
third_party-ruby-git-c478613ee08ead9319262e325cd02040a8adac22.zip
1.0.4 taggings
-rw-r--r--Rakefile2
-rw-r--r--lib/git.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 39be2e0..a174eac 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "git"
- s.version = "1.0.3"
+ s.version = "1.0.4"
s.author = "Scott Chacon"
s.email = "schacon@gmail.com"
s.summary = "A package for using Git in Ruby code."
diff --git a/lib/git.rb b/lib/git.rb
index f18ad11..7c13d1a 100644
--- a/lib/git.rb
+++ b/lib/git.rb
@@ -40,7 +40,7 @@ require 'git/author'
# License:: MIT License
module Git
- VERSION = '1.0.3'
+ VERSION = '1.0.4'
# open a bare repository
#