activerecord-transaction_subscriber 0.1.0 → 0.1.1

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: e25d9a11d8fad7fdba04fcd94e6513a13886f581543769d30e9c3b2fc7e61d6b
4
- data.tar.gz: bd6c3674e9434f2ae33e2d92b049a368361b8215244848e6328f50be976f029f
3
+ metadata.gz: 9881885062f374f29e57fd75227b0b21a1327586e0aa066a0284f15ceb1ad8f7
4
+ data.tar.gz: 65f9b1dd002cbea6bb89bdc01476cd877877b44ba097e73653c6992797271137
5
5
  SHA512:
6
- metadata.gz: af959006c45665488fd8963c572c8ecbe770515f432db0afea270cabf2f0eae20f2fcd1b07518d8460ef28981c8e7a7ab44899e594cf2462b39b2c96b697c732
7
- data.tar.gz: e4ce7bdff8c8366d5210dc00fa319b122afbdc9886dfaf87cbda0ca9cea7175ec2ffd52d4ed87a38c9951c385783d0e0de3f14507f6bc22537ef4f3c89d291f7
6
+ metadata.gz: e98d8810c0586669743e72af298e4d9c5391c899e44145457047ad4b9dbe417c88e735f56496de3fcfc89a65059610f7c36f5e84c572f86350186a2b4c2132f1
7
+ data.tar.gz: 982d2e43ce6d789fe1a3ac5162b5a358bce023a24b0c33574e6a49e759bc5f5fa79f98cce70dcca067b900ae3c5bf867e8268a06e60c340f1ce0d78fa9fe4eda
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.1] - 2023-08-22
4
+
5
+ - Delete unnecessary files
6
+
3
7
  ## [0.1.0] - 2023-08-22
4
8
 
5
9
  - Initial release
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActiveRecord
4
4
  class TransactionSubscriber
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-transaction_subscriber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ueda Satoshi
@@ -39,7 +39,6 @@ files:
39
39
  - LICENSE.txt
40
40
  - README.md
41
41
  - Rakefile
42
- - lib/activerecord/.transaction_subscriber.rb.swp
43
42
  - lib/activerecord/transaction_subscriber.rb
44
43
  - lib/activerecord/transaction_subscriber/version.rb
45
44
  homepage: https://github.com/gunyoki/activerecord-transaction_subscriber