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

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Jun 30, 2013
1 parent cddc4f2 commit 3c8937e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v 1.4.0
- Update gitlab_grit dependency to 2.6.0

v 1.3.0
- Added GitStats and LogParser classes

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
gitlab_git (1.3.0)
gitlab_git (1.4.0)
activesupport (~> 3.2.13)
github-linguist (~> 2.3.4)
gitlab-grit (~> 2.5.1)
gitlab-grit (~> 2.6.0)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -32,7 +32,7 @@ GEM
escape_utils (~> 0.2.3)
mime-types (~> 1.19)
pygments.rb (>= 0.2.13)
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 Expand Up @@ -60,7 +60,7 @@ GEM
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
pygments.rb (0.5.0)
pygments.rb (0.5.1)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rb-fsevent (0.9.3)
Expand Down
4 changes: 2 additions & 2 deletions gitlab_git.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'gitlab_git'
s.version = '1.3.0'
s.version = '1.4.0'
s.date = '2013-04-29'
s.summary = "Gitlab::Git library"
s.description = "GitLab wrapper around git objects"
Expand All @@ -12,6 +12,6 @@ Gem::Specification.new do |s|
'http://rubygems.org/gems/gitlab_git'

s.add_dependency("github-linguist", "~> 2.3.4")
s.add_dependency("gitlab-grit", "~> 2.5.1")
s.add_dependency("gitlab-grit", "~> 2.6.0")
s.add_dependency("activesupport", "~> 3.2.13")
end

0 comments on commit 3c8937e

Please sign in to comment.