ddd_domain 1.1.1 → 1.1.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ddd_domain/version.rb +1 -1
  3. metadata +29 -29
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8655ebcc1282f629d085634b9060c92d5bb2ec952c30405a12b5e0e779437179
4
- data.tar.gz: 5a6e5a2cdbbde6c6c90b5202c2ef3fc204d297d9e8426b57c14b5967eab086a5
3
+ metadata.gz: e5e4736dd793f4744ed3d3e5eaaf2b6336e4441f0ab478d7dee640c92e39f5e2
4
+ data.tar.gz: 3e28ef7e76bc975bd846acead68306c725ebfb013c340407309a6314b334afd7
5
5
  SHA512:
6
- metadata.gz: d95ab0b07796e8a30c38c634be4c05d5ff423fa255d71c84f784b03d9fb43ce2105e28db522e12b0b9fc01619d57f7bd1e19b71bf517afca10fb84f0d9d2e3fb
7
- data.tar.gz: 53f6bd0c71eb2d4f6642ffcc1a8bdf1724ff6a68d30e6c3681672867d2e8739d2f1d5409b1f6c6824d978cafebae0e52a5fcfe087c827a77edecf8a682ff2098
6
+ metadata.gz: 2110248db0c7d76e7e94170d53b49aaebcc52858f72dc0e9e9abbdbe63ab89e0c639368a51a6df74cc6a9178a52ecb2295999466837aa2499c32d6cc66cbee51
7
+ data.tar.gz: 72053c93fafe84b973609c4deefba14852bbe38e944c9067f0b3d4a8403c96e45db23611a4aa107bb63d026c174ec5774e3bafd7574400bc231270d8053a1a82
@@ -1,3 +1,3 @@
1
1
  module DddDomain
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
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.1.1
4
+ version: 1.1.2
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: 2019-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -107,44 +107,44 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements: []
110
- rubygems_version: 3.0.3
110
+ rubygems_version: 3.0.6
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: It supports the domain of Domain Driven Design.
114
114
  test_files:
115
- - test/test_helper.rb
116
- - test/ddd_domain_test.rb
117
- - test/dummy/config.ru
118
115
  - 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
116
  - test/dummy/Rakefile
117
+ - test/dummy/config.ru
118
+ - test/dummy/public/favicon.ico
119
+ - test/dummy/public/422.html
120
+ - test/dummy/public/404.html
121
+ - test/dummy/public/500.html
122
+ - test/dummy/config/environments/test.rb
125
123
  - test/dummy/config/environments/production.rb
126
124
  - test/dummy/config/environments/development.rb
127
- - test/dummy/config/environments/test.rb
128
- - test/dummy/config/initializers/mime_types.rb
129
- - test/dummy/config/initializers/inflections.rb
130
- - test/dummy/config/initializers/wrap_parameters.rb
131
- - test/dummy/config/initializers/session_store.rb
132
- - test/dummy/config/initializers/cookies_serializer.rb
133
- - test/dummy/config/initializers/backtrace_silencers.rb
134
- - test/dummy/config/initializers/filter_parameter_logging.rb
135
- - test/dummy/config/initializers/assets.rb
136
- - test/dummy/config/database.yml
137
125
  - test/dummy/config/environment.rb
126
+ - test/dummy/config/routes.rb
127
+ - test/dummy/config/database.yml
138
128
  - test/dummy/config/boot.rb
139
- - test/dummy/config/secrets.yml
140
129
  - test/dummy/config/application.rb
130
+ - test/dummy/config/secrets.yml
141
131
  - test/dummy/config/locales/en.yml
142
- - test/dummy/config/routes.rb
143
- - test/dummy/public/404.html
144
- - test/dummy/public/500.html
145
- - test/dummy/public/422.html
146
- - test/dummy/public/favicon.ico
147
- - test/dummy/bin/setup
132
+ - test/dummy/config/initializers/wrap_parameters.rb
133
+ - test/dummy/config/initializers/inflections.rb
134
+ - test/dummy/config/initializers/assets.rb
135
+ - test/dummy/config/initializers/filter_parameter_logging.rb
136
+ - test/dummy/config/initializers/cookies_serializer.rb
137
+ - test/dummy/config/initializers/session_store.rb
138
+ - test/dummy/config/initializers/mime_types.rb
139
+ - test/dummy/config/initializers/backtrace_silencers.rb
140
+ - test/dummy/bin/rake
148
141
  - test/dummy/bin/bundle
149
142
  - test/dummy/bin/rails
150
- - test/dummy/bin/rake
143
+ - test/dummy/bin/setup
144
+ - test/dummy/app/helpers/application_helper.rb
145
+ - test/dummy/app/controllers/application_controller.rb
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