vault-tools 0.4.4 → 0.4.5

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.
@@ -7,6 +7,7 @@
7
7
  desc "Pull db/structure.sql from api HEAD"
8
8
  task :pull_core do
9
9
  steps = []
10
+ steps << 'mkdir -p contrib/'
10
11
  steps << 'cd contrib/'
11
12
  if File.exists?('contrib/core')
12
13
  steps << 'rm -rf core'
@@ -1,5 +1,5 @@
1
1
  module Vault
2
2
  module Tools
3
- VERSION = '0.4.4'
3
+ VERSION = '0.4.5'
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.4
4
+ version: 0.4.5
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-25 00:00:00.000000000 Z
13
+ date: 2013-12-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: scrolls
@@ -181,15 +181,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
181
181
  - - ! '>='
182
182
  - !ruby/object:Gem::Version
183
183
  version: '0'
184
+ segments:
185
+ - 0
186
+ hash: 353103338422282718
184
187
  required_rubygems_version: !ruby/object:Gem::Requirement
185
188
  none: false
186
189
  requirements:
187
190
  - - ! '>='
188
191
  - !ruby/object:Gem::Version
189
192
  version: '0'
193
+ segments:
194
+ - 0
195
+ hash: 353103338422282718
190
196
  requirements: []
191
197
  rubyforge_project:
192
- rubygems_version: 1.8.25
198
+ rubygems_version: 1.8.23
193
199
  signing_key:
194
200
  specification_version: 3
195
201
  summary: Test classes, base web classes, and helpers - oh my!