rails-domain 0.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/rails/domain.rb +2 -0
  3. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 7b92f3fabd2e6511a5cae94b09aa781291851979
4
+ data.tar.gz: 0b7a6c41dbe882c8963378291bc842101c79417a
5
+ SHA512:
6
+ metadata.gz: a62abe9038d68beaa3c9d85cabadc729f5fabbfc7eb1b21fd7dc302e26b6c3eddaf44a30033fd7ebe7005d2bc4aed1ca9ca193848f1d0f27f2ca1855867541e8
7
+ data.tar.gz: 9c76b1b14a5dbbe5cb7531ee1ceb9e83831634eac1143ea9208be3ac50f91cfbf849e9271f8662fd3a5c4ce2c66da1f17a95de8329f7744df26d2dde8d15b771
@@ -0,0 +1,2 @@
1
+ class Rails::Domain
2
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rails-domain
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Anders Lemke
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-12-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Get control of your domain model with Event Sourcing, CQRS and core concepts
14
+ from Domain-Driven Design. Rails::Domain provides an opinionated domain layer for
15
+ Rails.
16
+ email: anders@lemke.dk
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/rails/domain.rb
22
+ homepage: http://rubygems.org/gems/rails-domain
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.6.8
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: An opinionated domain layer for Rails.
46
+ test_files: []