schema-evolution-manager 0.9.36 → 0.9.37

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: 39011023a7521573658c0a7e43d81bdd32d75093
4
- data.tar.gz: 19d4e857d8611745cd0d7f71de6ebab33bcfe3cf
3
+ metadata.gz: 2323179e7d2aa302547712caf2caa527d64d4c7f
4
+ data.tar.gz: 6d17ecdf2edde433b1f583c661ea2b38b4b3c029
5
5
  SHA512:
6
- metadata.gz: 0cf5faa5fa1179f6a7db934b038fadf321811f64bf7092344a677762cd8ed5dc4ba943206048ccbef7272168afd85affb32ccfe5fd92b3a3eb4eb2469121f336
7
- data.tar.gz: 5fc7a4c3520a8255fd9fe56cbd2b31c10b6e97736982aa6671faa739a99a5e02ac580e21b2b329062fbee1ba5e173216e0bdf2961d7dd6471e252ec92e0f3ae3
6
+ metadata.gz: 7adf83ddb63350627103e13e4cbfa0e116651a22bc1e65e6d67dc7f7708141b5e225f15f9f608fcbbdfb3983365b6cce3544a3ee116aebb253904d2b4d01d54b
7
+ data.tar.gz: 75e0ec7dc0e08a6eec8e94ff025a8eaaa8a892dbd2e5477786110b4b3547d01f8ea939b58b95a42924a7a85d90e56e5e65e03c42d3f49102907262c1ba0ac269
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.36
132
+ git checkout 0.9.37
133
133
  ruby ./configure.rb
134
134
  sudo ./install.rb
135
135
 
@@ -24,7 +24,7 @@ module SchemaEvolutionManager
24
24
  value = nil
25
25
  while value.to_s == ""
26
26
  print final_message
27
- value = get_input(echo).strip
27
+ value = get_input(echo).to_s.strip
28
28
  if value.to_s == "" && default
29
29
  value = default.to_s.strip
30
30
  end
@@ -2,7 +2,7 @@ module SchemaEvolutionManager
2
2
 
3
3
  module SemVersion
4
4
 
5
- VERSION = '0.9.36' # Automatically updated by util/create-release.rb
5
+ VERSION = '0.9.37' # Automatically updated by util/create-release.rb
6
6
 
7
7
  end
8
8
 
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.36
4
+ version: 0.9.37
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-04-10 00:00:00.000000000 Z
11
+ date: 2018-04-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: '["Michael Bryzek"]'
14
14
  email: mbryzek@alum.mit.edu