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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad5281c665510fb4b70436913115976cbfed8283
4
- data.tar.gz: bd60c97b577ab7ab42cbe78c3db47edfdc9ffd63
3
+ metadata.gz: 39011023a7521573658c0a7e43d81bdd32d75093
4
+ data.tar.gz: 19d4e857d8611745cd0d7f71de6ebab33bcfe3cf
5
5
  SHA512:
6
- metadata.gz: 750db19a860d18d71f37cd07fda648abc4e77e41fd571b4f228ec8744a8e86c92e5a88b0c514b3c7b4e33197fc8b8e979b887c04f668aaa26c2c8a1c9c7a46a2
7
- data.tar.gz: bdd0c7722a67bb1e598ff2ccd2e0bcdd2cb88c099e8a80bb9ab18b8f421f4dc28fc4b594bc53b2a99532a22343eb53be44a10a12d17f6f73c191b60fa415eee5
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.35
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 appeneded to this name",
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 => "Connect to the database as this username instead of the default",
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"
@@ -2,7 +2,7 @@ module SchemaEvolutionManager
2
2
 
3
3
  module SemVersion
4
4
 
5
- VERSION = '0.9.35' # Automatically updated by util/create-release.rb
5
+ VERSION = '0.9.36' # Automatically updated by util/create-release.rb
6
6
 
7
7
  end
8
8
 
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.35
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: 2017-09-15 00:00:00.000000000 Z
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-info
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.0.14.1
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