omg-audit-group 0.1.4 → 0.1.5

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: c2103693c9d639bfce07ecae254b8df32a5571ed8084a141aa3b7d072ea62632
4
- data.tar.gz: 8b49dfc610cacdf906fa910414064ad4cec032a14809512111e22c3f290c5e38
3
+ metadata.gz: 5feeb4940b13e67597f83165aeb3d0baa88cf42ee4d5691e6747a156ec593c9e
4
+ data.tar.gz: a11899134e6b74c55f005b989bad74455c4b60e3d9f3b31385c023dea85e11c2
5
5
  SHA512:
6
- metadata.gz: 11d2bd4799f4680ca1b20487e64cd90292a2993c3741bceaa4301fc2adc273de765a346360fbc35268f078b18a334256571f59e7898b227918c4ef743a2aff57
7
- data.tar.gz: 910a307b97833b1542ec839bb9b20c5cbc9732bbeb316accd78140a8e7d102894240ddf2e3227cbc2ee8e79172514eecf07048863dbd579cec120ee02deeb22c
6
+ metadata.gz: 87306868f208f8703297e011810d564699d383854e4f9bd9d0e547a6b1260d51bfaa70529858f52b13a69ef1ef2af2fb296323ff368fff17e606b1e10a39e453
7
+ data.tar.gz: 61de6f5955daa22904c777c30452adcd5d66eb125f8eeb076d73bee5e97829fbc2b873587ce647bd32c6eba0061906248399c52ae6ec6ef1996c8a93ae0e91be
@@ -3,8 +3,6 @@
3
3
  require 'audited'
4
4
 
5
5
  class AuditGroup
6
- VERSION = '0.1.4'
7
-
8
6
  class LockError < StandardError
9
7
  def initialize
10
8
  super('Request is locked and cannot be run again. If you want to add operations to an existing request_uuid, create a new instance')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omg-audit-group
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Greenfield
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-10 00:00:00.000000000 Z
11
+ date: 2024-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -50,15 +50,15 @@ dependencies:
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
52
  version: '6.0'
53
- description: Create, update, and delete records within a block, assign the same request_uuid
54
- to them, and be able to easily view and undo them
53
+ description: "Create, update, and delete records within a block, assign \nthe same
54
+ request_uuid to them, and be able to easily view \nand undo them\n"
55
55
  email:
56
56
  - mattgreenfield1@gmail.com
57
57
  executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
60
60
  files:
61
- - lib/audit_group.rb
61
+ - lib/omg-audit-group.rb
62
62
  homepage: https://github.com/omgreenfield/audit-group
63
63
  licenses:
64
64
  - MIT