consistent_schema_rb-apartment 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad71da62786771bab4bd86d2c23e40c6c2145a51
4
- data.tar.gz: ef293c6e1f16d82922b5765b200209b60df97cd8
3
+ metadata.gz: b42affffcc477c058c64c1bb18773dd1b170be26
4
+ data.tar.gz: bcc0f9c4b03c3bee6a0118e828f7839d83bbafd7
5
5
  SHA512:
6
- metadata.gz: 45ba868821d7c15b50bb193c541d5e2eefbf31a8742f03eb8cf2f8c3c37d30aeaf4a923e58c1039681d2dcb0944c5f92f75fdd6c1eedd416da5896037ca9b642
7
- data.tar.gz: d49df0af97588805bc34d641cd04f7f15c52f3b98a9346cda363746f255ae0bc7c920e7e72818889b29b43301f579b138edf9cfa44b149f4988d739dd64e7311
6
+ metadata.gz: 4a3cb5cef96745e25af4d63928f25dea322f089ec12d4843f3f2c9b6b280779d19c1496972903160621bd4cc486c4f1c449d08e7f7b2dabb6910a225ff603ec4
7
+ data.tar.gz: 66e9b0b9bb3a9deb56be964c8a3a9ca546a5b3aaa24731db54c701d03b3d0350cf8901133faca033253977c0fcb3aba8b5ae0b447bbab8f633f2365570b8890a
@@ -1,7 +1,2 @@
1
1
  require "consistent_schema_rb/apartment/version"
2
- require "apartment/adapters/"
3
-
4
- module ConsistentSchemaRb
5
- module Apartment
6
- end
7
- end
2
+ require "apartment/adapters/ordered_column_postgresql_adapter"
@@ -1,5 +1,5 @@
1
1
  module ConsistentSchemaRb
2
2
  module Apartment
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: consistent_schema_rb-apartment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Aitken