kaminari-activerecord 1.0.0 → 1.0.1
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/CHANGELOG.md +1 -0
- data/README.md +2 -2
- data/kaminari-activerecord.gemspec +2 -1
- data/lib/kaminari/activerecord/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e3987b715c154f63032c05ad45a836a4bc139d9
|
|
4
|
+
data.tar.gz: 43b5b4c0fefd80e2352225db7e554a9bf65714ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10c492be6d29d0f8382a3d83ce8d12b35873eb451949487295f4997f5f267c806831d678407dc64535bb15b40a4165db7d2d844b955999a3493286e40227319b
|
|
7
|
+
data.tar.gz: 6eb25dd8a03cb0c4748121f60d9bae7c64f56ad227aa774e62d60818da34a16976b93130fb2898d1747b2a33156e8a8423e5893dc3bfcc65b9b524ef19f26fc0
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
See https://github.com/kaminari/kaminari/tree/master/CHANGELOG.md for changes.
|
data/README.md
CHANGED
|
@@ -20,11 +20,11 @@ This gem is basically an internal gem that will be automatically bundled from ka
|
|
|
20
20
|
|
|
21
21
|
Or if you're using ORMs other than Active Record, you might need to explicitly bundle this gem.
|
|
22
22
|
|
|
23
|
-
See [Kaminari README (Other Framework/Library Support)](https://github.com/
|
|
23
|
+
See [Kaminari README (Other Framework/Library Support)](https://github.com/kaminari/kaminari/blob/master/README.md#other-frameworklibrary-support) for details.
|
|
24
24
|
|
|
25
25
|
## Contributing
|
|
26
26
|
|
|
27
|
-
Pull requests are welcome on GitHub at https://github.com/
|
|
27
|
+
Pull requests are welcome on GitHub at https://github.com/kaminari/kaminari.
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
## License
|
|
@@ -12,8 +12,9 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
|
|
13
13
|
spec.summary = 'Kaminari Active Record adapter'
|
|
14
14
|
spec.description = 'kaminari-activerecord lets your Active Record models be paginatable'
|
|
15
|
-
spec.homepage = 'https://github.com/
|
|
15
|
+
spec.homepage = 'https://github.com/kaminari/kaminari'
|
|
16
16
|
spec.license = "MIT"
|
|
17
|
+
spec.required_ruby_version = '>= 2.0.0'
|
|
17
18
|
|
|
18
19
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
19
20
|
spec.require_paths = ["lib"]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kaminari-activerecord
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Akira Matsuda
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: kaminari-core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.0.
|
|
19
|
+
version: 1.0.1
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.0.
|
|
26
|
+
version: 1.0.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: activerecord
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -73,6 +73,7 @@ executables: []
|
|
|
73
73
|
extensions: []
|
|
74
74
|
extra_rdoc_files: []
|
|
75
75
|
files:
|
|
76
|
+
- CHANGELOG.md
|
|
76
77
|
- MIT-LICENSE
|
|
77
78
|
- README.md
|
|
78
79
|
- kaminari-activerecord.gemspec
|
|
@@ -81,7 +82,7 @@ files:
|
|
|
81
82
|
- lib/kaminari/activerecord/active_record_model_extension.rb
|
|
82
83
|
- lib/kaminari/activerecord/active_record_relation_methods.rb
|
|
83
84
|
- lib/kaminari/activerecord/version.rb
|
|
84
|
-
homepage: https://github.com/
|
|
85
|
+
homepage: https://github.com/kaminari/kaminari
|
|
85
86
|
licenses:
|
|
86
87
|
- MIT
|
|
87
88
|
metadata: {}
|
|
@@ -93,7 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
93
94
|
requirements:
|
|
94
95
|
- - ">="
|
|
95
96
|
- !ruby/object:Gem::Version
|
|
96
|
-
version:
|
|
97
|
+
version: 2.0.0
|
|
97
98
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
99
|
requirements:
|
|
99
100
|
- - ">="
|