Skip to content
Snippets Groups Projects
Commit 91940c2c authored by rick's avatar rick
Browse files

Release 2.4.1

parent 18bfda9d
No related branches found
No related tags found
No related merge requests found
== git
== 2.4.1 / 2011-01-13
* Minor Enhancements
* Grit::Process is used to implement Grit::Git#check_applies,
Grit::Git#get_patch, and Grit::Git#apply_patch.
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.0'
s.date = '2011-01-06'
s.version = '2.4.1'
s.date = '2011-01-13'
s.rubyforge_project = 'grit'
 
s.summary = "Ruby Git bindings."
Loading
Loading
Loading
Loading
@@ -55,7 +55,7 @@ if defined?(RUBY_ENGINE) && RUBY_ENGINE =~ /jruby/
end
 
module Grit
VERSION = '2.4.0'
VERSION = '2.4.1'
 
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