vault-test-tools 0.0.3 → 0.0.4

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.
data/.gitignore CHANGED
@@ -15,5 +15,5 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
- test.profile*
19
- vendor
18
+ test/.test.profile*
19
+ vendor
data/bin/pt ADDED
@@ -0,0 +1,3 @@
1
+ #! /usr/bin/env ruby
2
+
3
+ exec('bundle exec pprof.rb --text test/.test.profile')
data/bin/t CHANGED
@@ -1,4 +1,4 @@
1
1
  #! /usr/bin/env ruby
2
2
 
3
- ENV['CPUPROFILE'] = './test.profile'
3
+ ENV['CPUPROFILE'] = './test/.test.profile'
4
4
  exec('bundle exec turn -r perftools -I test -I lib test')
@@ -1,5 +1,5 @@
1
1
  module Vault
2
2
  module Test
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vault-test-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -141,6 +141,7 @@ files:
141
141
  - README.md
142
142
  - Rakefile
143
143
  - bin/d
144
+ - bin/pt
144
145
  - bin/t
145
146
  - lib/vault-test-tools.rb
146
147
  - lib/vault-test-tools/environment_helpers.rb
@@ -165,7 +166,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
165
166
  version: '0'
166
167
  segments:
167
168
  - 0
168
- hash: 4472029600343949211
169
+ hash: 682016747677155265
169
170
  required_rubygems_version: !ruby/object:Gem::Requirement
170
171
  none: false
171
172
  requirements:
@@ -174,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
175
  version: '0'
175
176
  segments:
176
177
  - 0
177
- hash: 4472029600343949211
178
+ hash: 682016747677155265
178
179
  requirements: []
179
180
  rubyforge_project:
180
181
  rubygems_version: 1.8.23