schema_dev 3.2.3 → 3.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/schema_dev/version.rb +1 -1
- data/templates/README/uses.schema_plus_core.md +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: b8bc6e064749390291e3baa490ab4b89041aae69
|
4
|
+
data.tar.gz: b666477ee29122055c9ccb27ffe6def253691286
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5606b81a84d13b22435e258e2682701bef416e2ad4099ba9199b6c44a6b081bb49903b6f91afd1c38bc986e4af290bedcd40c81da324764a87fbf9ce95e0b6a7
|
7
|
+
data.tar.gz: b349a38d28aa1cbda1518096aa29c9d69459fd74f39babca3360b3ceb82d481a76d59883564e231fefb538b70cfc3af08cba3a439e2e62c3182ea108a56b5b19
|
data/lib/schema_dev/version.rb
CHANGED
@@ -2,5 +2,5 @@
|
|
2
2
|
provides middleware callback stacks to make it easy to extend
|
3
3
|
ActiveRecord's behavior. If that API is missing something you need for
|
4
4
|
your contribution, please head over to
|
5
|
-
[schema_plus_core](https://github/SchemaPlus/schema_plus_core) and open
|
5
|
+
[schema_plus_core](https://github.com/SchemaPlus/schema_plus_core) and open
|
6
6
|
an issue or pull request.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: schema_dev
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.4
|
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-02-
|
11
|
+
date: 2015-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|