wor-paginate 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -0
- data/lib/wor/paginate/version.rb +1 -1
- data/wor-paginate.gemspec +1 -1
- metadata +3 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: b7c776afdec6b7a3b5d25d291feee578bf5c197ab0504764cd820bad2d7a4ff0
|
4
|
+
data.tar.gz: 5a8daf10d3c2c4946ba9a3f93b4e471b6d7df4f36fb3dbd7dc012b8aae7ee482
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 563abfa98659357d211b0a2a82879c4ebfb990d3a1305a1ce45520457fccc40a01fd1337d3454a1e292a3fcdb3250fb0905a9b6558f81685af9ea0ed5db17626
|
7
|
+
data.tar.gz: c48165f34eaf321463d679fbb252bde74250b789cc82c3789e0d88cfa271f492bb8d6f24b77cbdc812e64ab32695361ab2aa44aa612439646855f724d1805880
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
## Change log
|
2
2
|
|
3
|
+
### V0.1.8
|
4
|
+
* [#85](https://github.com/Wolox/wor-paginate/pull/85) Delete max Railties dependency in gemspec - [@lucasvoboril](https://github.com/lucasvoboril).
|
5
|
+
|
3
6
|
### V0.1.7
|
4
7
|
* [#61](https://github.com/Wolox/wor-paginate/pull/61) Allows requests on offset pages for enumerables - [@mtejedorwolox](https://github.com/mtejedorwolox).
|
5
8
|
* [#63](https://github.com/Wolox/wor-paginate/pull/63) Add max_limit with optional parameter - [@blacksam07](https://github.com/blacksam07).
|
data/lib/wor/paginate/version.rb
CHANGED
data/wor-paginate.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wor-paginate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- icoluccio
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2019-
|
14
|
+
date: 2019-11-12 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: railties
|
@@ -20,9 +20,6 @@ dependencies:
|
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 4.1.0
|
23
|
-
- - "<="
|
24
|
-
- !ruby/object:Gem::Version
|
25
|
-
version: 6.0.0
|
26
23
|
type: :runtime
|
27
24
|
prerelease: false
|
28
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -30,9 +27,6 @@ dependencies:
|
|
30
27
|
- - ">="
|
31
28
|
- !ruby/object:Gem::Version
|
32
29
|
version: 4.1.0
|
33
|
-
- - "<="
|
34
|
-
- !ruby/object:Gem::Version
|
35
|
-
version: 6.0.0
|
36
30
|
- !ruby/object:Gem::Dependency
|
37
31
|
name: rails
|
38
32
|
requirement: !ruby/object:Gem::Requirement
|
@@ -108,8 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
102
|
- !ruby/object:Gem::Version
|
109
103
|
version: '0'
|
110
104
|
requirements: []
|
111
|
-
|
112
|
-
rubygems_version: 2.5.2.1
|
105
|
+
rubygems_version: 3.0.4
|
113
106
|
signing_key:
|
114
107
|
specification_version: 4
|
115
108
|
summary: Simplified pagination for Rails API controllers
|