schema-evolution-manager 0.9.29 → 0.9.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/schema-evolution-manager/apply_util.rb +2 -1
- data/lib/schema-evolution-manager/sem_version.rb +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: b25ae7e5789318cdf2e7c897b4ecb74a61c891a6
|
4
|
+
data.tar.gz: b3eec0b574920e3fed848ef493d5d76a55eaf912
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85c595e3ea2304946ee7b716b7e61e089fc21e9a6a6ea9008649ce5a7a31d8d516562a338b3dfe10295ab23ed1d1230785ab9b792e15cead6b15eae617214c2c
|
7
|
+
data.tar.gz: cfbb9650bce515166a0f77755437fc5873c69da9a51361a1551a0365142599b92489d94be835bd33edd1f0da8ee1b4217434714b8671d76f19a8c2a3c0aa9625
|
data/README.md
CHANGED
@@ -127,7 +127,7 @@ There are two ways to install schema evolution manager:
|
|
127
127
|
|
128
128
|
git clone git://github.com/mbryzek/schema-evolution-manager.git
|
129
129
|
cd schema-evolution-manager
|
130
|
-
git checkout 0.9.
|
130
|
+
git checkout 0.9.30
|
131
131
|
ruby ./configure.rb
|
132
132
|
sudo ./install.rb
|
133
133
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: schema-evolution-manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Bryzek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: '["Michael Bryzek"]'
|
14
14
|
email: mbryzek@alum.mit.edu
|