vault-tools 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ task :pull_payments do
7
7
  end
8
8
  steps << 'git clone -n git@github.com:heroku/payments --depth 1'
9
9
  steps << 'cd payments'
10
- steps << 'git checkout HEAD db/development_structure.sql'
10
+ steps << 'git checkout HEAD db/structure.sql'
11
11
  # make sure we don't submodule it
12
12
  steps << 'rm -rf .git'
13
13
  sh steps.join(' && ')
@@ -16,7 +16,7 @@ end
16
16
  desc "Drop and create vault-usage-test, payments-test and shushu-test databases"
17
17
  task :create_payments_db => [:drop_payments_db, :pull_payments] do
18
18
  sh 'createdb payments-test'
19
- sh 'psql payments-test -f contrib/payments/db/development_structure.sql'
19
+ sh 'psql payments-test -f contrib/payments/db/structure.sql'
20
20
  end
21
21
 
22
22
  desc "Drop the vault-usage-test, payments-test and shushu-test databases"
@@ -1,5 +1,5 @@
1
1
  module Vault
2
2
  module Tools
3
- VERSION = '0.3.5'
3
+ VERSION = '0.3.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vault-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -146,7 +146,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
146
146
  version: '0'
147
147
  segments:
148
148
  - 0
149
- hash: 3708663680564618333
149
+ hash: 1120623186219143644
150
150
  required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  none: false
152
152
  requirements:
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  version: '0'
156
156
  segments:
157
157
  - 0
158
- hash: 3708663680564618333
158
+ hash: 1120623186219143644
159
159
  requirements: []
160
160
  rubyforge_project:
161
161
  rubygems_version: 1.8.23