schema_dev 3.6.1 → 3.6.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 +4 -4
- data/README.md +1 -0
- data/lib/schema_dev/version.rb +1 -1
- data/templates/README/uses.schema_dev.md.erb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f8a67b0716701fd34e006480b1a918a92ca9981
|
|
4
|
+
data.tar.gz: 0b0f0385952d9b06234caaafba5422766e8042fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25dfe2511daa10de860dff1a7ef5cb716b45eaaf37d36baa264b4ddc787761dac90a9cd79b60bcc9e306562e267eec312280fe941be4ef886e61e0f2efd91202
|
|
7
|
+
data.tar.gz: 5cea6d625b5874d09519793f8ad37005495002f8cba0f03d81cc52a9cbfa2ab51ffe4699f55ac4cb89dbd89f70ed4c17fff50d849b39567491ae8de94e110b79
|
data/README.md
CHANGED
|
@@ -135,6 +135,7 @@ Which defines the rake task `create_databases` and also a task for travis-ci
|
|
|
135
135
|
|
|
136
136
|
Release notes for schema_dev versions:
|
|
137
137
|
|
|
138
|
+
* **3.6.2** - Fix README template error introduced in 3.6.0
|
|
138
139
|
* **3.6.1** - Further fix mysql2 dependencies.
|
|
139
140
|
* **3.6.0** - Add support for AR 4.2.6; fix mysql2 dependencies; internal improvements and bug fixes. Thanks to [@dmeranda](https://github.com/SchemaPlus/schema_dev/issues?q=is%3Apr+is%3Aopen+author%3Admeranda) and [@dholdren](https://github.com/SchemaPlus/schema_dev/issues?q=is%3Apr+is%3Aopen+author%3Adholdren)
|
|
140
141
|
G
|
data/lib/schema_dev/version.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
* **schema_dev**: <%= gem_module %> uses [schema_dev](https://github.com/SchemaPlus/schema_dev) to
|
|
2
2
|
facilitate running rspec tests on the matrix of ruby, activerecord, and database
|
|
3
3
|
versions that the gem supports, both locally and on
|
|
4
|
-
[travis-ci](http://travis-ci.org/SchemaPlus
|
|
4
|
+
[travis-ci](http://travis-ci.org/SchemaPlus/<%= gem_name %>)
|
|
5
5
|
|
|
6
6
|
To to run rspec locally on the full matrix, do:
|
|
7
7
|
|