horza 0.5.1 → 0.5.2
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 +4 -4
- data/lib/horza/adapters/class_methods.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b318ca1842f3970fd598173331fcb64dd25a8ca3
|
|
4
|
+
data.tar.gz: eaec7a6ca3ed1c0a84d9068fbed0095d9f1c469f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c20cb9a7ed5123c9946b758156a0f59b49ba4a823f421c6df7e111d0147e49a343d78ad6b2acb4cb13f5a03b4b0427a855a814188d981480741655bcb3a1d7c
|
|
7
|
+
data.tar.gz: b0b4ab6f0d3be707e1b9578685a9215e739378e988c3d0228ced9f94a66387aa997a8c78c2b9572dbc2b0a67e7738d7ee2a23c7647b43f9e1934ad4c998518de
|
|
@@ -21,7 +21,7 @@ module Horza
|
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
def lazy_load_model(entity)
|
|
24
|
-
raise Horza::Errors::NoContextForEntity.new unless Horza.configuration.development_mode
|
|
24
|
+
#raise Horza::Errors::NoContextForEntity.new unless Horza.configuration.development_mode
|
|
25
25
|
lazy_const = entity.to_s.camelize
|
|
26
26
|
|
|
27
27
|
[Object].concat(Horza.configuration.namespaces).each do |namespace|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: horza
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Blake Turner
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hashie
|