rocket_pants-pagination 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -1
- data/lib/rocket_pants/pagination/version.rb +1 -1
- data/lib/rocket_pants/pagination.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90447b7060633aa0cd198397ffa2dc1611d089cd
|
4
|
+
data.tar.gz: 533cf1193d86837aba62fc4ad605629843f7df22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4c8b848484104ff635dd9b22d0986c3606ac1933b01c80bae169d63f362652bec69417f15d21ce73c3d93b33f99d668e7b9246b901d57f7f748c5ddc8e6f218
|
7
|
+
data.tar.gz: 43e1478dc87e0852c6398d345861672de0acf820ec9bc8f22fc532e0dd550e7e2ca0735a9f5da2ea33727d0181293c521d6f94b43c5448844507d56ea248b70e
|
data/README.md
CHANGED
@@ -1,12 +1,19 @@
|
|
1
1
|
# RocketPants::Pagination
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/rocket_pants-pagination.svg)](http://badge.fury.io/rb/rocket_pants-pagination)
|
4
|
+
[![Build Status](https://travis-ci.org/alessandro1997/rocket_pants-pagination.svg)](https://travis-ci.org/alessandro1997/rocket_pants-pagination)
|
5
|
+
[![Dependency Status](https://gemnasium.com/alessandro1997/rocket_pants-pagination.svg)](https://gemnasium.com/alessandro1997/rocket_pants-pagination)
|
6
|
+
[![Code Climate](https://codeclimate.com/github/alessandro1997/rocket_pants-pagination/badges/gpa.svg)](https://codeclimate.com/github/alessandro1997/rocket_pants-pagination)
|
7
|
+
|
3
8
|
Pagination support for [RocketPants](https://github.com/Sutto/rocket_pants).
|
4
9
|
|
5
10
|
## Installation
|
6
11
|
|
7
12
|
Add this line to your application's Gemfile:
|
8
13
|
|
9
|
-
```ruby
|
14
|
+
```ruby
|
15
|
+
gem 'rocket_pants-pagination'
|
16
|
+
```
|
10
17
|
|
11
18
|
And then execute:
|
12
19
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rocket_pants-pagination
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alessandro Desantis
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-08-
|
11
|
+
date: 2015-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rocket_pants
|