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.
- checksums.yaml +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3d48d624d459a19608b840d2fc0bfdd69c5ef4f
|
4
|
+
data.tar.gz: c1f29635fa7ad0309419479c5902db904f8ff159
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
@@ -108,7 +108,7 @@ dependencies:
|
|
108
108
|
- - ~>
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '4.5'
|
111
|
-
description:
|
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:
|
156
|
+
summary: SQLite constraints in migrations similiar to ActiveRecord validations
|
157
157
|
test_files: []
|