storext 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/storext.rb +5 -0
- data/lib/storext/class_methods.rb +0 -6
- data/lib/storext/version.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: da19a844f2f9b47d077d09620e86a73e56e3c75b
|
4
|
+
data.tar.gz: e06e793d9c3513b4f26d96b6e5e154538f939f69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ea0b73b22c001945c37f587a7842f7348d32626b1a93d408e33da9035744d0271d95e524ebadca7a3d58755ceeffa3b41e850b128d02baaf451d66a42ecae8f
|
7
|
+
data.tar.gz: e5364b465ff2bbc710c109bb7b377bd8856398494c96b334acd9f6815d05fc5070600cd084f08843c3ba7ef682dab507d7bafe6d5c12691dbf622522e45daf1c
|
data/lib/storext.rb
CHANGED
@@ -11,6 +11,11 @@ module Storext
|
|
11
11
|
class_attribute :store_attribute_defs
|
12
12
|
self.store_attribute_defs = {}
|
13
13
|
|
14
|
+
class_attribute :storext_cast_proxy_class
|
15
|
+
self.storext_cast_proxy_class = Class.new do
|
16
|
+
include Virtus.model
|
17
|
+
end
|
18
|
+
|
14
19
|
unless defined?(self::Boolean)
|
15
20
|
self::Boolean = ::Axiom::Types::Boolean
|
16
21
|
end
|
data/lib/storext/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: storext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- G5
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-
|
13
|
+
date: 2014-12-01 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|