ar_after_transaction 0.4.1 → 0.4.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 +4 -4
- data/Readme.md +1 -0
- data/lib/ar_after_transaction/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '08857e583b42b12728e66d37fb2f7926e580cc24'
|
|
4
|
+
data.tar.gz: dd5fd477dd41b32315b241093576b6d8e09e626d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32b3f3589731cba3da3b4127f50fd66102bc6b3c1ee9f9dd18bd758666dad21e7d2bd0e2c2926f52cadd6dba0beace1512c7907fc8ae05ac92748551e02692aa
|
|
7
|
+
data.tar.gz: fdd9845a6413b5254953868c220b66757c5f234fb239d2d02187a3012576ab3886f8291a9da6458139919d9b28812b0e55cc95a46ce81e3b226b34ef8c03d908
|
data/Readme.md
CHANGED
|
@@ -83,6 +83,7 @@ Authors
|
|
|
83
83
|
- [Tyler Rick](https://github.com/TylerRick)
|
|
84
84
|
- [Michael Wu](https://github.com/michaelmwu)
|
|
85
85
|
- [C.W.](https://github.com/compwron)
|
|
86
|
+
- [Ben Weintraub](https://github.com/benweint)
|
|
86
87
|
|
|
87
88
|
[Michael Grosser](http://grosser.it)<br/>
|
|
88
89
|
michael@grosser.it<br/>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ar_after_transaction
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Grosser
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: 3.2.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '5.
|
|
22
|
+
version: '5.2'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: 3.2.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '5.
|
|
32
|
+
version: '5.2'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: wwtd
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
143
143
|
version: '0'
|
|
144
144
|
requirements: []
|
|
145
145
|
rubyforge_project:
|
|
146
|
-
rubygems_version: 2.
|
|
146
|
+
rubygems_version: 2.6.14
|
|
147
147
|
signing_key:
|
|
148
148
|
specification_version: 4
|
|
149
149
|
summary: Execute irreversible actions only when transactions are not rolled back
|