rao-service 0.0.49.pre → 0.0.50.pre
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 294f3a65680c8418c165d267126dbfdb339563eeac0f10aacf532f3f2eb62bcc
|
|
4
|
+
data.tar.gz: d78dfc7c61bdef1fcfcff9786aca13e8d667d00da890b16253f1d588bbb67bc8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d614bc3dc2b93cfc2fc5b8521a78fe2b56aedfcf18d3a5326a5392a3c89f9bc218218337916fc235df1326b2d90944d7ae9c59238968bf3cec2ee462bb002fc
|
|
7
|
+
data.tar.gz: 3442dc89d8f1f844bd2d37ee9216c1960382e17e36da888ab7f0cdb735b48877f62416559bc032c5f710b23a2123921b83302285e3a8ec244c4dda866e5b246b
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rao-service
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.50.pre
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roberto Vasquez Angel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -188,14 +188,12 @@ files:
|
|
|
188
188
|
- MIT-LICENSE
|
|
189
189
|
- README.md
|
|
190
190
|
- Rakefile
|
|
191
|
-
- app/jobs/rao/service/job.rb
|
|
192
|
-
- app/mailers/rao/service/application_mailer.rb
|
|
193
|
-
- app/mailers/rao/service/notification_mailer.rb
|
|
194
191
|
- app/views/rao/service/notification_mailer/result_email.text.erb
|
|
195
192
|
- lib/generators/rao/service/install_generator.rb
|
|
196
193
|
- lib/generators/rao/service/templates/initializer.rb
|
|
197
194
|
- lib/rao-service.rb
|
|
198
195
|
- lib/rao/service.rb
|
|
196
|
+
- lib/rao/service/application_mailer.rb
|
|
199
197
|
- lib/rao/service/base.rb
|
|
200
198
|
- lib/rao/service/base/active_job_concern.rb
|
|
201
199
|
- lib/rao/service/base/autosave_concern.rb
|
|
@@ -206,7 +204,9 @@ files:
|
|
|
206
204
|
- lib/rao/service/base/result_concern.rb
|
|
207
205
|
- lib/rao/service/configuration.rb
|
|
208
206
|
- lib/rao/service/engine.rb
|
|
207
|
+
- lib/rao/service/job.rb
|
|
209
208
|
- lib/rao/service/message/base.rb
|
|
209
|
+
- lib/rao/service/notification_mailer.rb
|
|
210
210
|
- lib/rao/service/result/base.rb
|
|
211
211
|
- lib/rao/service/result/base/attribute_names_concern.rb
|
|
212
212
|
- lib/rao/service/result/base/mailable_concern.rb
|
|
@@ -232,7 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
232
232
|
- !ruby/object:Gem::Version
|
|
233
233
|
version: 1.3.1
|
|
234
234
|
requirements: []
|
|
235
|
-
rubygems_version: 3.4.
|
|
235
|
+
rubygems_version: 3.4.20
|
|
236
236
|
signing_key:
|
|
237
237
|
specification_version: 4
|
|
238
238
|
summary: Services for Ruby on Rails.
|
|
File without changes
|
|
File without changes
|