mv-sqlite 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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 314b0696046e0c4425057f118d22c0754383ce87
4
- data.tar.gz: 796ee45a44c3f1eeb08e298de607dfe16246b7af
3
+ metadata.gz: f3d48d624d459a19608b840d2fc0bfdd69c5ef4f
4
+ data.tar.gz: c1f29635fa7ad0309419479c5902db904f8ff159
5
5
  SHA512:
6
- metadata.gz: 88d5c04c79b375a62e49cda6fdbca0a8c1130f739d717de4122dfb7b7473300dc6b693a4e9419d49299c2c9281e6bb4476df8c2ec8c959f396529db7ed8d14e9
7
- data.tar.gz: 949f2606844f304ecd98824888f1c600e20833fa28b34b579947dbeadf60472aa0a2223932eb24535e95c1c2cc649b2f79c0f9d3b41f75fa26a7ca5d6720baa0
6
+ metadata.gz: 2fca15126f81cbd55c63818a09617b8b13f70003e85b53474aa2bf2764cbd128ceb3ddfc24e0d83dc37be15d99a71ad1e399678b3cffe09479b4eea013ac521f
7
+ data.tar.gz: 6f2b3c63d64092341038f2f033e2799e0763cf65e16b66e4bae2106479c639f87832f40aec61ad28c1cf742b93c785e235bf5341c7a5fd5b8cb75f822967431d
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mv-sqlite
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.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-17 00:00:00.000000000 Z
11
+ date: 2015-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - ~>
109
109
  - !ruby/object:Gem::Version
110
110
  version: '4.5'
111
- description: Migration Validators project sqlite driver
111
+ description: SQLite constraints in migrations similiar to ActiveRecord validations
112
112
  email: vprokopchuk@gmail.com
113
113
  executables: []
114
114
  extensions: []
@@ -153,5 +153,5 @@ rubyforge_project:
153
153
  rubygems_version: 2.4.4
154
154
  signing_key:
155
155
  specification_version: 4
156
- summary: Migration Validators project. SQLite driver
156
+ summary: SQLite constraints in migrations similiar to ActiveRecord validations
157
157
  test_files: []