capones_recipes 0.13.0 → 0.13.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.13.0
1
+ 0.13.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{capones_recipes}
8
- s.version = "0.13.0"
8
+ s.version = "0.13.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Roman Simecek", "Simon Hürlimann"]
12
- s.date = %q{2011-09-09}
12
+ s.date = %q{2011-09-19}
13
13
  s.description = %q{A collection of useful capistrano recipes used by CyT GmbH and others.}
14
14
  s.email = %q{roman.simecek@cyt.ch}
15
15
  s.extra_rdoc_files = [
@@ -67,6 +67,9 @@ Capistrano::Configuration.instance.load do
67
67
  system "bzip2 -d -c #{filename} | mysql -u #{username} --password='#{password}' #{database}; rm -f #{filename}"
68
68
 
69
69
  logger.important "sync database from the stage '#{stage}' to local finished"
70
+
71
+ # Start db:migrate
72
+ system "rake db:migrate"
70
73
  end
71
74
 
72
75
  desc <<-DESC
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: capones_recipes
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.13.0
5
+ version: 0.13.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Roman Simecek
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-09-09 00:00:00 +02:00
14
+ date: 2011-09-19 00:00:00 +02:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -169,7 +169,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
169
169
  requirements:
170
170
  - - ">="
171
171
  - !ruby/object:Gem::Version
172
- hash: 4001715841890497536
172
+ hash: -2779453240366442265
173
173
  segments:
174
174
  - 0
175
175
  version: "0"