Skip to content

Commit

Permalink
Merge pull request #140 from gabceb/master
Browse files Browse the repository at this point in the history
Added count gems
  • Loading branch information
fusion94 committed Mar 1, 2013
2 parents 1ebc585 + 55252b5 commit b9c39e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Expand Up @@ -38,7 +38,12 @@ group :assets do
gem 'bootstrap-sass', '~> 2.3.0.1'
end

group :production do
gem 'kandan-count'
end

group :development do
gem 'kandan-count-dev'
gem 'pry-rails'
gem 'quiet_assets'
gem 'awesome_print'
Expand Down
10 changes: 7 additions & 3 deletions Gemfile.lock
Expand Up @@ -80,13 +80,13 @@ GEM
cookiejar (0.3.0)
daemons (1.1.9)
database_cleaner (0.9.1)
debugger (1.2.3)
debugger (1.3.3)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.5)
debugger-ruby_core_source (~> 1.2.0)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.6)
debugger-ruby_core_source (1.2.0)
devise (1.5.3)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
Expand Down Expand Up @@ -149,6 +149,8 @@ GEM
kaminari (0.14.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kandan-count (1.1.0)
kandan-count-dev (1.1.0)
listen (0.7.2)
lumberjack (1.0.2)
mail (2.4.4)
Expand Down Expand Up @@ -297,6 +299,8 @@ DEPENDENCIES
jasmine (~> 1.3.1)
jquery-rails
kaminari
kandan-count
kandan-count-dev
paperclip
pg
pry-rails
Expand Down

0 comments on commit b9c39e9

Please sign in to comment.