beaker-rspec 2.2.3 → 2.2.4

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 (3) hide show
  1. checksums.yaml +8 -8
  2. data/beaker-rspec.gemspec +4 -4
  3. metadata +8 -8
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTg1M2NkNjEyODg0NDRjMmI1NWQ5YjFiY2ZiODE0YTAxOTJjZDBhYw==
4
+ ZjNkOTIxOGRhMjY5MjEyMzk2N2I5MDliYzZlYjBkZjJhN2E2NGVhNQ==
5
5
  data.tar.gz: !binary |-
6
- ZDVhZDFiYTZhNDY3ZTlhYWUzM2U3MjY2MzYzZTc3YmMxNTU0YTY0YQ==
6
+ YTY0M2QxZmY1ZTMzNjE2MjEwYmMwNTgxZTliNzVlZGZmZGU3NmI4ZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NTUxYjViNzczNDljYzMwYzM4MzA2ZjhhMDk0OGU5N2Y1Y2ZhM2NhN2U0ZGQx
10
- OTBiNjU2Nzc5ZDIzMWIzN2NhMWM0NmIyMWRiOGRiZTI3NGE0YzUxZDQ5ZGM4
11
- ZjMzMjg4MTc4YWJkM2Y1Y2ZkY2I5ZjkyZGM3OWFkZmVkYzA3Mjc=
9
+ NjZlOTExNDg0ODY0OWY0YmQ5YmMzNmM1YjU2MTNjYWIyMTdhNTJhYWM0NmZk
10
+ ZTBkNzM3NDA2ODNkNWQzYzg1N2Y5NjY4MjM1ZWMwMTcxYTViN2QzNWIyNWEy
11
+ ZWJmNTBhMzE4NjMxNmIyMGQ0M2UwODNmMTU5NmUxZTA5MzZiMGI=
12
12
  data.tar.gz: !binary |-
13
- MDVjYWFjN2QzNjlkZmZiODYzNmQyYTBkZWVlYzA3MTI5YjIyNDIzZTU3ZWJk
14
- Yzg5ODM1ZDU0OGJmNmFkNDMxYzc5NTNiMmQwNzkzZjNhYzZkMTczNDVlNjk2
15
- ZTg5ZDE0ZmQzNTRkNzE3NGE4ZGZmYWMzODYxMmRhN2Q3MmUwZTA=
13
+ YTE4NzBjNTU2YjQwMzAxOWE4ZDBlMmFkNDAyN2JlZDFjYzAzZDE4MmQ0NzAy
14
+ NGY4YTA5MDkwZjFjYzJlNDE0MGY1Zjk1Nzc4OTU4ZGFkMjVjYjM0Y2FlZWM2
15
+ ZTA2NzE2NWMxZWU3ODc4NjNhMjY5MThlMzgzZTMzOGFmMGM1MWE=
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.3'
9
+ s.version = '2.2.4'
10
10
  s.authors = ["Puppetlabs"]
11
11
  s.email = ["sqa@puppetlabs.com"]
12
12
  s.homepage = "https://github.com/puppetlabs/beaker-rspec"
@@ -32,8 +32,8 @@ Gem::Specification.new do |s|
32
32
  s.add_development_dependency 'thin'
33
33
 
34
34
  # Run time dependencies
35
- s.add_runtime_dependency 'beaker', '~> 1.10.0'
35
+ s.add_runtime_dependency 'beaker', '~> 1.10'
36
36
  s.add_runtime_dependency 'rspec', '~> 2.14'
37
- s.add_runtime_dependency 'serverspec', '~> 1.0.0'
38
- s.add_runtime_dependency 'specinfra', '~> 1.0.0'
37
+ s.add_runtime_dependency 'serverspec', '~> 1.0'
38
+ s.add_runtime_dependency 'specinfra', '~> 1.0'
39
39
  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.3
4
+ version: 2.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppetlabs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-23 00:00:00.000000000 Z
11
+ date: 2014-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - ~>
116
116
  - !ruby/object:Gem::Version
117
- version: 1.10.0
117
+ version: '1.10'
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - ~>
123
123
  - !ruby/object:Gem::Version
124
- version: 1.10.0
124
+ version: '1.10'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: rspec
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -142,28 +142,28 @@ dependencies:
142
142
  requirements:
143
143
  - - ~>
144
144
  - !ruby/object:Gem::Version
145
- version: 1.0.0
145
+ version: '1.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: 1.0.0
152
+ version: '1.0'
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: specinfra
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - ~>
158
158
  - !ruby/object:Gem::Version
159
- version: 1.0.0
159
+ version: '1.0'
160
160
  type: :runtime
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - ~>
165
165
  - !ruby/object:Gem::Version
166
- version: 1.0.0
166
+ version: '1.0'
167
167
  description: RSpec bindings for beaker, see https://github.com/puppetlabs/beaker
168
168
  email:
169
169
  - sqa@puppetlabs.com