ddd_domain 1.1.1 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8655ebcc1282f629d085634b9060c92d5bb2ec952c30405a12b5e0e779437179
4
- data.tar.gz: 5a6e5a2cdbbde6c6c90b5202c2ef3fc204d297d9e8426b57c14b5967eab086a5
3
+ metadata.gz: e1099fb44f35d76dd87f7070c9bf9078a49d2e819a2a5787758c8772423be29c
4
+ data.tar.gz: 2c89a9cc34d61663ec1ffc2421879b631f12f9a6974ef47d7dfb228ba60f1a7d
5
5
  SHA512:
6
- metadata.gz: d95ab0b07796e8a30c38c634be4c05d5ff423fa255d71c84f784b03d9fb43ce2105e28db522e12b0b9fc01619d57f7bd1e19b71bf517afca10fb84f0d9d2e3fb
7
- data.tar.gz: 53f6bd0c71eb2d4f6642ffcc1a8bdf1724ff6a68d30e6c3681672867d2e8739d2f1d5409b1f6c6824d978cafebae0e52a5fcfe087c827a77edecf8a682ff2098
6
+ metadata.gz: bab98d3751e4c243395d84e2a4f6afbcc920a95ce0331ad633ac653b1c80cb3328c7bfce9cef82742f71c4d5da118b222391892f0a42231d059e9b5147e5b962
7
+ data.tar.gz: '0561983fad4b1a483d8d9afc0af3fa423580682962453b02444b6eb5b2eb651066c0f3379621395c7482b790f23378df4078d8b4dd61e863a3fa3c1d351ec0cc'
@@ -1,3 +1,3 @@
1
1
  module DddDomain
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.6"
3
3
  end
@@ -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.raise_in_transactional_callbacks = true
23
+ Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
24
24
  end
25
25
  end
26
26
 
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.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: 2019-05-19 00:00:00.000000000 Z
11
+ date: 2020-12-23 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
@@ -114,37 +129,38 @@ summary: It supports the domain of Domain Driven Design.
114
129
  test_files:
115
130
  - test/test_helper.rb
116
131
  - test/ddd_domain_test.rb
117
- - test/dummy/config.ru
118
- - test/dummy/README.rdoc
119
- - test/dummy/app/helpers/application_helper.rb
120
- - test/dummy/app/assets/stylesheets/application.css
121
- - test/dummy/app/assets/javascripts/application.js
122
- - test/dummy/app/views/layouts/application.html.erb
123
- - test/dummy/app/controllers/application_controller.rb
124
- - test/dummy/Rakefile
125
- - test/dummy/config/environments/production.rb
126
- - test/dummy/config/environments/development.rb
127
- - test/dummy/config/environments/test.rb
128
132
  - test/dummy/config/initializers/mime_types.rb
129
- - test/dummy/config/initializers/inflections.rb
130
- - test/dummy/config/initializers/wrap_parameters.rb
131
133
  - test/dummy/config/initializers/session_store.rb
132
134
  - test/dummy/config/initializers/cookies_serializer.rb
133
135
  - test/dummy/config/initializers/backtrace_silencers.rb
134
- - test/dummy/config/initializers/filter_parameter_logging.rb
136
+ - test/dummy/config/initializers/wrap_parameters.rb
135
137
  - test/dummy/config/initializers/assets.rb
136
- - test/dummy/config/database.yml
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
137
142
  - test/dummy/config/environment.rb
138
- - test/dummy/config/boot.rb
139
143
  - test/dummy/config/secrets.yml
140
- - test/dummy/config/application.rb
141
144
  - test/dummy/config/locales/en.yml
142
- - test/dummy/config/routes.rb
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
156
+ - test/dummy/Rakefile
143
157
  - test/dummy/public/404.html
144
- - test/dummy/public/500.html
145
- - test/dummy/public/422.html
146
158
  - test/dummy/public/favicon.ico
159
+ - test/dummy/public/422.html
160
+ - test/dummy/public/500.html
147
161
  - test/dummy/bin/setup
148
162
  - test/dummy/bin/bundle
149
163
  - test/dummy/bin/rails
150
164
  - test/dummy/bin/rake
165
+ - test/dummy/README.rdoc
166
+ - test/dummy/config.ru