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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5fc7bbf163f232c569ae8c590d8b61da5ca93f80
4
- data.tar.gz: 46c661cc0911c65473c2b6eb1ce2155108bd39e6
3
+ metadata.gz: 90447b7060633aa0cd198397ffa2dc1611d089cd
4
+ data.tar.gz: 533cf1193d86837aba62fc4ad605629843f7df22
5
5
  SHA512:
6
- metadata.gz: d1f9906f54492e7392cb1d99a2d9896792924924446f61e16560c67b16e077c526ac6f659652b94cce9164bab31208a163bec43aa3192930cdd179433781dc1e
7
- data.tar.gz: cace7216edea2bfb1a79311c7429d12fbdb3272dce32d64073c7a77c22d1d484b9e9ede3eab8d226fe56e79b5642868ed22d3cd220c837377b8554d22339526f
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 gem 'rocket_pants-pagination' ```
14
+ ```ruby
15
+ gem 'rocket_pants-pagination'
16
+ ```
10
17
 
11
18
  And then execute:
12
19
 
@@ -1,5 +1,5 @@
1
1
  module RocketPants
2
2
  module Pagination
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
@@ -1,3 +1,7 @@
1
+ require 'rocket_pants'
2
+ require 'active_model_serializers'
3
+ require 'will_paginate'
4
+
1
5
  require 'rocket_pants/pagination/version'
2
6
 
3
7
  module RocketPants
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.0
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-22 00:00:00.000000000 Z
11
+ date: 2015-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rocket_pants