Skip to content
Snippets Groups Projects
Commit b24f1519 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

VERSION file and dynamic gem date

parent 40f33a4f
No related branches found
No related tags found
No related merge requests found
PATH
remote: .
specs:
gitlab-grit (2.6.0)
gitlab-grit (2.6.1)
charlock_holmes (~> 0.6.9)
diff-lcs (~> 1.1)
mime-types (~> 1.15)
Loading
Loading
2.6.1
Gem::Specification.new do |s|
s.name = 'gitlab-grit'
s.version = '2.6.0'
s.date = '2013-05-06'
s.version = `cat VERSION`
s.date = Time.now.strftime("%Y-%m-%d")
s.license = 'MIT'
s.summary = "Ruby Git bindings."
s.description = "Grit is a Ruby library for extracting information from a git repository in an object oriented manner. GitLab fork"
Loading
Loading
Loading
Loading
@@ -50,7 +50,7 @@ require 'grit/merge'
require 'grit/grep'
 
module Grit
VERSION = '2.6.0'
VERSION = File.read("VERSION").strip
 
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