ddd_domain 1.1.2 → 1.1.3
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
- data/test/dummy/app/assets/config/manifest.js +0 -0
- data/test/dummy/config/application.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +10 -0
- metadata +46 -26
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f498b2dde5e8ab1a530007dec0c66c9f5b0fe58ba650afcf24f767bdaf7e66e5
|
4
|
+
data.tar.gz: 8be921a2942026f768b15130f85fa39a4ac955c674780d9fa08659c069cb63bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d413ab989439e4cdc4fa4985e8307f6d77c46258f11d5aab2da7b4f4ebc03b6a593085b5db01640a02d70ea1027ff19aacd501241187b846abd1db1201bfa43a
|
7
|
+
data.tar.gz: 619f54ebad480d242987977066fd5e0d6475196f8818446d18090183211bcb0a7c596cfdfa697dfa2e35cd480b6d81695a1343bf5bb0abf1f556697935929af4
|
data/lib/ddd_domain/version.rb
CHANGED
File without changes
|
@@ -20,7 +20,7 @@ module Dummy
|
|
20
20
|
# config.i18n.default_locale = :de
|
21
21
|
|
22
22
|
# Do not swallow errors in after_commit/after_rollback callbacks.
|
23
|
-
config.active_record.
|
23
|
+
Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
|
24
24
|
end
|
25
25
|
end
|
26
26
|
|
File without changes
|
@@ -0,0 +1,10 @@
|
|
1
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2
|
+
-------------------------
|
3
|
+
DddDomainTest: test_truth
|
4
|
+
-------------------------
|
5
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
6
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
7
|
+
-------------------------
|
8
|
+
DddDomainTest: test_truth
|
9
|
+
-------------------------
|
10
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- FUNABARA Masao
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -38,6 +38,20 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: minitest
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
41
55
|
description: It generate the domain of Domain Driven Design.
|
42
56
|
email:
|
43
57
|
- masao@masoo.jp
|
@@ -55,6 +69,7 @@ files:
|
|
55
69
|
- test/ddd_domain_test.rb
|
56
70
|
- test/dummy/README.rdoc
|
57
71
|
- test/dummy/Rakefile
|
72
|
+
- test/dummy/app/assets/config/manifest.js
|
58
73
|
- test/dummy/app/assets/javascripts/application.js
|
59
74
|
- test/dummy/app/assets/stylesheets/application.css
|
60
75
|
- test/dummy/app/controllers/application_controller.rb
|
@@ -83,6 +98,8 @@ files:
|
|
83
98
|
- test/dummy/config/locales/en.yml
|
84
99
|
- test/dummy/config/routes.rb
|
85
100
|
- test/dummy/config/secrets.yml
|
101
|
+
- test/dummy/db/test.sqlite3
|
102
|
+
- test/dummy/log/test.log
|
86
103
|
- test/dummy/public/404.html
|
87
104
|
- test/dummy/public/422.html
|
88
105
|
- test/dummy/public/500.html
|
@@ -107,44 +124,47 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
124
|
- !ruby/object:Gem::Version
|
108
125
|
version: '0'
|
109
126
|
requirements: []
|
110
|
-
rubygems_version: 3.0.
|
127
|
+
rubygems_version: 3.0.3
|
111
128
|
signing_key:
|
112
129
|
specification_version: 4
|
113
130
|
summary: It supports the domain of Domain Driven Design.
|
114
131
|
test_files:
|
115
|
-
- test/
|
116
|
-
- test/
|
132
|
+
- test/ddd_domain_test.rb
|
133
|
+
- test/test_helper.rb
|
117
134
|
- test/dummy/config.ru
|
118
|
-
- test/dummy/public/favicon.ico
|
119
|
-
- test/dummy/public/422.html
|
120
|
-
- test/dummy/public/404.html
|
121
135
|
- test/dummy/public/500.html
|
122
|
-
- test/dummy/
|
136
|
+
- test/dummy/public/404.html
|
137
|
+
- test/dummy/public/422.html
|
138
|
+
- test/dummy/public/favicon.ico
|
139
|
+
- test/dummy/app/controllers/application_controller.rb
|
140
|
+
- test/dummy/app/views/layouts/application.html.erb
|
141
|
+
- test/dummy/app/helpers/application_helper.rb
|
142
|
+
- test/dummy/app/assets/javascripts/application.js
|
143
|
+
- test/dummy/app/assets/config/manifest.js
|
144
|
+
- test/dummy/app/assets/stylesheets/application.css
|
145
|
+
- test/dummy/config/environment.rb
|
123
146
|
- test/dummy/config/environments/production.rb
|
147
|
+
- test/dummy/config/environments/test.rb
|
124
148
|
- test/dummy/config/environments/development.rb
|
125
|
-
- test/dummy/config/environment.rb
|
126
|
-
- test/dummy/config/routes.rb
|
127
149
|
- test/dummy/config/database.yml
|
128
|
-
- test/dummy/config/
|
129
|
-
- test/dummy/config/application.rb
|
150
|
+
- test/dummy/config/routes.rb
|
130
151
|
- test/dummy/config/secrets.yml
|
152
|
+
- test/dummy/config/application.rb
|
131
153
|
- test/dummy/config/locales/en.yml
|
132
|
-
- test/dummy/config/initializers/
|
133
|
-
- test/dummy/config/initializers/inflections.rb
|
134
|
-
- test/dummy/config/initializers/assets.rb
|
154
|
+
- test/dummy/config/initializers/mime_types.rb
|
135
155
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
156
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
136
157
|
- test/dummy/config/initializers/cookies_serializer.rb
|
158
|
+
- test/dummy/config/initializers/assets.rb
|
137
159
|
- test/dummy/config/initializers/session_store.rb
|
138
|
-
- test/dummy/config/initializers/mime_types.rb
|
139
160
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
140
|
-
- test/dummy/
|
161
|
+
- test/dummy/config/initializers/inflections.rb
|
162
|
+
- test/dummy/config/boot.rb
|
163
|
+
- test/dummy/db/test.sqlite3
|
164
|
+
- test/dummy/Rakefile
|
165
|
+
- test/dummy/README.rdoc
|
141
166
|
- test/dummy/bin/bundle
|
142
|
-
- test/dummy/bin/
|
167
|
+
- test/dummy/bin/rake
|
143
168
|
- test/dummy/bin/setup
|
144
|
-
- test/dummy/
|
145
|
-
- test/dummy/
|
146
|
-
- test/dummy/app/views/layouts/application.html.erb
|
147
|
-
- test/dummy/app/assets/stylesheets/application.css
|
148
|
-
- test/dummy/app/assets/javascripts/application.js
|
149
|
-
- test/ddd_domain_test.rb
|
150
|
-
- test/test_helper.rb
|
169
|
+
- test/dummy/bin/rails
|
170
|
+
- test/dummy/log/test.log
|