specinfra 1.25.5 → 1.25.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f504435fadd0a887a9b82ec9e5aacbf6ee07b084
4
- data.tar.gz: 06dc4d2d2733263023623ef6b2d3b40bcdc551c9
3
+ metadata.gz: 154a1355318984c0ac39ce52dc7e576aeb864f34
4
+ data.tar.gz: 79d9499c97854af12ffa9a063cf7d56d8907cb0c
5
5
  SHA512:
6
- metadata.gz: e84619778932bd5a3fc1306634ed21eba3b99c2549a15910e9d4789494b78663103b309fff646c3871f0a1fbdb65a402e944d047573ec5d374aae52350342d54
7
- data.tar.gz: 9525eab540db91b5777491fccff4bf2ea745d01e7794d0bf553fbf929290dee6c1124ce78735b10b478ab6fe7ebd4b3b5a38b7e02639cdccfc810694404e73d8
6
+ metadata.gz: 9354a94f878069dcc724426952606d36d38bf672cf477339dbae6a10edc528d2d85412bf1421f1990a6b76cb426aa4ce247f1fd7de2d3e1d4934dd6b38bef2e5
7
+ data.tar.gz: 0c487287dadeed47be7c6319c8fe824e4556ac17e93b5363bd5949bd4b8ffbac5b47e7368d7d67166c6550ed64a47642d1e4628b86a5282197e6b07cdfb3d260
@@ -29,7 +29,7 @@ module SpecInfra
29
29
  end
30
30
 
31
31
  def check_mounted(path)
32
- regexp = "on #{path}"
32
+ regexp = "on #{path} "
33
33
  "mount | grep -w -- #{escape(regexp)}"
34
34
  end
35
35
 
@@ -1,3 +1,3 @@
1
1
  module SpecInfra
2
- VERSION = "1.25.5"
2
+ VERSION = "1.25.6"
3
3
  end
data/wercker.yml CHANGED
@@ -26,55 +26,35 @@ build:
26
26
  name: Run vagrant up centos65
27
27
  code: vagrant up centos65 --provider=digital_ocean
28
28
  cwd: $WORKING_DIR
29
- - script:
30
- name: Run itamae
31
- code: bundle exec ./itamae.rb centos65
32
- cwd: $WORKING_DIR
33
29
  - script:
34
30
  name: Run vagrant reload centos65
35
31
  code: vagrant reload centos65
36
32
  cwd: $WORKING_DIR
37
33
  - script:
38
34
  name: Run rake spec:centos65
39
- code: DIGITALOCEAN=true rake spec:centos65
40
- cwd: $WORKING_DIR
41
- - script:
42
- name: Run vagrant up centos70
43
- code: vagrant up centos70 --provider=digital_ocean
44
- cwd: $WORKING_DIR
45
- - script:
46
- name: Run itamae
47
- code: bundle exec ./itamae.rb centos70
48
- cwd: $WORKING_DIR
49
- - script:
50
- name: Run vagrant reload centos70
51
- code: vagrant reload centos70
52
- cwd: $WORKING_DIR
53
- - script:
54
- name: Run rake spec:centos70
55
- code: DIGITALOCEAN=true rake spec:centos70
35
+ code: rake spec:centos65
56
36
  cwd: $WORKING_DIR
57
37
  - script:
58
38
  name: Run vagrant up ubuntu1404
59
39
  code: vagrant up ubuntu1404 --provider=digital_ocean
60
40
  cwd: $WORKING_DIR
61
- - script:
62
- name: Run itamae
63
- code: bundle exec ./itamae.rb ubuntu1404
64
- cwd: $WORKING_DIR
65
41
  - script:
66
42
  name: Run vagrant reload ubuntu1404
67
43
  code: vagrant reload ubuntu1404
68
44
  cwd: $WORKING_DIR
69
45
  - script:
70
46
  name: Run rake spec:ubuntu1404
71
- code: DIGITALOCEAN=true rake spec:ubuntu1404
47
+ code: rake spec:ubuntu1404
72
48
  cwd: $WORKING_DIR
73
49
 
74
50
  after-steps:
75
51
  - script:
76
- name: Run vagrant destroy
77
- code: vagrant destroy --force
52
+ name: Run vagrant destroy centos65
53
+ code: vagrant destroy centos65 --force
54
+ cwd: $WORKING_DIR
55
+ - script:
56
+ name: Run vagrant destroy ubuntu1404
57
+ code: vagrant destroy ubuntu1404 --force
78
58
  cwd: $WORKING_DIR
79
59
  - 1syo/idobata-notify@0.1.1:
80
60
  token: $IDOBATA_TOKEN
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: specinfra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.5
4
+ version: 1.25.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gosuke Miyashita
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-22 00:00:00.000000000 Z
11
+ date: 2014-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler