mv-core 2.0.0 → 2.0.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
- metadata +7 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 900a74dc5de3fb6dea5254a49c7061fe32da460e
|
|
4
|
+
data.tar.gz: 7e653a9a90c2c7203b128244f69feb2d0b44d298
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0e965a232a71673d6bb346cde37a4efad2766040f45e280eec9df45f0d5e6b7b72be2a5fcafb75e3052de0b8406e23b45616ef3d58f7890a5a16ab8176ed8a6
|
|
7
|
+
data.tar.gz: 988c4ec239e7127434278b28b6c0df37a0b3b0daecdc20a1407c563acb94f7b37861603d81ee632acda1f392a5b4644123fc04c4fd47b9da30f37c7f22706503
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mv-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Valeriy Prokopchuk
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -164,7 +164,9 @@ dependencies:
|
|
|
164
164
|
- - ~>
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
166
|
version: '0.7'
|
|
167
|
-
description:
|
|
167
|
+
description: Trigger & check constraints in migrations. Allows developer to define
|
|
168
|
+
database constraints in a ActiveRecord validation like manner. Almost all known
|
|
169
|
+
validation are supported.
|
|
168
170
|
email: vprokopchuk@gmail.com
|
|
169
171
|
executables: []
|
|
170
172
|
extensions: []
|
|
@@ -263,5 +265,6 @@ rubyforge_project:
|
|
|
263
265
|
rubygems_version: 2.4.4
|
|
264
266
|
signing_key:
|
|
265
267
|
specification_version: 4
|
|
266
|
-
summary:
|
|
268
|
+
summary: Trigger & check constraints in migrations similiar to ActiveRecord validations.
|
|
269
|
+
Core classes
|
|
267
270
|
test_files: []
|