logistics_core 21.08.1 → 21.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29282ea1b2c54b77946d1bba4af7c0a0759103ce64e8ca3576bf47a3f4e6138c
|
4
|
+
data.tar.gz: 5b548e2365400bc309aa66ebb1fa21f677adf4363d22f9f8b5d327ed4ccd6e73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0673ba5d1f867c233a25ad80c3e0970c02d3dd5a92de8060ff7ea980500d602226b8b4d118d859ac29ffccaf1d784622ecd51bb672703103b9e7283cbe57a170
|
7
|
+
data.tar.gz: cb3927d8f3e48ad8975031f022067363c24582fd7e759a90de7f7230be992dfc4f8b1c879c2b9c2b101cd47119211f2a74a1e6d3f6f2fa9c38d8e35d1f2e6368
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logistics_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 21.
|
4
|
+
version: 21.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henock L.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -660,7 +660,6 @@ files:
|
|
660
660
|
- spec/dummy/config/application.rb
|
661
661
|
- spec/dummy/config/boot.rb
|
662
662
|
- spec/dummy/config/cable.yml
|
663
|
-
- spec/dummy/config/database.yml
|
664
663
|
- spec/dummy/config/environment.rb
|
665
664
|
- spec/dummy/config/environments/development.rb
|
666
665
|
- spec/dummy/config/environments/production.rb
|
@@ -681,8 +680,6 @@ files:
|
|
681
680
|
- spec/dummy/config/secrets.yml
|
682
681
|
- spec/dummy/config/spring.rb
|
683
682
|
- spec/dummy/db/schema.rb
|
684
|
-
- spec/dummy/log/development.log
|
685
|
-
- spec/dummy/log/test.log
|
686
683
|
- spec/dummy/public/404.html
|
687
684
|
- spec/dummy/public/422.html
|
688
685
|
- spec/dummy/public/500.html
|
@@ -983,7 +980,6 @@ test_files:
|
|
983
980
|
- spec/dummy/config/environment.rb
|
984
981
|
- spec/dummy/config/application.rb
|
985
982
|
- spec/dummy/config/puma.rb
|
986
|
-
- spec/dummy/config/database.yml
|
987
983
|
- spec/dummy/config/boot.rb
|
988
984
|
- spec/dummy/config/initializers/application_controller_renderer.rb
|
989
985
|
- spec/dummy/config/initializers/backtrace_silencers.rb
|
@@ -1004,8 +1000,6 @@ test_files:
|
|
1004
1000
|
- spec/dummy/public/404.html
|
1005
1001
|
- spec/dummy/public/apple-touch-icon-precomposed.png
|
1006
1002
|
- spec/dummy/db/schema.rb
|
1007
|
-
- spec/dummy/log/test.log
|
1008
|
-
- spec/dummy/log/development.log
|
1009
1003
|
- spec/route_helper.rb
|
1010
1004
|
- spec/models/logistics/core/container_demurrage_rate_spec.rb
|
1011
1005
|
- spec/models/logistics/core/content_type_spec.rb
|
@@ -1,19 +0,0 @@
|
|
1
|
-
default: &default
|
2
|
-
adapter: postgresql
|
3
|
-
encoding: unicode
|
4
|
-
host: localhost
|
5
|
-
port: 5555
|
6
|
-
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
7
|
-
timeout: 5000
|
8
|
-
|
9
|
-
development:
|
10
|
-
<<: *default
|
11
|
-
database: logistics_core_development
|
12
|
-
username: postgres
|
13
|
-
password:
|
14
|
-
|
15
|
-
test:
|
16
|
-
<<: *default
|
17
|
-
database: logistics_core_test
|
18
|
-
username: postgres
|
19
|
-
password:
|