schema-evolution-manager 0.9.38 → 0.9.39
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/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: 7475be0ce3e74e339f6b299b82c3bf7e2bdddc4e
|
4
|
+
data.tar.gz: 53fc680a17364b28d5aed7053dc59fe59ca1c208
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d848dbb515b89cfabcfed05939c4c4295b2634da1be4f6a85236b5ab888c318995901cbcacc04ad06f02541999b1e1623a82eacc082b505161cb1264c96c18e9
|
7
|
+
data.tar.gz: 71cfdddd86d22bacb1f18b2cfcf0461e24a2be2f91e28058c0bb1fd6bfb6820d78f7ded2866823688ab4700e0cc0b8c1b2754676dd1faf2d2a280ab6beddf8b1
|
data/README.md
CHANGED
@@ -129,7 +129,7 @@ There are two ways to install schema evolution manager:
|
|
129
129
|
|
130
130
|
git clone git://github.com/mbryzek/schema-evolution-manager.git
|
131
131
|
cd schema-evolution-manager
|
132
|
-
git checkout 0.9.
|
132
|
+
git checkout 0.9.39
|
133
133
|
ruby ./configure.rb
|
134
134
|
sudo ./install.rb
|
135
135
|
|
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.39
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Bryzek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-05-
|
11
|
+
date: 2018-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: '["Michael Bryzek"]'
|
14
14
|
email: mbryzek@alum.mit.edu
|