pundit-plus 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: 03ec5ae53181cd9cdd6292e90d86510d4e9f4ae6830b855f008653cab5f39589
4
- data.tar.gz: '08c9991f40b92bdee66f747f58c8fd3b7ef3722c58e1c0264cae8811706b89fc'
3
+ metadata.gz: ce22ded18b7ecf472d8fa7f35e15e5a6653a57d5222cc28d88326da396470f1e
4
+ data.tar.gz: ecf9b251f941b71687937a9acf5e63b7459ad8919271213a3402b98b2606b94f
5
5
  SHA512:
6
- metadata.gz: eb3a022d9c0c68afe59ec8faa4ed96be129f8397139597bc6776463b6a06dae05b279dd0a82e1294e3a6df2bfd02ed231f8c1b7695d8610970ccdfe463823eff
7
- data.tar.gz: a88a2245f2a68f102d1cecdcb813fc8437520cfb90f83b8a645cf928543ce00cbdc3bdb321ceeeb5db7d07879d7c93df788bf78c4e910006c6eb4036817351ab
6
+ metadata.gz: e5836505f3537b4d8399c09933edab89ab3ce0730816c3d7f38aad5003399d587ab4d600ce187ed218b99386345d1f7fe4d4c16c190b16475e69030b754568db
7
+ data.tar.gz: 8f022172f750e43af4724da0a480324c946a0ed90ed8cab0d0547132b01ea76ab14803a6027d53faa3740455f0308617ea8f35be06db47b51c4cee850e7e6fee
data/CHANGELOG.md CHANGED
@@ -2,7 +2,17 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [2024-04-10]
5
+ ## [0.1.2] - 2024-04-10
6
+
7
+ ### Added
8
+ - Fixed the missing changelog information for the previous version.
9
+
10
+ ## [0.1.1] - 2024-04-10
11
+
12
+ ### Added
13
+ - Added params_for_action support in controller Authorization
14
+
15
+ ## [0.1.0] - 2024-04-10
6
16
 
7
17
  ### Added
8
18
  - Initial project setup with basic Pundit integration.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Pundit
4
4
  module Plus
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pundit-plus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Gay