base_editing_bootstrap 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c34b968628eb0454335d3d95796e381ec478cb236a44941cbf267220377df6b
4
- data.tar.gz: ac7a7f7106bf53615569782e55a19aafccd3c2d63aee77c0e71b27b6e7599de6
3
+ metadata.gz: 9c42db18bb89e39dd06d60ed3589ac0c7cba6738a191e9ed075ec9eefc56d518
4
+ data.tar.gz: 6e672be3753cbca3b440a4e440639f4547e4012ed0da417ba659a451b03d3ac1
5
5
  SHA512:
6
- metadata.gz: 3dccc18a70b861a9d3ead369dbbd57d4c5504bd7316e16c07521ef75e4bdb0142d8978ff47787f0d80143af1511c44efc199bb04c85a7a3852a35d8ae7fea7ee
7
- data.tar.gz: d0cefc4ba1f38b7ec45e3a93609b0cd498dfb6dcee6be9d7054a3b18e7cadaddb97855355595fb2b783baeb2d98f6d1410b6453832de3e32344cc170014c8c7f
6
+ metadata.gz: a5bd469e72682cbb5cb132ab6dc54536da653813af54f9ac9254a706e340a4e3c13c7224940335c2660176fa75c917adfab12c749cd513aed23e6e622cd3fe68
7
+ data.tar.gz: ce506d0574c69950343043d73798735e23fb21357360ccf6d476b78046959af6a1d9ba8fd6de2a7c184658fe4ed71bb28430455a1972355fa05b9f937722cd79
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
  All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3
3
 
4
4
  - - -
5
+ ## 0.4.1 - 2024-04-30
6
+ #### Bug Fixes
7
+ - Correct pundit shared examples - (2001e08) - Marino Bonetti
8
+
9
+ - - -
10
+
5
11
  ## 0.4.0 - 2024-04-29
6
12
  #### Bug Fixes
7
13
  - Add Translations for pagination - (14bbb6f) - Marino Bonetti
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
@@ -13,7 +13,7 @@ RSpec::Matchers.define :permit_editable_attributes do |*expected_attributes|
13
13
  end
14
14
  end
15
15
 
16
- shared_examples "a standard policy" do |factory|
16
+ RSpec.shared_examples "a standard policy" do |factory|
17
17
  let(:user) { create(:user) }
18
18
  let(:instance) { described_class.new(user, build(factory)) }
19
19
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: base_editing_bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marino Bonetti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-29 00:00:00.000000000 Z
11
+ date: 2024-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails