specinfra 1.22.0 → 1.22.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e34d0908411ee970e7366cffefbdddfac52a8f1b
4
- data.tar.gz: 06ccc49c4991f80c126ebff49c2caad7834f52cf
3
+ metadata.gz: 5b627c33c1f477fdfc169f8d3aedc847698710b3
4
+ data.tar.gz: 0245f6eed1837b5b86721734d5ed9b55e1ac3ee3
5
5
  SHA512:
6
- metadata.gz: 757b624598cd4aa750b6871a870e62174f50a7dc68a0195f7659ed72c8c9a6817703a97642d30512f08b5283cac8676ab4d36bead7928d3894a68cea8eaf9e55
7
- data.tar.gz: 9a6b008688364618900c52b12579003b3af77bf8ab81a2923a11303822a8db5c577c9294b8401823168ecb433ca827641e3dcd25def2996ce23dd2b1b3a78c9b
6
+ metadata.gz: 759d512df62f45223ab184830cf2c74c2702ab4c830c68ef51b97b32c3ea6496d2228ac497641fcacd1fafc27d862d7639adbb322b2e2843e00742d363deb242
7
+ data.tar.gz: 8dd6cd697378c8d09b10ccfb2456cce29484f2cf244dffdf99cac379b04bea51b88149a0621e65e5eaaf1189dd844cc6981cde83fe181e8595cd958d5f2cc98b
@@ -63,7 +63,7 @@ module SpecInfra
63
63
  end
64
64
 
65
65
  def check_container_running(container)
66
- "lxc-info -n #{escape(container)} -t RUNNING"
66
+ "lxc-info -n #{escape(container)} -s | grep -w RUNNING"
67
67
  end
68
68
 
69
69
  def check_attribute(file, attribute)
@@ -1,3 +1,3 @@
1
1
  module SpecInfra
2
- VERSION = "1.22.0"
2
+ VERSION = "1.22.1"
3
3
  end
data/wercker.yml CHANGED
@@ -35,16 +35,16 @@ build:
35
35
  code: rake spec:centos65
36
36
  cwd: $WORKING_DIR
37
37
  - script:
38
- name: Run vagrant up ubuntu1310
39
- code: vagrant up ubuntu1310 --provider=digital_ocean
38
+ name: Run vagrant up ubuntu1404
39
+ code: vagrant up ubuntu1404 --provider=digital_ocean
40
40
  cwd: $WORKING_DIR
41
41
  - script:
42
- name: Run vagrant reload ubuntu1310
43
- code: vagrant reload ubuntu1310
42
+ name: Run vagrant reload ubuntu1404
43
+ code: vagrant reload ubuntu1404
44
44
  cwd: $WORKING_DIR
45
45
  - script:
46
- name: Run rake spec:ubuntu1310
47
- code: rake spec:ubuntu1310
46
+ name: Run rake spec:ubuntu1404
47
+ code: rake spec:ubuntu1404
48
48
  cwd: $WORKING_DIR
49
49
 
50
50
  after-steps:
@@ -53,8 +53,8 @@ build:
53
53
  code: vagrant destroy centos65 --force
54
54
  cwd: $WORKING_DIR
55
55
  - script:
56
- name: Run vagrant destroy ubuntu1310
57
- code: vagrant destroy ubuntu1310 --force
56
+ name: Run vagrant destroy ubuntu1404
57
+ code: vagrant destroy ubuntu1404 --force
58
58
  cwd: $WORKING_DIR
59
59
  - 1syo/idobata-notify@0.1.1:
60
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.22.0
4
+ version: 1.22.1
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-07-22 00:00:00.000000000 Z
11
+ date: 2014-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler