support_utils 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e618eda15010ab4a5c8570b2dcd72b34d7d1786d
4
- data.tar.gz: e07f9ed204a034bedbab07e55a5ebc94fd86dfe3
3
+ metadata.gz: ed89a32a42e516271c90f1acf6a153e3abef5233
4
+ data.tar.gz: eccb82fe51416f5de38a70e6e6a0eb6eb38a79f3
5
5
  SHA512:
6
- metadata.gz: 5f5f89665cae8053179edf470e977ec9c06b58ad3c67e9112d212af6ce55587575352534f4deea35ea7369172e6c9cbfd378d66c74be42d30b1f4a222f64a5a0
7
- data.tar.gz: 32d3de460996acd31751246899678870db0097fea7a324c05ec0ee5a47d1c6001fe61a0b3f5bf489151b21ea157b1b6fb1c1a3f372e634bc16db291af513a69e
6
+ metadata.gz: 04627778b1f0490b18a5e58d29be19de60da76e6757d77d836708eae6b933a6be87d8bf0e3259d9eb57c9e95d822897c54b7cc614b8b6a207aabb266c2a92d58
7
+ data.tar.gz: c30fa811149bc271a3942ad9afb5a834e65c14457e1efa63225610114dacaa7bf89405406220fcdd3f46d9827e55a90ac692193374beb5573e64579ce039f3bc
@@ -17,3 +17,4 @@ module SupportUtils
17
17
  end
18
18
  end
19
19
  end
20
+ ActiveRecord::Base.send(:include, SupportUtils::Concerns::Core)
@@ -3,7 +3,7 @@ module SupportUtils
3
3
  isolate_namespace SupportUtils
4
4
 
5
5
  config.after_initialize do
6
- ActiveRecord::Base.send(:include, SupportUtils::Concerns::Core)
6
+
7
7
  end
8
8
 
9
9
  config.before_initialize do
@@ -1,3 +1,3 @@
1
1
  module SupportUtils
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: support_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emilio Forrer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-08 00:00:00.000000000 Z
11
+ date: 2015-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails