informant-common 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/informant-common.rb +1 -0
- data/lib/informant-common/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e5749ccc5f8f590ea7e9d677b4e7fd4f1260df6062ac4844b7cd45d1fa22e40
|
4
|
+
data.tar.gz: 9f4510f43152f8d67022d7025205e0bb174afe6703b39982c5ae325a98af4d38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbf90e730523d4fecd04c7fc43c9b5e158274ad09df73d41de0edb53f486e2ac7fb99d8d55dd9499f2231d4d65b5742f7b69cd9ec84bb24f860b602b016e28d7
|
7
|
+
data.tar.gz: b105b98f0ee873b76aa2317cc2eb41178740e54c73dea5a6ff476adf2c854607b6c68c154f20ac85ebe2b35785d5a3df49e4814610b4983515202d81a9bb8eed
|
data/lib/informant-common.rb
CHANGED
@@ -11,6 +11,7 @@ module InformantCommon
|
|
11
11
|
autoload :FieldError, 'informant-common/field_error'
|
12
12
|
autoload :ParameterFilter, 'informant-common/parameter_filter'
|
13
13
|
autoload :ValidationTracking, 'informant-common/validation_tracking'
|
14
|
+
autoload :VERSION, 'informant-common/version'
|
14
15
|
|
15
16
|
module Model
|
16
17
|
autoload :ActiveModel, 'informant-common/model/active_model'
|