ddd_domain 0.0.3 → 1.0.0
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 +31 -32
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 679dde06900e3110bb2a7579b1aefa588497609f88439660317e70680b45ddcf
|
4
|
+
data.tar.gz: f027613d3bdde2e06be8f6fb5b2b9a9df60f4968e3e7b8a478e488d1db7aed34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01b6ac522a755f23ebb5eb995bc1e7d56b8130890bfbca4a869fd04e76266bb34caad1b4c3c2b37beeb4eb3e5b6b984aef3ef5087c53b9870c6a836dbe59ab28
|
7
|
+
data.tar.gz: a4ca6387a3405d96a8de456e5f8b707dc429f98dd05179ec4a59ac602a6b69d7bac4842089318e6f94582fbb7b7129b4fbccfd5ac5fe8c5cf7d328e9112fcf8f
|
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: 0.0
|
4
|
+
version: 1.0.0
|
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: 2019-05-19 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: '
|
19
|
+
version: '5.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: '
|
26
|
+
version: '5.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: sqlite3
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -107,45 +107,44 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
107
|
- !ruby/object:Gem::Version
|
108
108
|
version: '0'
|
109
109
|
requirements: []
|
110
|
-
|
111
|
-
rubygems_version: 2.7.7
|
110
|
+
rubygems_version: 3.0.3
|
112
111
|
signing_key:
|
113
112
|
specification_version: 4
|
114
113
|
summary: It supports the domain of Domain Driven Design.
|
115
114
|
test_files:
|
115
|
+
- test/test_helper.rb
|
116
116
|
- test/ddd_domain_test.rb
|
117
|
-
- test/dummy/public/422.html
|
118
|
-
- test/dummy/public/favicon.ico
|
119
|
-
- test/dummy/public/500.html
|
120
|
-
- test/dummy/public/404.html
|
121
|
-
- test/dummy/README.rdoc
|
122
|
-
- test/dummy/bin/rake
|
123
|
-
- test/dummy/bin/rails
|
124
|
-
- test/dummy/bin/bundle
|
125
|
-
- test/dummy/bin/setup
|
126
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
|
127
124
|
- test/dummy/Rakefile
|
128
|
-
- test/dummy/config/
|
129
|
-
- test/dummy/config/database.yml
|
130
|
-
- test/dummy/config/application.rb
|
131
|
-
- test/dummy/config/locales/en.yml
|
132
|
-
- test/dummy/config/routes.rb
|
125
|
+
- test/dummy/config/environments/production.rb
|
133
126
|
- test/dummy/config/environments/development.rb
|
134
127
|
- test/dummy/config/environments/test.rb
|
135
|
-
- test/dummy/config/environments/production.rb
|
136
128
|
- test/dummy/config/initializers/mime_types.rb
|
137
|
-
- test/dummy/config/initializers/
|
129
|
+
- test/dummy/config/initializers/inflections.rb
|
138
130
|
- test/dummy/config/initializers/wrap_parameters.rb
|
139
|
-
- test/dummy/config/initializers/assets.rb
|
140
131
|
- test/dummy/config/initializers/session_store.rb
|
141
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
142
|
-
- test/dummy/config/initializers/inflections.rb
|
143
132
|
- test/dummy/config/initializers/cookies_serializer.rb
|
144
|
-
- test/dummy/config/
|
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
|
+
- test/dummy/config/environment.rb
|
145
138
|
- test/dummy/config/boot.rb
|
146
|
-
- test/dummy/
|
147
|
-
- test/dummy/
|
148
|
-
- test/dummy/
|
149
|
-
- test/dummy/
|
150
|
-
- test/dummy/
|
151
|
-
- test/
|
139
|
+
- test/dummy/config/secrets.yml
|
140
|
+
- test/dummy/config/application.rb
|
141
|
+
- 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
|
148
|
+
- test/dummy/bin/bundle
|
149
|
+
- test/dummy/bin/rails
|
150
|
+
- test/dummy/bin/rake
|