schema_plus_core 1.0.1 → 1.0.2

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: ed548a8c1a81915c1c97d6a8b79de01a20f2cfc5
4
- data.tar.gz: 3a878f876a92b28bda32791904907d5544013cc8
3
+ metadata.gz: 467fc076aa3de1e9d6890f4a9ff8e87a81a24c3f
4
+ data.tar.gz: 9e35f0a5d5be71a5a53c6aba151d3140c140f387
5
5
  SHA512:
6
- metadata.gz: 29b72d63a9af0ddc8992573fb5fd2fc3e619df51cd1b973f15eb0c5e9f375d27a2cc3d5d509507dc86f17b10d0050f0f240f6c4448163f4d0337752d7af63605
7
- data.tar.gz: 5d464f9ed20aca0e9f5146c461b5dbf1056eb1992be704ba703e387b61b5b02f68294d70a5da0b7f03caf7fea07e429d43e3eb26d0d067f022ee47a483ac59d4
6
+ metadata.gz: 1481e4d731796f2a2db9bce577a115313bd67d489a4a53b9dc24fbd71c38e554f247ddb4aaa02d5148156ed491cc8be64956367541901549df50cc7a4300519d
7
+ data.tar.gz: 7e1d8b4995d2482e8b3efda83e608b7e7b5c313c5f33d6264cb743ce0467f23b542c756be4482ec8a7af052b3cd9aa086be71cdc7dfeb72614cb068ef8975ee7
data/README.md CHANGED
@@ -446,6 +446,7 @@ SchemaPlus::Core provides a state object and of callbacks to various phases of t
446
446
  The base method appends the collection of SchemaDump::Table::Index objects to `env.table.indexes`
447
447
 
448
448
  ## History
449
+ * 1.0.2 Missing require
449
450
  * 1.0.1 Explicit gem dependencies
450
451
  * 1.0.0 Clean up `SchemaDump::Table::Column` and `SchemaDump::Table::Index` API: `#options` is now a hash and `#comments` is now an array; no longer have `add_option` and `add_comment` methods.
451
452
  * 0.6.2 Bug fix: don't choke on INHERITANCE in table definition (#7). Thanks to [@ADone](https://github.com/ADone).
@@ -1,5 +1,5 @@
1
1
  module SchemaPlus
2
2
  module Core
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
@@ -1,4 +1,5 @@
1
1
  require "schema_monkey"
2
+ require 'its-it'
2
3
  require "pathname"
3
4
 
4
5
  module SchemaPlus
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schema_plus_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ronen barzel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-24 00:00:00.000000000 Z
11
+ date: 2016-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord