File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- gitlab-grit (2.6.0 )
4
+ gitlab-grit (2.6.1 )
5
5
charlock_holmes (~> 0.6.9 )
6
6
diff-lcs (~> 1.1 )
7
7
mime-types (~> 1.15 )
Original file line number Diff line number Diff line change
1
+ 2.6.1
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = 'gitlab-grit'
3
- s . version = '2.6.0'
4
- s . date = '2013-05-06'
3
+ s . version = `cat VERSION`
4
+ s . date = Time . now . strftime ( "%Y-%m-%d" )
5
5
s . license = 'MIT'
6
6
s . summary = "Ruby Git bindings."
7
7
s . description = "Grit is a Ruby library for extracting information from a git repository in an object oriented manner. GitLab fork"
Original file line number Diff line number Diff line change 50
50
require 'grit/grep'
51
51
52
52
module Grit
53
- VERSION = '2.6.0'
53
+ VERSION = File . read ( "VERSION" ) . strip
54
54
55
55
class << self
56
56
# Set +debug+ to true to log all git calls and responses
You can’t perform that action at this time.
0 commit comments