Skip to content

Commit

Permalink
Add reissue
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Oct 23, 2024
1 parent 32bfbef commit 7e6ae66
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gem "simplecov"
gem "yard"
gem "standard"
gem "actionpack", ">= 3.0.0"
gem "reissue"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ GEM
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reissue (0.3.0)
rake
reline (0.5.1)
io-console (~> 0.5)
rexml (3.2.6)
Expand Down Expand Up @@ -165,6 +167,7 @@ DEPENDENCIES
debug
pundit-plus!
rake
reissue
rspec
simplecov
standard
Expand Down
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)

task default: :spec

require "reissue/gem"

Reissue::Task.create do |task|
task.version_file = "lib/pundit/plus/version.rb"
end

0 comments on commit 7e6ae66

Please sign in to comment.