Skip to content

Commit

Permalink
Add back version.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Apr 8, 2024
1 parent a9cd251 commit 4e57eaf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ GEM
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
racc (~> 1.4)
pagy (8.0.1)
pagy (8.0.2)
pg (1.5.6)
psych (5.1.2)
stringio
Expand Down Expand Up @@ -176,7 +176,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.2.0)
rake (13.2.1)
rdoc (6.6.3.1)
psych (>= 4.0.0)
reline (0.5.0)
Expand Down
5 changes: 4 additions & 1 deletion lib/pagy_cursor.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# frozen_string_literal: true

require "pagy"
require "pagy_cursor/pagy/cursor"
require "pagy_cursor/pagy/extras/cursor"
require "pagy_cursor/pagy/extras/uuid_cursor"

require "pagy_cursor/version"

module PagyCursor
VERSION = "0.7.0"
end
5 changes: 5 additions & 0 deletions lib/pagy_cursor/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

module PagyCursor
VERSION = "0.7.0"
end
3 changes: 1 addition & 2 deletions pagy_cursor.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "pagy_cursor"
require "pagy_cursor/version"

Gem::Specification.new do |spec|
spec.name = "pagy_cursor"
Expand Down

0 comments on commit 4e57eaf

Please sign in to comment.