ddd_domain 1.1.3 → 1.1.4
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.
- checksums.yaml +4 -4
- data/lib/ddd_domain/version.rb +1 -1
- metadata +2 -6
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +0 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 597045caca8f53c3894cc878e94642af121d9d76dcbdc5171c37c31e415ceb1a
|
|
4
|
+
data.tar.gz: dce6130c1c5bdd344d98a234e01669bd05bf427323a57a745712f8ccb962c885
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8afcfd54591033a41ab7378e8f392581a5d4f62a50b17ab8211cb6c29becd1317f6ae474b11d08cb31015cbb409e5fe3bc38147aec0d2a41d90e7fb25282e3e6
|
|
7
|
+
data.tar.gz: b0c696fdba7a95dc0876131da30faaf868820a2ac5a769e0886511c8e9e52ccf08456fd25a824ae9839dc9716cc147098112b6e1538fd2a3308e6581786dcc4f
|
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.4
|
|
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-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -98,8 +98,6 @@ files:
|
|
|
98
98
|
- test/dummy/config/locales/en.yml
|
|
99
99
|
- test/dummy/config/routes.rb
|
|
100
100
|
- test/dummy/config/secrets.yml
|
|
101
|
-
- test/dummy/db/test.sqlite3
|
|
102
|
-
- test/dummy/log/test.log
|
|
103
101
|
- test/dummy/public/404.html
|
|
104
102
|
- test/dummy/public/422.html
|
|
105
103
|
- test/dummy/public/500.html
|
|
@@ -160,11 +158,9 @@ test_files:
|
|
|
160
158
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
161
159
|
- test/dummy/config/initializers/inflections.rb
|
|
162
160
|
- test/dummy/config/boot.rb
|
|
163
|
-
- test/dummy/db/test.sqlite3
|
|
164
161
|
- test/dummy/Rakefile
|
|
165
162
|
- test/dummy/README.rdoc
|
|
166
163
|
- test/dummy/bin/bundle
|
|
167
164
|
- test/dummy/bin/rake
|
|
168
165
|
- test/dummy/bin/setup
|
|
169
166
|
- test/dummy/bin/rails
|
|
170
|
-
- test/dummy/log/test.log
|
data/test/dummy/db/test.sqlite3
DELETED
|
File without changes
|
data/test/dummy/log/test.log
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
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
|