schema-evolution-manager 0.9.35 → 0.9.36
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/args.rb +2 -2
- data/lib/schema-evolution-manager/sem_version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39011023a7521573658c0a7e43d81bdd32d75093
|
4
|
+
data.tar.gz: 19d4e857d8611745cd0d7f71de6ebab33bcfe3cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cf5faa5fa1179f6a7db934b038fadf321811f64bf7092344a677762cd8ed5dc4ba943206048ccbef7272168afd85affb32ccfe5fd92b3a3eb4eb2469121f336
|
7
|
+
data.tar.gz: 5fc7a4c3520a8255fd9fe56cbd2b31c10b6e97736982aa6671faa739a99a5e02ac580e21b2b329062fbee1ba5e173216e0bdf2961d7dd6471e252ec92e0f3ae3
|
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.36
|
133
133
|
ruby ./configure.rb
|
134
134
|
sudo ./install.rb
|
135
135
|
|
@@ -7,12 +7,12 @@ module SchemaEvolutionManager
|
|
7
7
|
|
8
8
|
if !defined?(FLAGS_WITH_ARGUMENTS)
|
9
9
|
FLAGS_WITH_ARGUMENTS = {
|
10
|
-
:artifact_name => "Specifies the name of the artifact. Tag will be
|
10
|
+
:artifact_name => "Specifies the name of the artifact. Tag will be appended to this name",
|
11
11
|
:user => "Connect to the database as this username instead of the default",
|
12
12
|
:host => "Specifies the host name of the machine on which the server is running",
|
13
13
|
:port => "Specifies the port on which the server is running",
|
14
14
|
:name => "Specifies the name of the database to which to connect",
|
15
|
-
:url => "
|
15
|
+
:url => "The connection string for the psql database",
|
16
16
|
:dir => "Path to a directory",
|
17
17
|
:tag => "A git tag (e.g. 0.0.1)",
|
18
18
|
:prefix => "Configure installer to use this prefix"
|
metadata
CHANGED
@@ -1,25 +1,25 @@
|
|
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.36
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Bryzek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: '["Michael Bryzek"]'
|
14
14
|
email: mbryzek@alum.mit.edu
|
15
15
|
executables:
|
16
|
+
- sem-info
|
17
|
+
- sem-config
|
16
18
|
- sem-add
|
19
|
+
- sem-init
|
17
20
|
- sem-apply
|
18
|
-
- sem-baseline
|
19
|
-
- sem-config
|
20
21
|
- sem-dist
|
21
|
-
- sem-
|
22
|
-
- sem-init
|
22
|
+
- sem-baseline
|
23
23
|
extensions: []
|
24
24
|
extra_rdoc_files: []
|
25
25
|
files:
|
@@ -31,6 +31,7 @@ files:
|
|
31
31
|
- bin/sem-dist
|
32
32
|
- bin/sem-info
|
33
33
|
- bin/sem-init
|
34
|
+
- lib/schema-evolution-manager.rb
|
34
35
|
- lib/schema-evolution-manager/apply_util.rb
|
35
36
|
- lib/schema-evolution-manager/args.rb
|
36
37
|
- lib/schema-evolution-manager/ask.rb
|
@@ -48,11 +49,10 @@ files:
|
|
48
49
|
- lib/schema-evolution-manager/sem_version.rb
|
49
50
|
- lib/schema-evolution-manager/template.rb
|
50
51
|
- lib/schema-evolution-manager/version.rb
|
51
|
-
- lib/schema-evolution-manager.rb
|
52
52
|
- scripts/20130318-105434.sql
|
53
53
|
- scripts/20130318-105456.sql
|
54
|
-
- template/dev.rb
|
55
54
|
- template/README.md
|
55
|
+
- template/dev.rb
|
56
56
|
homepage: https://github.com/gilt/schema-evolution-manager
|
57
57
|
licenses:
|
58
58
|
- Apache 2.0
|
@@ -63,17 +63,17 @@ require_paths:
|
|
63
63
|
- lib
|
64
64
|
required_ruby_version: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
70
70
|
requirements:
|
71
|
-
- -
|
71
|
+
- - ">="
|
72
72
|
- !ruby/object:Gem::Version
|
73
73
|
version: '0'
|
74
74
|
requirements: []
|
75
75
|
rubyforge_project:
|
76
|
-
rubygems_version: 2.
|
76
|
+
rubygems_version: 2.5.2
|
77
77
|
signing_key:
|
78
78
|
specification_version: 4
|
79
79
|
summary: Schema evolution manager is a simple schema migration tool for postgresql
|