appfuel 0.4.2 → 0.4.3

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
  SHA1:
3
- metadata.gz: c32f42ddca4dac5bed04b9d9ea85f0336a30cf56
4
- data.tar.gz: cabb31e8924f1338e13db68c811fbbd84392136d
3
+ metadata.gz: 251641502bd9884ee6c26eb419b46c434a9c20d6
4
+ data.tar.gz: e669ab20c305420bf5d04fb5d7f0c31ea474054b
5
5
  SHA512:
6
- metadata.gz: 26cf24b7b078750b4d9d7348009b1ad5014f9b02012c6f61d6cb144861959f98d3897f463b5f8382b07551eb18a26f92f67ff204bf1f992bd5703fee9c3c09aa
7
- data.tar.gz: 34b05f5ab2d22b0d1fcf72a9671bf51ab73d6b360ac2b7e448fee5547a4c4064b86687e26f110477128ea45994ebe8a10d66a50a97debdedc3434d2074aaaf2c
6
+ metadata.gz: d0d241f0d91a742a4c42f4b21a1e1318422cf80c438343406cfa2cc868bc4d1ccb999ca109dfdda84b717c50f88e90d686567d763c0bf0c574fcb16179027674
7
+ data.tar.gz: f318266ed813d1d1763493fa01098f15e6d9a1e47d8688f7fa73a06bf6b67cdb8aad1941ec60181b13d80df651f8583226caa0454ffe7f35166b9ca6a38a4b48
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. (Pending ap
5
5
 
6
6
 
7
7
  # Releases
8
+ ## [[0.4.3]](https://github.com/rsb/appfuel/releases/tag/0.4.3) 2017-06-21
9
+ ### Fixed
10
+ - db config definition referenced invalid namespace
11
+
8
12
  ## [[0.4.2]](https://github.com/rsb/appfuel/releases/tag/0.4.2) 2017-06-21
9
13
  ### Added
10
14
  - database configuration definition
@@ -17,7 +17,7 @@ module Appfuel
17
17
  #
18
18
  # @return Defintion
19
19
  def self.db_definition
20
- Appfuel::Configuration.define :db do
20
+ define :db do
21
21
  validator {
22
22
  required(:main).filled(:hash?)
23
23
  required(:path).filled(:str?)
@@ -1,3 +1,3 @@
1
1
  module Appfuel
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appfuel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Scott-Buccleuch