configspec 0.0.2 → 0.0.3

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: 23d3a20ecf1ce4e70a8084fd29b13e4db046bb06
4
- data.tar.gz: c8feb60dc39ddc02bf59a4c5c56ff2222fa3e88b
3
+ metadata.gz: 1f838cc67f6d01db95027bb369e9d33da53f64ad
4
+ data.tar.gz: 007b0aba3c263825724012ccb16e251812f66767
5
5
  SHA512:
6
- metadata.gz: 21fd43eb9022c2caa32f54e485d6b8795e5394f02577b24a37ca79bb9f3baf4faa1359e138fb4943e10e7c94c0eaa93e757f1f33ccfa7bab7823c51994b71436
7
- data.tar.gz: d03afbfeb82e469a55ba6f82ec9db327a637c1b657fa79321f5bde9c5cfb68dfc699fc49ac81ad6ab60518ff035bbcd14c1d40dbce8185036662953f38b91e50
6
+ metadata.gz: 4d8d86507827945768db452c99230935c6d58462de6bada4a8259d91d28f31bc274f70d1991437820b926fed54a82c37a112aa166c252546e62c0bda9c7fb022
7
+ data.tar.gz: a8e82c5c397d1a6953345e14782df588afa5ef1fdfe30b11757014ec6f810ba2c6928e8385502a600bc95a92c9ef08b23445bbdd3af0bc4af9ca7efdb6b397e3
@@ -98,20 +98,6 @@ require 'spec_helper'
98
98
  describe package('httpd') do
99
99
  it { should be_installed }
100
100
  end
101
-
102
- describe service('httpd') do
103
- it { should be_enabled }
104
- it { should be_running }
105
- end
106
-
107
- describe port(80) do
108
- it { should be_listening }
109
- end
110
-
111
- describe file('/etc/httpd/conf/httpd.conf') do
112
- it { should be_file }
113
- it { should contain "ServerName #{@hostname}" }
114
- end
115
101
  EOF
116
102
 
117
103
  if File.exists? "spec/#{@hostname}/001_httpd_spec.rb"
@@ -1,3 +1,3 @@
1
1
  module Configspec
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gosuke Miyashita