will_paginate_bootstrp 0.2.3 → 0.2.4
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 +4 -4
- data/lib/will_paginate_bootstrp/version.rb +1 -1
- metadata +5 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78e0f93b3f48e3030ce77e11c1b418fb283f3d8f7b39fcb2cda47e495cce0bb1
|
|
4
|
+
data.tar.gz: 2bccc8509f05672d551af1be0054d3ac84a96d73bc4de58867a918311acd7814
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d3d856938f6793c8d569bdea30009f7d8e4bfd6974c264d6bdd30410acf476cb78e38cfe49fb90633ac8410e5b0155091d204b3cce108bf200d4407aa58d2ebe
|
|
7
|
+
data.tar.gz: 62e784115f6a0c79ac772e429b3cdf4046011f11602bdf2a4e337a1a2c38ad9b170550c22a3b6283fc1649ffabf452615e3ceb988418ea18bae8edb147768d6f
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: will_paginate_bootstrp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sergii Demianchuk
|
|
@@ -14,26 +14,18 @@ dependencies:
|
|
|
14
14
|
name: will_paginate
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ">="
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.0.0
|
|
20
17
|
- - "~>"
|
|
21
18
|
- !ruby/object:Gem::Version
|
|
22
|
-
version:
|
|
19
|
+
version: 3.0.0
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
|
-
- - ">="
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 3.0.0
|
|
30
24
|
- - "~>"
|
|
31
25
|
- !ruby/object:Gem::Version
|
|
32
|
-
version:
|
|
33
|
-
description:
|
|
34
|
-
with the will_paginate
|
|
35
|
-
|
|
36
|
-
'
|
|
26
|
+
version: 3.0.0
|
|
27
|
+
description: " Gem will_paginate_bootstrp integrates the Twitter Bootstrap pagination
|
|
28
|
+
component with the Gem will_paginate\n"
|
|
37
29
|
email: sergeydemjanchyk@gmail.com
|
|
38
30
|
executables: []
|
|
39
31
|
extensions: []
|