specinfra 1.25.0 → 1.25.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: 5b352bb1e25445757343ee15e75ead3eda56f66a
4
- data.tar.gz: 305b731e380663f02ce97123fb40426406c07b52
3
+ metadata.gz: 0c45bde8708737ac5092f1fa3eb106a6f53153dc
4
+ data.tar.gz: 9b79563204a1e138fd368fcdff66335a97617e40
5
5
  SHA512:
6
- metadata.gz: 19a4b837e2c13e804b36266baa4f56cf072b7191581c61e8ca4510d7955a796031f0842d4c940ea5b8ff58c4c98d53d89d93cec79f28d8362bf015bb9b952f03
7
- data.tar.gz: 831a8f49b9443373fe16003d8c866be9cde69bc3e642a9310d83cb02414787efbf0d65e6eb160195bc2f7fc077cca435c51bdd521e2125852e3cb1be53040913
6
+ metadata.gz: 7e4607d066e369dbcc87d915a12fe3960fbf4c31fc4dcacf85b4330be85f46eed5d20343521efd34436dd7e11113f04cd407005e4215236dd170ab70e6ea7b55
7
+ data.tar.gz: 0c460d2d7f9990f595e46d4d64bd0ed3819977204fc591119fc889e4eeb4ff8746d8021bf43177db4e925958bd629fb59838b78a7a35cf6a35e6e4b6df0e59d0
@@ -385,7 +385,7 @@ module SpecInfra
385
385
  private
386
386
 
387
387
  def item_has_attribute item, attribute
388
- "((Get-Item -Path '#{item}' -Force).attributes.ToString() -Split ', ') -contains '#{attribute}'"
388
+ %Q!((Get-Item -Path "#{item}" -Force).attributes.ToString() -Split ', ') -contains '#{attribute}'!
389
389
  end
390
390
 
391
391
  def convert_key_property_value property
@@ -1,3 +1,3 @@
1
1
  module SpecInfra
2
- VERSION = "1.25.0"
2
+ VERSION = "1.25.1"
3
3
  end
data/wercker.yml CHANGED
@@ -1,4 +1,4 @@
1
- box: mizzy/serverspec-base@0.0.2
1
+ box: mizzy/serverspec-base@0.0.3
2
2
  build:
3
3
  steps:
4
4
  - script:
@@ -26,6 +26,10 @@ 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
29
33
  - script:
30
34
  name: Run vagrant reload centos65
31
35
  code: vagrant reload centos65
@@ -34,10 +38,30 @@ build:
34
38
  name: Run rake spec:centos65
35
39
  code: rake spec:centos65
36
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: rake spec:centos70
56
+ cwd: $WORKING_DIR
37
57
  - script:
38
58
  name: Run vagrant up ubuntu1404
39
59
  code: vagrant up ubuntu1404 --provider=digital_ocean
40
60
  cwd: $WORKING_DIR
61
+ - script:
62
+ name: Run itamae
63
+ code: bundle exec ./itamae.rb ubuntu1404
64
+ cwd: $WORKING_DIR
41
65
  - script:
42
66
  name: Run vagrant reload ubuntu1404
43
67
  code: vagrant reload ubuntu1404
@@ -49,12 +73,8 @@ build:
49
73
 
50
74
  after-steps:
51
75
  - script:
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
76
+ name: Run vagrant destroy
77
+ code: vagrant destroy --force
58
78
  cwd: $WORKING_DIR
59
79
  - 1syo/idobata-notify@0.1.1:
60
80
  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.0
4
+ version: 1.25.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-08-08 00:00:00.000000000 Z
11
+ date: 2014-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler