schema-evolution-manager 0.9.32 → 0.9.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a062099a50a726d47cf2000331a0a6be30233155
4
- data.tar.gz: 6fceda902cafcfad5782085c73ae14e3c7040b55
3
+ metadata.gz: c7ce2d7df7ec125e40766468d8b925c255d9ffc2
4
+ data.tar.gz: 4b969d8c87c7efad6e54c19061838c8505f85887
5
5
  SHA512:
6
- metadata.gz: c48aa6a9b0a71fbbf4d3d5f7aa2fb7ec458fe50115324add1b5ff272052e1cf08771e7ceb553ac89b9cc9de04ec7e3a49237b646a0944e5ef177c1cd3dceeb7d
7
- data.tar.gz: ce55dff8b95db59e8c0223c6797ce620d46b9dbb705d45ef6debd9986a5efdae9468d4cf7212661e63c0030886e78e1f8102f5fb7f9a304e90133a774049de1e
6
+ metadata.gz: 756566a14de25d0269b5d62b882657402f1f92843add459ffd96b6e0fd33bdb55de59aedcace125aed815cc19b96da30f175ac44d5a3c22b09b37644521917ad
7
+ data.tar.gz: 97329e02665bd5eb7e6cf4d4e9c7446808e87a13d19e488e682780eb526e2f80c86c732bd370c2d2c3d7b47022f6d240ec58bb27130aaebcad73d2707fb62318
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Build Status](https://travis-ci.org/mbryzek/schema-evolution-manager.svg?branch=master)](https://travis-ci.org/mbryzek/schema-evolution-manager)
2
+
1
3
  # Schema Evolution Manager (sem)
2
4
 
3
5
  ## Intended Audience
@@ -127,7 +129,7 @@ There are two ways to install schema evolution manager:
127
129
 
128
130
  git clone git://github.com/mbryzek/schema-evolution-manager.git
129
131
  cd schema-evolution-manager
130
- git checkout 0.9.32
132
+ git checkout 0.9.33
131
133
  ruby ./configure.rb
132
134
  sudo ./install.rb
133
135
 
@@ -29,10 +29,10 @@ module SchemaEvolutionManager
29
29
  puts path
30
30
  puts ""
31
31
  else
32
- print "Applying #{filename}... "
32
+ print "Applying #{filename}"
33
33
  @db.psql_file(filename, path)
34
34
  @scripts.record_as_run!(filename)
35
- puts "Done"
35
+ puts " Done"
36
36
  end
37
37
  end
38
38
  count
@@ -2,7 +2,7 @@ module SchemaEvolutionManager
2
2
 
3
3
  module SemVersion
4
4
 
5
- VERSION = '0.9.32' # Automatically updated by util/create-release.rb
5
+ VERSION = '0.9.33' # 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.32
4
+ version: 0.9.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bryzek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-31 00:00:00.000000000 Z
11
+ date: 2017-04-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: '["Michael Bryzek"]'
14
14
  email: mbryzek@alum.mit.edu