mv-core 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +4 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 900a74dc5de3fb6dea5254a49c7061fe32da460e
4
- data.tar.gz: 7e653a9a90c2c7203b128244f69feb2d0b44d298
3
+ metadata.gz: 98227c28745a49420cc684f8098cf870db2bd444
4
+ data.tar.gz: 6d6b2f996839eae4233098b9f87dec56b82e13ef
5
5
  SHA512:
6
- metadata.gz: f0e965a232a71673d6bb346cde37a4efad2766040f45e280eec9df45f0d5e6b7b72be2a5fcafb75e3052de0b8406e23b45616ef3d58f7890a5a16ab8176ed8a6
7
- data.tar.gz: 988c4ec239e7127434278b28b6c0df37a0b3b0daecdc20a1407c563acb94f7b37861603d81ee632acda1f392a5b4644123fc04c4fd47b9da30f37c7f22706503
6
+ metadata.gz: 8ff9e5d4efa377b0f8d3d6910cf841dda1d2a35fd32ba8fefc717951bad87a77e3a048ed04421f2de9b6fd41a4cb0986188b18c1f870d2d68adbc8a1fedba927
7
+ data.tar.gz: 42c43363d8bcf604ee87e9c30973586a141238161bf221a4c268e9f1d143cd9b8a88f932848694191cb1abf3f8c6ae61e9227c3598c85462ebace2d262bcd04e
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mv-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Valeriy Prokopchuk
@@ -164,9 +164,8 @@ dependencies:
164
164
  - - ~>
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0.7'
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.
167
+ description: DB constraints in migrations similiar to ActiveRecord validations. Core
168
+ classes
170
169
  email: vprokopchuk@gmail.com
171
170
  executables: []
172
171
  extensions: []
@@ -265,6 +264,5 @@ rubyforge_project:
265
264
  rubygems_version: 2.4.4
266
265
  signing_key:
267
266
  specification_version: 4
268
- summary: Trigger & check constraints in migrations similiar to ActiveRecord validations.
269
- Core classes
267
+ summary: DB constraints in migrations similiar to ActiveRecord validations. Core classes
270
268
  test_files: []