ddd_domain 1.2.1 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/lib/ddd_domain/version.rb +1 -1
  4. metadata +33 -33
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6bcaec719eabfc207c7a78f4208f8004f4d8763fc7b0cc9c575c8163f9314470
4
- data.tar.gz: 04f9dc8a5915cc23961759ce01f54ac050cd6bf88b4d7674a8a4418445747b4c
3
+ metadata.gz: 2c6c6def56895690fd9bc97f3d517e8058913001282602a5472792fc7561e150
4
+ data.tar.gz: 131fb9d9f722803d9324196b611e405c89e7999709e83766842fe4e0e6163e9c
5
5
  SHA512:
6
- metadata.gz: 1aa75d770672c8b2745df531e9939ee5936bfad25c8822ebc2cc9fb74653d667aff95fd52e03afafac583604bcb85ce2e06ce224bb731584a7f1a154f42fc86e
7
- data.tar.gz: 10edada0fd0cd45b25ba8549a517411421d7a4a9dae4e6e7b65a83234b053b9b510e3ec6eddbe00d12652cbfddaee0dd0a00697624b71c30812d0b411a820a96
6
+ metadata.gz: bd706f87297bbaeaeca5ff87207509baf14da8f8faa9c7872557d603804b42347f87a8de8996d95a144418514d82ecebeee91d35e7722e65802b96c47e809968
7
+ data.tar.gz: 0bae2c57457e41677bdd7fb9c2bcdc759672ec1ed05f26f23e043f9f54004a09dbb6db61e5c00624c776e7945487d397c9a23d7b47ccc8d400299c10c49db791
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2018 FUNABARA Masao
1
+ Copyright 2020 FUNABARA Masao
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,3 +1,3 @@
1
1
  module DddDomain
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddd_domain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - FUNABARA Masao
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-12 00:00:00.000000000 Z
11
+ date: 2022-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '6.0'
19
+ version: 6.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '6.0'
26
+ version: 6.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sqlite3
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -122,45 +122,45 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  - !ruby/object:Gem::Version
123
123
  version: '0'
124
124
  requirements: []
125
- rubygems_version: 3.0.3
125
+ rubygems_version: 3.2.32
126
126
  signing_key:
127
127
  specification_version: 4
128
128
  summary: It supports the domain of Domain Driven Design.
129
129
  test_files:
130
130
  - test/ddd_domain_test.rb
131
- - test/test_helper.rb
132
- - test/dummy/config.ru
133
- - test/dummy/public/500.html
134
- - test/dummy/public/404.html
135
- - test/dummy/public/422.html
136
- - test/dummy/public/favicon.ico
137
- - test/dummy/app/controllers/application_controller.rb
138
- - test/dummy/app/views/layouts/application.html.erb
139
- - test/dummy/app/helpers/application_helper.rb
140
- - test/dummy/app/assets/javascripts/application.js
131
+ - test/dummy/README.rdoc
132
+ - test/dummy/Rakefile
141
133
  - test/dummy/app/assets/config/manifest.js
134
+ - test/dummy/app/assets/javascripts/application.js
142
135
  - test/dummy/app/assets/stylesheets/application.css
136
+ - test/dummy/app/controllers/application_controller.rb
137
+ - test/dummy/app/helpers/application_helper.rb
138
+ - test/dummy/app/views/layouts/application.html.erb
139
+ - test/dummy/bin/bundle
140
+ - test/dummy/bin/rails
141
+ - test/dummy/bin/rake
142
+ - test/dummy/bin/setup
143
+ - test/dummy/config/application.rb
144
+ - test/dummy/config/boot.rb
145
+ - test/dummy/config/database.yml
143
146
  - test/dummy/config/environment.rb
147
+ - test/dummy/config/environments/development.rb
144
148
  - test/dummy/config/environments/production.rb
145
149
  - test/dummy/config/environments/test.rb
146
- - test/dummy/config/environments/development.rb
147
- - test/dummy/config/database.yml
148
- - test/dummy/config/routes.rb
149
- - test/dummy/config/secrets.yml
150
- - test/dummy/config/application.rb
151
- - test/dummy/config/locales/en.yml
152
- - test/dummy/config/initializers/mime_types.rb
153
- - test/dummy/config/initializers/filter_parameter_logging.rb
154
- - test/dummy/config/initializers/wrap_parameters.rb
155
- - test/dummy/config/initializers/cookies_serializer.rb
156
150
  - test/dummy/config/initializers/assets.rb
157
- - test/dummy/config/initializers/session_store.rb
158
151
  - test/dummy/config/initializers/backtrace_silencers.rb
152
+ - test/dummy/config/initializers/cookies_serializer.rb
153
+ - test/dummy/config/initializers/filter_parameter_logging.rb
159
154
  - test/dummy/config/initializers/inflections.rb
160
- - test/dummy/config/boot.rb
161
- - test/dummy/Rakefile
162
- - test/dummy/README.rdoc
163
- - test/dummy/bin/bundle
164
- - test/dummy/bin/rake
165
- - test/dummy/bin/setup
166
- - test/dummy/bin/rails
155
+ - test/dummy/config/initializers/mime_types.rb
156
+ - test/dummy/config/initializers/session_store.rb
157
+ - test/dummy/config/initializers/wrap_parameters.rb
158
+ - test/dummy/config/locales/en.yml
159
+ - test/dummy/config/routes.rb
160
+ - test/dummy/config/secrets.yml
161
+ - test/dummy/config.ru
162
+ - test/dummy/public/404.html
163
+ - test/dummy/public/422.html
164
+ - test/dummy/public/500.html
165
+ - test/dummy/public/favicon.ico
166
+ - test/test_helper.rb