ddd_domain 1.1.4 → 1.2.3

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: 597045caca8f53c3894cc878e94642af121d9d76dcbdc5171c37c31e415ceb1a
4
- data.tar.gz: dce6130c1c5bdd344d98a234e01669bd05bf427323a57a745712f8ccb962c885
3
+ metadata.gz: 5c7d05f554c1c7e3c55856ca3ff21d0194698baadabc095cc13e3dd35f65dfbb
4
+ data.tar.gz: 8877136005498096cdb59cd63ecaa7509da02d388355f2678a4dcd886ff58a4f
5
5
  SHA512:
6
- metadata.gz: 8afcfd54591033a41ab7378e8f392581a5d4f62a50b17ab8211cb6c29becd1317f6ae474b11d08cb31015cbb409e5fe3bc38147aec0d2a41d90e7fb25282e3e6
7
- data.tar.gz: b0c696fdba7a95dc0876131da30faaf868820a2ac5a769e0886511c8e9e52ccf08456fd25a824ae9839dc9716cc147098112b6e1538fd2a3308e6581786dcc4f
6
+ metadata.gz: 7d2b3b4d240f653b19ee84255f5f5f2054594a11554ff3a4605e7cca87048703104762f1c921e7f2c31c3383ede758dbc2741212c50480f881cbd3739967caea
7
+ data.tar.gz: 67dfaf30431672a0b069336fd5ddef8c8854742fc07d8b153e42b70e8c375a2d6b11e4253376c2eb2801bd25b46f9ae6734f60dc8f3e7f47422815276ab929c6
@@ -1,4 +1,4 @@
1
- Copyright 2018 FUNABARA Masao
1
+ Copyright 2020 FUNABARA Masao
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,3 +1,3 @@
1
1
  module DddDomain
2
- VERSION = "1.1.4"
2
+ VERSION = "1.2.3"
3
3
  end
@@ -4,21 +4,5 @@ class DomainsGenerator < Rails::Generators::NamedBase
4
4
  def create_initializer_file
5
5
  empty_directory "app/domains/#{file_name}"
6
6
  create_file "app/domains/#{file_name}/.keep"
7
-
8
- if File.exists? "config/initializers/ddd_domain.rb"
9
- inject_into_file 'config/initializers/ddd_domain.rb', :before => "end" do
10
- <<-"RUBY"
11
- config.paths.add 'app/domains/#{file_name}', eager_load: true
12
- RUBY
13
- end
14
- else
15
- create_file 'config/initializers/ddd_domain.rb' do
16
- <<~"RUBY"
17
- Rails.configuration do |config|
18
- config.paths.add 'app/domains/#{file_name}', eager_load: true
19
- end
20
- RUBY
21
- end
22
- end
23
7
  end
24
8
  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.4
4
+ version: 1.2.3
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-04-12 00:00:00.000000000 Z
11
+ date: 2020-12-22 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: '5.0'
19
+ version: 6.0.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: '5.0'
26
+ version: 6.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sqlite3
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -127,40 +127,40 @@ signing_key:
127
127
  specification_version: 4
128
128
  summary: It supports the domain of Domain Driven Design.
129
129
  test_files:
130
- - test/ddd_domain_test.rb
131
130
  - test/test_helper.rb
132
- - test/dummy/config.ru
133
- - test/dummy/public/500.html
134
- - test/dummy/public/404.html
135
- - test/dummy/public/422.html
136
- - test/dummy/public/favicon.ico
137
- - test/dummy/app/controllers/application_controller.rb
138
- - test/dummy/app/views/layouts/application.html.erb
139
- - test/dummy/app/helpers/application_helper.rb
140
- - test/dummy/app/assets/javascripts/application.js
141
- - test/dummy/app/assets/config/manifest.js
142
- - test/dummy/app/assets/stylesheets/application.css
143
- - test/dummy/config/environment.rb
144
- - test/dummy/config/environments/production.rb
145
- - test/dummy/config/environments/test.rb
146
- - test/dummy/config/environments/development.rb
147
- - test/dummy/config/database.yml
148
- - test/dummy/config/routes.rb
149
- - test/dummy/config/secrets.yml
150
- - test/dummy/config/application.rb
151
- - test/dummy/config/locales/en.yml
131
+ - test/ddd_domain_test.rb
152
132
  - test/dummy/config/initializers/mime_types.rb
153
- - test/dummy/config/initializers/filter_parameter_logging.rb
154
- - test/dummy/config/initializers/wrap_parameters.rb
155
- - test/dummy/config/initializers/cookies_serializer.rb
156
- - test/dummy/config/initializers/assets.rb
157
133
  - test/dummy/config/initializers/session_store.rb
134
+ - test/dummy/config/initializers/cookies_serializer.rb
158
135
  - test/dummy/config/initializers/backtrace_silencers.rb
136
+ - test/dummy/config/initializers/wrap_parameters.rb
137
+ - test/dummy/config/initializers/assets.rb
159
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
142
+ - test/dummy/config/environment.rb
143
+ - test/dummy/config/secrets.yml
144
+ - test/dummy/config/locales/en.yml
160
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
161
156
  - test/dummy/Rakefile
162
- - test/dummy/README.rdoc
163
- - test/dummy/bin/bundle
164
- - test/dummy/bin/rake
157
+ - test/dummy/public/404.html
158
+ - test/dummy/public/favicon.ico
159
+ - test/dummy/public/422.html
160
+ - test/dummy/public/500.html
165
161
  - test/dummy/bin/setup
162
+ - test/dummy/bin/bundle
166
163
  - test/dummy/bin/rails
164
+ - test/dummy/bin/rake
165
+ - test/dummy/README.rdoc
166
+ - test/dummy/config.ru