schema-evolution-manager 0.9.42 → 0.9.43

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: ce087efd730e81f21be7e835a71f483f6585dbdb
4
- data.tar.gz: 4418179693e56ece6b02c835c97ae0f15ed34515
3
+ metadata.gz: cd9e21d060217a24d30ac88e86de27280f3648c5
4
+ data.tar.gz: 3da1503dcd5e934d5d67e1a9dac1fe898273d74d
5
5
  SHA512:
6
- metadata.gz: bf82f32bdd001173183e323d7731082547f061f982dcef905ce3ecfc35aeea30b6d1531a229aa7d980f7ae6aeaa1869e7d402b921f4c5e3abf98a089e69e62f8
7
- data.tar.gz: f32f44ca75c29b63d730c78f3064fb8a2772b7ccfc7c893a69a21dd9a25d26cba3958d59b8ad2b9b32f335fa6946b23a6cb9170ef80dd8072c407b7bdf74e033
6
+ metadata.gz: 97ba2a7957365a06fadc2530cc3512da4d9c59c56e0fc62a9b5c86f16816cdfe608bc8d412bb22dc8c3f4a4cd06b2538ceeff5a0e07264ba7d337e147bf8bd89
7
+ data.tar.gz: 38279cc263db00039735ddc6d286b895e079d1b6ab75e351ee889589fad7f21cf10a58e1242b3eff428258dcce4c9f8fa6364fb2c988227b39f196bd8949ae95
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.42
132
+ git checkout 0.9.43
133
133
  ruby ./configure.rb
134
134
  sudo ./install.rb
135
135
 
@@ -1 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+
1
3
  load File.join(File.dirname(__FILE__), '../lib/schema-evolution-manager.rb')
@@ -2,7 +2,7 @@ module SchemaEvolutionManager
2
2
 
3
3
  module SemVersion
4
4
 
5
- VERSION = '0.9.42' # Automatically updated by util/create-release.rb
5
+ VERSION = '0.9.43' # Automatically updated by util/create-release.rb
6
6
 
7
7
  end
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schema-evolution-manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.42
4
+ version: 0.9.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bryzek
@@ -55,7 +55,7 @@ files:
55
55
  - template/dev.rb
56
56
  homepage: https://github.com/gilt/schema-evolution-manager
57
57
  licenses:
58
- - Apache 2.0
58
+ - Apache-2.0
59
59
  metadata: {}
60
60
  post_install_message:
61
61
  rdoc_options: []