bounded_context 0.40.1 → 0.41.0

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: 04c221fa6ab03166b8e4b80fca4a62b179dedc8a047571f3174989be9d12a39c
4
- data.tar.gz: f259a7cd85e8cdaabc6550cd21731ccb7b33383b8da4c07719265cc8ea36ac85
3
+ metadata.gz: 4b21f94af1c04cc93c0acf869ee2c544a40f0ce90deed8a1ce4f88074eb949e2
4
+ data.tar.gz: 963fa5c158b91854c5a768150f6af67303c8eb06f5fb55136c1cf2efd9930625
5
5
  SHA512:
6
- metadata.gz: efdaf5f94ad615403a53de02880eda89f7fe19722891c6e76b34212e9257a614bb5dff17f452b1966edc8a38b827113ea8e169fcc9f2619a1339c46d1e0703ec
7
- data.tar.gz: 0a701d75395f89dd99a9c3ebc6b5fa2f52474c82e7e61f54a8927d6e3202f5589728e672298d05885e5d82e75f4e62812912548655b5a852204b1733ca131beb
6
+ metadata.gz: e8c9b98229ead9c37a67610dac16a12c7b404acaed8359fc07d3b73633525edac77bcb7f1d88c875e15d15bad0fbfc9c0e787d48c464077e2581efe5c3ee13b1
7
+ data.tar.gz: 39144e3f2812a3e72e2f531527a41cd1fc43a4f12155c5bdd72ad8f515c53f91c576737742f2b3aa659b89543221bec19c283b6f8e68fe1252ef99b41e21d74d
data/Gemfile CHANGED
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  source 'https://rubygems.org'
2
4
  git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
5
  gemspec
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module BoundedContext
2
4
  end
3
5
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module BoundedContext
2
- VERSION = "0.40.1"
4
+ VERSION = "0.41.0"
3
5
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'rails/generators'
2
4
 
3
5
  module BoundedContext
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'rails/generators'
2
4
 
3
5
  module BoundedContext
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'rails/generators'
2
4
 
3
5
  module BoundedContext
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bounded_context
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.1
4
+ version: 0.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arkency
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-27 00:00:00.000000000 Z
11
+ date: 2019-07-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -54,7 +54,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  requirements: []
57
- rubygems_version: 3.0.3
57
+ rubyforge_project:
58
+ rubygems_version: 2.7.6.2
58
59
  signing_key:
59
60
  specification_version: 4
60
61
  summary: Generate opinionated component structure.