vault-tools 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ task :pull_core do
11
11
  if File.exists?('contrib/core')
12
12
  steps << 'rm -rf core'
13
13
  end
14
- steps << 'git clone -n git@github.com:heroku/api --depth 1'
14
+ steps << 'git clone -n git@github.com:heroku/api core --depth 1'
15
15
  steps << 'cd core'
16
16
  steps << 'git checkout HEAD db/structure.sql'
17
17
  # make sure we don't submodule it
@@ -1,5 +1,5 @@
1
1
  module Vault
2
2
  module Tools
3
- VERSION = '0.4.2'
3
+ VERSION = '0.4.3'
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.4.2
4
+ version: 0.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-11-13 00:00:00.000000000 Z
13
+ date: 2013-11-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: scrolls
@@ -180,21 +180,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
180
180
  - - ! '>='
181
181
  - !ruby/object:Gem::Version
182
182
  version: '0'
183
- segments:
184
- - 0
185
- hash: 4365418169947979393
186
183
  required_rubygems_version: !ruby/object:Gem::Requirement
187
184
  none: false
188
185
  requirements:
189
186
  - - ! '>='
190
187
  - !ruby/object:Gem::Version
191
188
  version: '0'
192
- segments:
193
- - 0
194
- hash: 4365418169947979393
195
189
  requirements: []
196
190
  rubyforge_project:
197
- rubygems_version: 1.8.23
191
+ rubygems_version: 1.8.25
198
192
  signing_key:
199
193
  specification_version: 3
200
194
  summary: Test classes, base web classes, and helpers - oh my!