datory 1.0.0.rc8 → 1.0.0.rc9

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: 3b052892a1fc08acc5ffb825f3dc14eaca5d28f715850e7f8e54b9c594a419d9
4
- data.tar.gz: 6d87e60a4bd9ce2a4972091950010bb4908b921f7489ce2d728515c45666a98c
3
+ metadata.gz: 581be089a2e76a9d744e511869da46033d47904a1103343ec447d3d508a41ab8
4
+ data.tar.gz: d9a70d1d761b4370fb7022401b8a830ab84fbe713c4fd33de4bb84daa73f4101
5
5
  SHA512:
6
- metadata.gz: 675cd69f300045e6bcdd58ea9c24b402fd0c652a30c0fff78dbc73b45635d405f9c5598a45696bb967cc890c94c97a1f7e6e50bcaf8b7275a6bf518656ccfe63
7
- data.tar.gz: b40b64a011b064e3222612d36d13c2309d975078dcfcdc20c903cb5e3d407b048b25ef54361e83bcd602ac5fdd5a67cc6353dae0bf36a5e542d70afec2b3b0fb
6
+ metadata.gz: 59cccc7dd3abea33e60cc44be7ee1f9406dccff627ff560cdd76c1e5cff66ec6d255df87d666637745efe9e13630c5f668ff9b6454472deb6a16653740401ca2
7
+ data.tar.gz: dc3d890966553c776ea4b5a0269c75bc8690f9b591d0f18538d81bade8b8facd9670a750626d096edb359313964c66aa10b2318ebe1517d10e591a7c796ae691
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Datory
4
+ class Engine < Rails::Engine
5
+ isolate_namespace Datory
6
+ end
7
+ end
@@ -5,7 +5,7 @@ module Datory
5
5
  MAJOR = 1
6
6
  MINOR = 0
7
7
  PATCH = 0
8
- PRE = "rc8"
8
+ PRE = "rc9"
9
9
 
10
10
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".")
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datory
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc8
4
+ version: 1.0.0.rc9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Sokolov
@@ -207,6 +207,7 @@ files:
207
207
  - lib/datory/context/callable.rb
208
208
  - lib/datory/context/dsl.rb
209
209
  - lib/datory/context/workspace.rb
210
+ - lib/datory/engine.rb
210
211
  - lib/datory/result.rb
211
212
  - lib/datory/service/base.rb
212
213
  - lib/datory/service/builder.rb