Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
Version up to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Jun 30, 2013
1 parent 19fce00 commit b0df6a7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gitlab-grit (2.5.1)
gitlab-grit (2.6.0)
charlock_holmes (~> 0.6.9)
diff-lcs (~> 1.1)
mime-types (~> 1.15)
Expand Down
7 changes: 7 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
== 2.6.0
* More stable commit parsinga
* Handle filenames with spaces
* Grep search
* Remove Dir.chdir for thread safety.


== 2.5.0 / 2012-04-22
* Minor Enhancements
* 100% Git-compliant actor creation.
Expand Down
2 changes: 1 addition & 1 deletion gitlab-grit.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'gitlab-grit'
s.version = '2.5.1'
s.version = '2.6.0'
s.date = '2013-05-06'
s.license = 'MIT'
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 @@ -50,7 +50,7 @@
require 'grit/grep'

module Grit
VERSION = '2.5.1'
VERSION = '2.6.0'

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

0 comments on commit b0df6a7

Please sign in to comment.