Skip to content
Snippets Groups Projects
Commit 7219ef6f authored by Tom Preston-Werner's avatar Tom Preston-Werner
Browse files

Release 2.5.0

parent 3dd591fe
No related branches found
No related tags found
No related merge requests found
== HEAD
== 2.5.0 / 2012-04-22
* Minor Enhancements
* 100% Git-compliant actor creation.
* Handle newlines in author/committer.
Loading
Loading
Loading
Loading
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'
 
s.name = 'grit'
s.version = '2.4.1'
s.date = '2011-01-13'
s.version = '2.5.0'
s.date = '2012-04-22'
s.rubyforge_project = 'grit'
 
s.summary = "Ruby Git bindings."
Loading
Loading
Loading
Loading
@@ -49,7 +49,7 @@ require 'grit/blame'
require 'grit/merge'
 
module Grit
VERSION = '2.4.1'
VERSION = '2.5.0'
 
class << self
# Set +debug+ to true to log all git calls and responses
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment