1
0
Fork 0
mirror of https://github.com/mcasimir/kaminari-bootstrap.git synced 2022-11-09 13:46:52 -05:00

initial commit

This commit is contained in:
mcasimir 2012-08-05 16:43:48 +02:00
parent ab5dfd072b
commit 489dbeb319
16 changed files with 241 additions and 82 deletions

15
Gemfile
View file

@ -1,14 +1,9 @@
source "http://rubygems.org"
# Add dependencies required to use your gem here.
# Example:
# gem "activesupport", ">= 2.3.5"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "shoulda", ">= 0"
gem "rdoc", "~> 3.12"
gem "bundler", "~> 1.0.0"
gem 'rails'
gem 'kaminari'
group :development do
gem "bundler"
gem "jeweler", "~> 1.8.4"
gem "rcov", ">= 0"
end