beaker-rspec 2.2.1 → 2.2.2

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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/Gemfile +0 -2
  3. data/beaker-rspec.gemspec +4 -4
  4. metadata +8 -8
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MDBkNzdhMjMxZjI5Njk4N2UwYjQwZDk0MWI2ODJiNGY3N2JlMWQ2MA==
4
+ YTQ5YzZmNDU0MmNkNjg2ZTY4ZTRlMTcxYjI5NzIwOGJkYTg2OGJkZg==
5
5
  data.tar.gz: !binary |-
6
- ZWQwOWU4NmNjNmJjNTZlODNlOWZmMWU5YTU2MTJlZDY1YTIwMDFhOA==
6
+ ODA1MWU0ZjNiYmM0MGRjMjA1MzUyZDRmMGYwMGFjMzk0N2FjODdlOA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OGY2OGUzMTdlOGUwM2RiNWQxNTNkYzkwZTI0NzU5YjU4Yzk2ODU3ZGI2ZDVm
10
- ODA4NDRhMzdiNjA1M2EzZDVlNTYxNmQ5NjgyOTNmMDllNzk2NjlhMGZkYjUw
11
- Mjg2NDk4M2UzMmVlZjg1MmZhZjA5ZmJlZTY0YmRkMTFkMzQ5MjA=
9
+ OWFmMGNkMDMzZDJjZWNjZmRmNDI2M2IwODFjMjg5NGEwMzM3MjU2YjhkMWEz
10
+ MDU3ODU1NDA2MDRlZTBlZGU0NDJlOTIzNDZhZDQwNTljODMzYWM0MzVhOWJk
11
+ MTExMGU5OGZjZjU4OWUyZjk1OGJjOWMxZmU2NWMxMWMxMmQ0NWQ=
12
12
  data.tar.gz: !binary |-
13
- NDUyZjc1ZTE3YmE4MDRjMzU3M2U1ZWRiNTQxN2U1OTE1OTlkYmE5ZGQzOGUw
14
- NGQ4NmNhYjYyZmNiZWFiMGQyYzMxNWE1MzJmNTdkYWQwOGMwMTM0M2JkYzBh
15
- OTkyOWY1MzJjYjU2MjIwOGQ5ZDNjZjk2MjU1ZGI0MWRkMjJjNWY=
13
+ MzQ0NTAzZmNjYzFkYTkzOGY5YzY2YjgxMTA0OWEzMzRmZDAzOWM1MGQ5ZTRl
14
+ MDgzMjAzODg5MDBjN2MwMjA0MjEyZjg2MjRkNmQxNTcwN2U0MjY4YzFkMjZl
15
+ YzBkZmI0ZWM5NDNiNzk2YWZiZDgzZGM0MDg2NzJjZjgzMjEyNTc=
data/Gemfile CHANGED
@@ -1,5 +1,3 @@
1
1
  source "http://rubygems.org"
2
2
 
3
3
  gemspec
4
-
5
- gem 'beaker', '~> 1.8.2'
data/beaker-rspec.gemspec CHANGED
@@ -6,7 +6,7 @@ less_than_one_nine = ruby_conf['MAJOR'].to_i == 1 && ruby_conf['MINOR'].to_i < 9
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "beaker-rspec"
9
- s.version = '2.2.1'
9
+ s.version = '2.2.2'
10
10
  s.authors = ["Puppetlabs"]
11
11
  s.email = ["sqa@puppetlabs.com"]
12
12
  s.homepage = "https://github.com/puppetlabs/beaker-rspec"
@@ -31,8 +31,8 @@ Gem::Specification.new do |s|
31
31
  s.add_development_dependency 'thin'
32
32
 
33
33
  # Run time dependencies
34
- s.add_runtime_dependency 'beaker', '~> 1.8.2'
34
+ s.add_runtime_dependency 'beaker', '~> 1.9.1'
35
35
  s.add_runtime_dependency 'rspec', '~> 2.14'
36
- s.add_runtime_dependency 'serverspec', '~> 0.14'
37
- s.add_runtime_dependency 'specinfra', '~> 0.3'
36
+ s.add_runtime_dependency 'serverspec', '~> 1.0.0'
37
+ s.add_runtime_dependency 'specinfra', '~> 1.0.0'
38
38
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppetlabs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-24 00:00:00.000000000 Z
11
+ date: 2014-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fakefs
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - ~>
102
102
  - !ruby/object:Gem::Version
103
- version: 1.8.2
103
+ version: 1.9.1
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - ~>
109
109
  - !ruby/object:Gem::Version
110
- version: 1.8.2
110
+ version: 1.9.1
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: rspec
113
113
  requirement: !ruby/object:Gem::Requirement
@@ -128,28 +128,28 @@ dependencies:
128
128
  requirements:
129
129
  - - ~>
130
130
  - !ruby/object:Gem::Version
131
- version: '0.14'
131
+ version: 1.0.0
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - ~>
137
137
  - !ruby/object:Gem::Version
138
- version: '0.14'
138
+ version: 1.0.0
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: specinfra
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - ~>
144
144
  - !ruby/object:Gem::Version
145
- version: '0.3'
145
+ version: 1.0.0
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - ~>
151
151
  - !ruby/object:Gem::Version
152
- version: '0.3'
152
+ version: 1.0.0
153
153
  description: RSpec bindings for beaker, see https://github.com/puppetlabs/beaker
154
154
  email:
155
155
  - sqa@puppetlabs.com