Skip to content

Commit c4e5bef

Browse files
committed
grit -> gitlab-grit
1 parent e873bb8 commit c4e5bef

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pkg
22
.DS_Store
33
repos/grit/
4+
*.gem

grit.gemspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Gem::Specification.new do |s|
33
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
44
s.rubygems_version = '1.3.5'
55

6-
s.name = 'grit'
6+
s.name = 'gitlab-grit'
77
s.version = '2.5.0'
8-
s.date = '2013-03-02'
9-
s.rubyforge_project = 'grit'
8+
s.date = '2013-05-06'
9+
s.license = 'MIT'
1010

1111
s.summary = "Ruby Git bindings."
12-
s.description = "Grit is a Ruby library for extracting information from a git repository in an object oriented manner."
12+
s.description = "Grit is a Ruby library for extracting information from a git repository in an object oriented manner. GitLab fork"
1313

14-
s.authors = ["Tom Preston-Werner", "Scott Chacon"]
14+
s.authors = ["Tom Preston-Werner", "Scott Chacon", "Dmitriy Zaporozhets"]
1515
s.email = '[email protected]'
1616
s.homepage = 'http://github.com/gitlabhq/grit'
1717

0 commit comments

Comments
 (0)