schema_plus_core 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/schema_plus/core/version.rb +1 -1
- data/lib/schema_plus/core.rb +1 -0
- 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: 467fc076aa3de1e9d6890f4a9ff8e87a81a24c3f
|
4
|
+
data.tar.gz: 9e35f0a5d5be71a5a53c6aba151d3140c140f387
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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).
|
data/lib/schema_plus/core.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2016-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|