activerecord-cursor 0.2.1 → 0.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5468fa164f47c75c904c47a9d0db02d2646e71b5
4
- data.tar.gz: 1e45fb4a1f00265a16a0b37176ead58af1b2c2c3
3
+ metadata.gz: 98c42e30e11b079c07dde4783aa6065a2193b81e
4
+ data.tar.gz: 3673eb9116e318232bb4b4e98b00c5a56e3e7952
5
5
  SHA512:
6
- metadata.gz: 1b332c7fecc4403daca4be9d5be8b3365ff312ef4c8fafae00beefcd0874f818cf015dbfb339d5e3317aa85f1780a879f643f9c9b928cc4714e2a7065d579548
7
- data.tar.gz: 285d945a97d383a5c05ff194afd6560fb7e25c5a1050740ac31a5a807642b72a89f56b370b8502530ca9a50f01cc660a966ee350faaf5e400709268054176c9d
6
+ metadata.gz: 70c75eb0adde1e437201032b4064a7e575e797097d858931266240236969afbb09a28ff38d9c8c522672330a7a7271670e31ec38c1ee61f4bd1e10559da5915d
7
+ data.tar.gz: 11b3d4acd963ab95b129b36da68bc7a3ed44d9a916943564aa75ecbdd61b509e51d5463939c4597bf57db658f8337f66981c538a1afe0a2fded843d8bad08c45
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ['Tomohiro Suwa']
9
9
  spec.email = ['neoen.gsn@gmail.com']
10
10
 
11
- spec.summary = 'pagination using cursors for ActiveRecord'
12
- spec.description = 'pagination using cursors for ActiveRecord'
13
- spec.homepage = 'https://github.com/tsuwatch/activerecord-curosr'
11
+ spec.summary = 'cursor pagination for ActiveRecord'
12
+ spec.description = 'cursor pagination for ActiveRecord'
13
+ spec.homepage = 'https://github.com/tsuwatch/activerecord-cursor'
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
16
16
  f.match(%r{^(test|spec|features)/})
@@ -1,5 +1,5 @@
1
1
  module ActiveRecord
2
2
  module Cursor
3
- VERSION = '0.2.1'.freeze
3
+ VERSION = '0.2.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-cursor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomohiro Suwa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-01 00:00:00.000000000 Z
11
+ date: 2019-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -122,7 +122,7 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: pagination using cursors for ActiveRecord
125
+ description: cursor pagination for ActiveRecord
126
126
  email:
127
127
  - neoen.gsn@gmail.com
128
128
  executables: []
@@ -145,7 +145,7 @@ files:
145
145
  - lib/activerecord/cursor/model_extension.rb
146
146
  - lib/activerecord/cursor/params.rb
147
147
  - lib/activerecord/cursor/version.rb
148
- homepage: https://github.com/tsuwatch/activerecord-curosr
148
+ homepage: https://github.com/tsuwatch/activerecord-cursor
149
149
  licenses: []
150
150
  metadata: {}
151
151
  post_install_message:
@@ -167,5 +167,5 @@ rubyforge_project:
167
167
  rubygems_version: 2.4.5.1
168
168
  signing_key:
169
169
  specification_version: 4
170
- summary: pagination using cursors for ActiveRecord
170
+ summary: cursor pagination for ActiveRecord
171
171
  test_files: []