right_support 2.6.2 → 2.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -50,7 +50,9 @@ module RightSupport::CI
50
50
 
51
51
  namespace @ci_namespace do
52
52
  task :prep do
53
- FileUtils.mkdir_p('measurement')
53
+ FileUtils.mkdir_p(@output_path)
54
+ FileUtils.mkdir_p(File.join(@output_path, 'rspec'))
55
+ FileUtils.mkdir_p(File.join(@output_path, 'cucumber'))
54
56
  end
55
57
 
56
58
  if require_succeeds?('rspec/core/rake_task')
@@ -7,7 +7,7 @@ spec = Gem::Specification.new do |s|
7
7
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
8
8
 
9
9
  s.name = 'right_support'
10
- s.version = '2.6.2'
10
+ s.version = '2.6.3'
11
11
  s.date = '2012-11-08'
12
12
 
13
13
  s.authors = ['Tony Spataro', 'Sergey Sergyenko', 'Ryan Williamson', 'Lee Kirchhoff', 'Sergey Enin', 'Alexey Karpik']
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_support
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 6
9
- - 2
10
- version: 2.6.2
9
+ - 3
10
+ version: 2.6.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tony Spataro