ssp-cijoe 0.4.4.3 → 0.4.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cijoe.rb +1 -1
  2. metadata +3 -3
data/lib/cijoe.rb CHANGED
@@ -171,7 +171,7 @@ class CIJoe
171
171
  puts "Creating screenshots dir ..."
172
172
  `mkdir #{build.screenshots_dir}`
173
173
  puts "Publishing screenshots ..."
174
- `cp screenshots/* #{build.screenshots_dir}`
174
+ `mv screenshots/* #{build.screenshots_dir}`
175
175
  end
176
176
 
177
177
  # shellin' out
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssp-cijoe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 121
4
+ hash: 119
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 4
10
- - 3
11
- version: 0.4.4.3
10
+ - 4
11
+ version: 0.4.4.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Chris Wanstrath