mirror of
https://github.com/mcasimir/kaminari-bootstrap.git
synced 2022-11-09 13:46:52 -05:00
updated jeweler
This commit is contained in:
parent
a20d0ee39c
commit
ffae8c52a7
2 changed files with 33 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -5,5 +5,5 @@ gem 'kaminari', ">= 0.13.0"
|
|||
|
||||
group :development do
|
||||
gem "bundler"
|
||||
gem "jeweler", "~> 1.8.4"
|
||||
gem "jeweler", ">= 1.8.5"
|
||||
end
|
||||
|
|
37
Gemfile.lock
37
Gemfile.lock
|
@ -31,16 +31,33 @@ GEM
|
|||
arel (3.0.2)
|
||||
builder (3.0.0)
|
||||
erubis (2.7.0)
|
||||
git (1.2.5)
|
||||
faraday (0.8.8)
|
||||
multipart-post (~> 1.2.0)
|
||||
git (1.2.6)
|
||||
github_api (0.8.1)
|
||||
faraday (~> 0.8.1)
|
||||
hashie (~> 1.2.0)
|
||||
multi_json (~> 1.3)
|
||||
nokogiri (~> 1.5.2)
|
||||
oauth2
|
||||
hashie (1.2.0)
|
||||
highline (1.6.20)
|
||||
hike (1.2.1)
|
||||
httpauth (0.2.0)
|
||||
i18n (0.6.0)
|
||||
jeweler (1.8.4)
|
||||
jeweler (1.8.5)
|
||||
builder
|
||||
bundler (~> 1.0)
|
||||
git (>= 1.2.5)
|
||||
github_api (>= 0.8.1)
|
||||
highline (>= 1.6.15)
|
||||
nokogiri (= 1.5.10)
|
||||
rake
|
||||
rdoc
|
||||
journey (1.0.4)
|
||||
json (1.7.4)
|
||||
json (1.8.1)
|
||||
jwt (0.1.6)
|
||||
multi_json (>= 1.0)
|
||||
kaminari (0.13.0)
|
||||
actionpack (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
@ -51,6 +68,16 @@ GEM
|
|||
treetop (~> 1.4.8)
|
||||
mime-types (1.19)
|
||||
multi_json (1.3.6)
|
||||
multi_xml (0.5.5)
|
||||
multipart-post (1.2.0)
|
||||
nokogiri (1.5.10)
|
||||
oauth2 (0.9.2)
|
||||
faraday (~> 0.8)
|
||||
httpauth (~> 0.2)
|
||||
jwt (~> 0.1.4)
|
||||
multi_json (~> 1.0)
|
||||
multi_xml (~> 0.5)
|
||||
rack (~> 1.2)
|
||||
polyglot (0.3.3)
|
||||
rack (1.4.1)
|
||||
rack-cache (1.2)
|
||||
|
@ -75,7 +102,7 @@ GEM
|
|||
rdoc (~> 3.4)
|
||||
thor (>= 0.14.6, < 2.0)
|
||||
rake (10.1.0)
|
||||
rdoc (3.12)
|
||||
rdoc (3.12.2)
|
||||
json (~> 1.4)
|
||||
sprockets (2.1.3)
|
||||
hike (~> 1.2)
|
||||
|
@ -93,6 +120,6 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
bundler
|
||||
jeweler (~> 1.8.4)
|
||||
jeweler
|
||||
kaminari (>= 0.13.0)
|
||||
rails
|
||||
|
|
Loading…
Reference in a new issue