purecss-will_paginate 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/README.md +4 -0
- data/lib/purecss-will_paginate/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NmJlOTM3ZWU5MDRjYzEyYjJlNTZiM2EwMmZlZDQxNjdkNmI2NTllMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MTQwOTliY2U5OGE3YjFkN2I2NWNmOTczNGE0YTRjMjE1OGMyNzBkNQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjcwZGVjNDJlZjRhNGU2MTQ0ZjVjYzRmNzNjZjExNzgzOWM3OGQxY2ExZmM5
|
|
10
|
+
NTVlYmY0MWE2M2I1OTdlYTRkZjgyNGI1YTkxMzRlNGI4NzU2NDU3MmI0NjM1
|
|
11
|
+
NmM2NDljYTRhYjg5YjI0ZDYwZDdhZTM5ZDQwZWNlNzE0YTBkYWI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTA0MzI5NjJmYzNhNjExZTZmNTk5ZWRkZmEzZmZlMjM5YzQyMjkxODJiZmQ2
|
|
14
|
+
NmRkZGRhY2Q0NTg4MDEzYzU1MGI1ZWI0MjA1NDFkZjUwOGI5ZmE2NGI4NGYz
|
|
15
|
+
NDdlMjYwZTJhODNhZjljNDM1ZmRhMTBmNDhmMTQ2ZGY2OTMyZWM=
|
data/README.md
CHANGED
|
@@ -5,6 +5,9 @@ in [Pure CSS][pc] toolkit.
|
|
|
5
5
|
|
|
6
6
|
Check the gem [purecss](https://github.com/mseri/rails-purecss) to include Pure in the Rails Asset Pipeline.
|
|
7
7
|
|
|
8
|
+
[](https://travis-ci.org/mseri/rails-purecss-will_paginate.png?branch=master)
|
|
9
|
+
|
|
10
|
+
|
|
8
11
|
## Installation
|
|
9
12
|
|
|
10
13
|
Add this line to your application's Gemfile:
|
|
@@ -40,5 +43,6 @@ Based on [bootstrap-will_paginate](https://github.com/yrgoldteeth/bootstrap-will
|
|
|
40
43
|
[pc]: http://purecss.io
|
|
41
44
|
|
|
42
45
|
## Changelog
|
|
46
|
+
- 0.0.3 Travis support, Rakefile corrected
|
|
43
47
|
- 0.0.2 Fixed dependencies
|
|
44
48
|
- 0.0.1 First version
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: purecss-will_paginate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- mseri
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-06-
|
|
11
|
+
date: 2013-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -78,7 +78,8 @@ files:
|
|
|
78
78
|
- config/initializers/will_paginate.rb
|
|
79
79
|
- README.md
|
|
80
80
|
homepage: https://github.com/mseri/rails-purecss-will_paginate
|
|
81
|
-
licenses:
|
|
81
|
+
licenses:
|
|
82
|
+
- MIT
|
|
82
83
|
metadata: {}
|
|
83
84
|
post_install_message:
|
|
84
85
|
rdoc_options: []
|