Skip to content

Commit 64fe592

Browse files
v1.0.1
1 parent 9a46c03 commit 64fe592

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
geared_pagination (0.2)
4+
geared_pagination (1.0.1)
55
activesupport (>= 5.0)
66
addressable (>= 2.5.0)
77

@@ -63,8 +63,8 @@ GEM
6363
minitest (~> 5.1)
6464
tzinfo (~> 1.1)
6565
zeitwerk (~> 2.2, >= 2.2.2)
66-
addressable (2.5.2)
67-
public_suffix (>= 2.0.2, < 4.0)
66+
addressable (2.7.0)
67+
public_suffix (>= 2.0.2, < 5.0)
6868
builder (3.2.4)
6969
byebug (10.0.2)
7070
concurrent-ruby (1.1.6)
@@ -89,7 +89,7 @@ GEM
8989
nio4r (2.5.2)
9090
nokogiri (1.10.9)
9191
mini_portile2 (~> 2.4.0)
92-
public_suffix (3.0.3)
92+
public_suffix (4.0.5)
9393
rack (2.2.2)
9494
rack-test (1.1.0)
9595
rack (>= 1.0, < 3)

geared_pagination.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'geared_pagination'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.authors = 'David Heinemeier Hansson'
55
s.email = '[email protected]'
66
s.summary = 'Paginate Active Record sets at variable speeds'

0 commit comments

Comments
 (0)