kaminari-activerecord 1.0.0 → 1.0.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: 711c45636af3a883dd3423099b806119be97de69
4
- data.tar.gz: c6e2277873dc10069fd8e25f7f7aae3fab3264bc
3
+ metadata.gz: 0e3987b715c154f63032c05ad45a836a4bc139d9
4
+ data.tar.gz: 43b5b4c0fefd80e2352225db7e554a9bf65714ae
5
5
  SHA512:
6
- metadata.gz: fc118f1c18bf2f7d721e13d84451ce9b06e669a64c22aecec81251208f06ff34d58a7b2e17cd1223b44de3daafeb7e179670bf474d616778414bbf953753afdf
7
- data.tar.gz: 5e0974d4ac02e0d9e37be7b6c0e61121e14811862c9e5b7ed6b403359aa607d81796a1a59f303be4c8cce120b9b519c8c6d24b7b7746795917226c70a19d2508
6
+ metadata.gz: 10c492be6d29d0f8382a3d83ce8d12b35873eb451949487295f4997f5f267c806831d678407dc64535bb15b40a4165db7d2d844b955999a3493286e40227319b
7
+ data.tar.gz: 6eb25dd8a03cb0c4748121f60d9bae7c64f56ad227aa774e62d60818da34a16976b93130fb2898d1747b2a33156e8a8423e5893dc3bfcc65b9b524ef19f26fc0
@@ -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/amatsuda/kaminari/blob/master/README.md#other-frameworklibrary-support) for details.
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/amatsuda/kaminari.
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/amatsuda/kaminari'
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"]
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module Kaminari
3
3
  module Activerecord
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
6
6
  end
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.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-10 00:00:00.000000000 Z
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.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.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/amatsuda/kaminari
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: '0'
97
+ version: 2.0.0
97
98
  required_rubygems_version: !ruby/object:Gem::Requirement
98
99
  requirements:
99
100
  - - ">="