Skip to content

Commit

Permalink
gitlab_meta gem added
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Aug 23, 2012
1 parent 1ef1a4a commit 6428d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ gem 'settingslogic'
# Misc
gem "foreman"
gem "git"
gem "gitlab_meta"

group :assets do
gem "sass-rails", "3.2.5"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ GEM
gherkin (2.11.0)
json (>= 1.4.6)
git (1.2.5)
gitlab_meta (2.8.1)
grape (0.2.1)
hashie (~> 1.2)
multi_json
Expand Down Expand Up @@ -394,6 +395,7 @@ DEPENDENCIES
ffaker
foreman
git
gitlab_meta
gitolite!
grack!
grape (~> 0.2.1)
Expand Down

4 comments on commit 6428d4d

@rspeicher
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this do?

@dzaporozhets
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing. Just to count installations for each version http://rubygems.org/gems/gitlab_meta

@rspeicher
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, clever. What do you think about adding it to a :production group, that way you don't get false counts from dev installs?

@dzaporozhets
Copy link
Member Author

@dzaporozhets dzaporozhets commented on 6428d4d Aug 23, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.