ar-uuid 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/active_record/uuid/ext.rb +1 -1
- data/lib/active_record/uuid/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: 525a4155fb27be53890449be2a801b8b89ccfb7d
|
4
|
+
data.tar.gz: ae3aa81e2fcceee772c5829346d56adcfa8f901c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e258abfb411e1c36669ea81fad5aa01049c8a14706729a1ec5ac926bd6008a89052ef4cad1a56214f93c7728efe0861730a885a672d40bbca814f8536a0a5be8
|
7
|
+
data.tar.gz: a0b283d44a04485921e9173f2c3e1ab617e756fc087b6b284705a3eb5835c96c4335842546ee4c210b2febb2827c5c8b0cffd365259496798a20db28d00e2923
|
@@ -1,6 +1,6 @@
|
|
1
1
|
ActiveSupport.on_load(:active_record) do
|
2
2
|
require 'active_record/connection_adapters/postgresql_adapter'
|
3
3
|
|
4
|
-
ActiveRecord::
|
4
|
+
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.include ActiveRecord::UUID::Schema
|
5
5
|
ActiveRecord::ConnectionAdapters::PostgreSQL::TableDefinition.include ActiveRecord::UUID::TableDefinition
|
6
6
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ar-uuid
|
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
|
- Nando Vieira
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|