schema_plus_core 0.6.0 → 0.6.1
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 +4 -4
- data/README.md +1 -1
- data/lib/schema_plus/core.rb +1 -0
- data/lib/schema_plus/core/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: e4d26e275c50fcd2af36c17ffa242169a5cf4c1c
|
|
4
|
+
data.tar.gz: e905b78be6d0cb9daaebafbe16690784dcc04afb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1fd98fec6ad3e8c10401bf423603480ede2df2b5ead66e7f5512d8fab6386df50110238a2249aaa6868e1ad11abc22711c47be7267590eba91367c4b9ea95d2
|
|
7
|
+
data.tar.gz: f9cfd2ba60a8c25d10c2215f0f4c8db1f710e77ba330e0266af840a087a08ea83c342a71b860855ecae836b8734af341c99b3b5afd148978436b26f60c4f0bc1
|
data/README.md
CHANGED
|
@@ -450,7 +450,7 @@ SchemaPlus::Core provides a state object and of callbacks to various phases of t
|
|
|
450
450
|
The base method appends the collection of SchemaDump::Table::Index objects to `env.table.indexes`
|
|
451
451
|
|
|
452
452
|
## History
|
|
453
|
-
|
|
453
|
+
* 0.6.1 Make sure to require pathname (#5)
|
|
454
454
|
* 0.6.0 Added `table.alt` to dumper; Bug fix: Don't crash when AR fails to dump a table. Thanks to [@stenver](https://github.com/stenver) for tracking it down
|
|
455
455
|
* 0.5.1 Bug fix: Don't choke on a quoted newline in a `CREATE TABLE` statement ([#3](https://github.com/SchemaPlus/schema_plus_core/pull/3)). Thanks to [@mikeauclair](https://github.com/mikeauclair)
|
|
456
456
|
* 0.5.0 Added `Migration::DropTable`
|
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: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ronen barzel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|