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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f498b2dde5e8ab1a530007dec0c66c9f5b0fe58ba650afcf24f767bdaf7e66e5
4
- data.tar.gz: 8be921a2942026f768b15130f85fa39a4ac955c674780d9fa08659c069cb63bb
3
+ metadata.gz: 597045caca8f53c3894cc878e94642af121d9d76dcbdc5171c37c31e415ceb1a
4
+ data.tar.gz: dce6130c1c5bdd344d98a234e01669bd05bf427323a57a745712f8ccb962c885
5
5
  SHA512:
6
- metadata.gz: d413ab989439e4cdc4fa4985e8307f6d77c46258f11d5aab2da7b4f4ebc03b6a593085b5db01640a02d70ea1027ff19aacd501241187b846abd1db1201bfa43a
7
- data.tar.gz: 619f54ebad480d242987977066fd5e0d6475196f8818446d18090183211bcb0a7c596cfdfa697dfa2e35cd480b6d81695a1343bf5bb0abf1f556697935929af4
6
+ metadata.gz: 8afcfd54591033a41ab7378e8f392581a5d4f62a50b17ab8211cb6c29becd1317f6ae474b11d08cb31015cbb409e5fe3bc38147aec0d2a41d90e7fb25282e3e6
7
+ data.tar.gz: b0c696fdba7a95dc0876131da30faaf868820a2ac5a769e0886511c8e9e52ccf08456fd25a824ae9839dc9716cc147098112b6e1538fd2a3308e6581786dcc4f
@@ -1,3 +1,3 @@
1
1
  module DddDomain
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
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.3
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-02-12 00:00:00.000000000 Z
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
File without changes
@@ -1,10 +0,0 @@
1
-  (0.1ms) begin transaction
2
- -------------------------
3
- DddDomainTest: test_truth
4
- -------------------------
5
-  (0.0ms) rollback transaction
6
-  (0.1ms) begin transaction
7
- -------------------------
8
- DddDomainTest: test_truth
9
- -------------------------
10
-  (0.0ms) rollback transaction