Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Jan 13, 2011
1 parent 18bfda9 commit 91940c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== 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.
Expand Down
4 changes: 2 additions & 2 deletions grit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion lib/grit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
end

module Grit
VERSION = '2.4.0'
VERSION = '2.4.1'

class << self
# Set +debug+ to true to log all git calls and responses
Expand Down

0 comments on commit 91940c2

Please sign in to comment.