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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 211af2aa01d2050af8510cd61f090734e8eb2e5c
4
- data.tar.gz: b679257afd1846687f2b29d6a6c96ffc596316ed
3
+ metadata.gz: 525a4155fb27be53890449be2a801b8b89ccfb7d
4
+ data.tar.gz: ae3aa81e2fcceee772c5829346d56adcfa8f901c
5
5
  SHA512:
6
- metadata.gz: 4192b75517ae01de3b0e3dd4550c759ee129be1adbc9e96da6c4daaf1d3829bacbe577abb08aa59e0358448fb3f730b2c737f340ab17e3b01bb12247f5e93450
7
- data.tar.gz: 4cd10cdf46460e9708f003f94f408db821529e0d768a3681e8b676db9d7f50faf006c241e0a0208bff4bff930366b6cea5d50cc546a332dc576af7cea966190d
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::Schema.include ActiveRecord::UUID::Schema
4
+ ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.include ActiveRecord::UUID::Schema
5
5
  ActiveRecord::ConnectionAdapters::PostgreSQL::TableDefinition.include ActiveRecord::UUID::TableDefinition
6
6
  end
@@ -1,5 +1,5 @@
1
1
  module ActiveRecord
2
2
  module UUID
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
5
5
  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.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-04-27 00:00:00.000000000 Z
11
+ date: 2015-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord