ddd_domain 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ddd_domain/version.rb +1 -1
- metadata +30 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1099fb44f35d76dd87f7070c9bf9078a49d2e819a2a5787758c8772423be29c
|
4
|
+
data.tar.gz: 2c89a9cc34d61663ec1ffc2421879b631f12f9a6974ef47d7dfb228ba60f1a7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bab98d3751e4c243395d84e2a4f6afbcc920a95ce0331ad633ac653b1c80cb3328c7bfce9cef82742f71c4d5da118b222391892f0a42231d059e9b5147e5b962
|
7
|
+
data.tar.gz: '0561983fad4b1a483d8d9afc0af3fa423580682962453b02444b6eb5b2eb651066c0f3379621395c7482b790f23378df4078d8b4dd61e863a3fa3c1d351ec0cc'
|
data/lib/ddd_domain/version.rb
CHANGED
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.1.
|
4
|
+
version: 1.1.6
|
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-
|
11
|
+
date: 2020-12-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -127,40 +127,40 @@ signing_key:
|
|
127
127
|
specification_version: 4
|
128
128
|
summary: It supports the domain of Domain Driven Design.
|
129
129
|
test_files:
|
130
|
-
- test/ddd_domain_test.rb
|
131
130
|
- test/test_helper.rb
|
132
|
-
- test/
|
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
|
141
|
-
- test/dummy/app/assets/config/manifest.js
|
142
|
-
- test/dummy/app/assets/stylesheets/application.css
|
143
|
-
- test/dummy/config/environment.rb
|
144
|
-
- test/dummy/config/environments/production.rb
|
145
|
-
- 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
|
131
|
+
- test/ddd_domain_test.rb
|
152
132
|
- 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
|
-
- test/dummy/config/initializers/assets.rb
|
157
133
|
- test/dummy/config/initializers/session_store.rb
|
134
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
158
135
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
136
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
137
|
+
- test/dummy/config/initializers/assets.rb
|
159
138
|
- test/dummy/config/initializers/inflections.rb
|
139
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
140
|
+
- test/dummy/config/routes.rb
|
141
|
+
- test/dummy/config/application.rb
|
142
|
+
- test/dummy/config/environment.rb
|
143
|
+
- test/dummy/config/secrets.yml
|
144
|
+
- test/dummy/config/locales/en.yml
|
160
145
|
- test/dummy/config/boot.rb
|
146
|
+
- test/dummy/config/database.yml
|
147
|
+
- test/dummy/config/environments/production.rb
|
148
|
+
- test/dummy/config/environments/test.rb
|
149
|
+
- test/dummy/config/environments/development.rb
|
150
|
+
- test/dummy/app/views/layouts/application.html.erb
|
151
|
+
- test/dummy/app/assets/config/manifest.js
|
152
|
+
- test/dummy/app/assets/stylesheets/application.css
|
153
|
+
- test/dummy/app/assets/javascripts/application.js
|
154
|
+
- test/dummy/app/helpers/application_helper.rb
|
155
|
+
- test/dummy/app/controllers/application_controller.rb
|
161
156
|
- test/dummy/Rakefile
|
162
|
-
- test/dummy/
|
163
|
-
- test/dummy/
|
164
|
-
- test/dummy/
|
157
|
+
- test/dummy/public/404.html
|
158
|
+
- test/dummy/public/favicon.ico
|
159
|
+
- test/dummy/public/422.html
|
160
|
+
- test/dummy/public/500.html
|
165
161
|
- test/dummy/bin/setup
|
162
|
+
- test/dummy/bin/bundle
|
166
163
|
- test/dummy/bin/rails
|
164
|
+
- test/dummy/bin/rake
|
165
|
+
- test/dummy/README.rdoc
|
166
|
+
- test/dummy/config.ru
|