diff --git a/Gemfile.lock b/Gemfile.lock index b55dda0..7b1fafb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pundit-plus (0.1.0) + pundit-plus (0.1.1) pundit pundit-matchers diff --git a/checksums/pundit-plus-0.1.0.gem.sha512 b/checksums/pundit-plus-0.1.0.gem.sha512 new file mode 100644 index 0000000..e1939ff --- /dev/null +++ b/checksums/pundit-plus-0.1.0.gem.sha512 @@ -0,0 +1 @@ +60a0e677bcea757bb10a08adac656debdb263c709e98d6a46d334f8580027ff825bb6402e273c2b1b3efe6a4e4cd1a9df1690db4b2b80e8f11f804c27a62c2b5 diff --git a/lib/pundit/plus/version.rb b/lib/pundit/plus/version.rb index f491131..0e92c07 100644 --- a/lib/pundit/plus/version.rb +++ b/lib/pundit/plus/version.rb @@ -2,6 +2,6 @@ module Pundit module Plus - VERSION = "0.1.0" + VERSION = "0.1.1" end end