pub_sub_model_sync 0.5.9.1 → 1.0.beta2

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pub_sub_model_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.9.1
4
+ version: 1.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Owen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-10 00:00:00.000000000 Z
11
+ date: 2021-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -93,6 +93,7 @@ files:
93
93
  - ".rubocop.yml"
94
94
  - CHANGELOG.md
95
95
  - CODE_OF_CONDUCT.md
96
+ - Dockerfile
96
97
  - Gemfile
97
98
  - Gemfile.lock
98
99
  - LICENSE.txt
@@ -100,6 +101,8 @@ files:
100
101
  - Rakefile
101
102
  - bin/console
102
103
  - bin/setup
104
+ - docker-compose.yaml
105
+ - docs/notifications-diagram.png
103
106
  - gemfiles/Gemfile_4
104
107
  - gemfiles/Gemfile_5
105
108
  - gemfiles/Gemfile_6
@@ -107,6 +110,7 @@ files:
107
110
  - lib/pub_sub_model_sync/base.rb
108
111
  - lib/pub_sub_model_sync/config.rb
109
112
  - lib/pub_sub_model_sync/connector.rb
113
+ - lib/pub_sub_model_sync/initializers/before_commit.rb
110
114
  - lib/pub_sub_model_sync/message_processor.rb
111
115
  - lib/pub_sub_model_sync/message_publisher.rb
112
116
  - lib/pub_sub_model_sync/mock_google_service.rb
@@ -116,6 +120,7 @@ files:
116
120
  - lib/pub_sub_model_sync/publisher.rb
117
121
  - lib/pub_sub_model_sync/publisher_concern.rb
118
122
  - lib/pub_sub_model_sync/railtie.rb
123
+ - lib/pub_sub_model_sync/run_subscriber.rb
119
124
  - lib/pub_sub_model_sync/runner.rb
120
125
  - lib/pub_sub_model_sync/service_base.rb
121
126
  - lib/pub_sub_model_sync/service_google.rb
@@ -124,6 +129,7 @@ files:
124
129
  - lib/pub_sub_model_sync/subscriber.rb
125
130
  - lib/pub_sub_model_sync/subscriber_concern.rb
126
131
  - lib/pub_sub_model_sync/tasks/worker.rake
132
+ - lib/pub_sub_model_sync/transaction.rb
127
133
  - lib/pub_sub_model_sync/version.rb
128
134
  - pub_sub_model_sync.gemspec
129
135
  homepage: https://github.com/owen2345/pub_sub_model_sync
@@ -144,9 +150,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
144
150
  version: '2.4'
145
151
  required_rubygems_version: !ruby/object:Gem::Requirement
146
152
  requirements:
147
- - - ">="
153
+ - - ">"
148
154
  - !ruby/object:Gem::Version
149
- version: '0'
155
+ version: 1.3.1
150
156
  requirements: []
151
157
  rubygems_version: 3.0.8
152
158
  signing_key: