beaker-rspec 3.0.0 → 4.0.0

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 +10 -11
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MTQ4MGY1OWQyMDdkNGY0ZjljYWJlZjY5MDA2YTc0NzgwYzU0ZDNlZA==
4
+ M2FjZjdiOGRkODFmMTRjZTkzNmFhZGRmZWYzYzY4Y2RiYmI0ZDIyNQ==
5
5
  data.tar.gz: !binary |-
6
- NmI4YzhjNDdlZjAzZWU2M2ZlOWIwNGFlNGFiMTQ5NmMxNGNiYTYwNg==
6
+ Y2MyOTg3NmNkYTAzODg1ZmFhYjgwMGYzNGIwYjM0Yzg1MDlkMTEyNw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NzIyNDIyMzJiOTU2ZDU3MmRiYmQ3ODljNTU2YWZkMmMyNmI5NjEyYmViNTdj
10
- ZWI1ZDVkZWVmN2YwOGQ0MTI3Y2EwMTRhYjViYzI4NGNkOGI4ZjZlNzJiM2Rk
11
- OGM3NzhmODlhNjZkODQ1NzUwN2ZlNzY4ZGQ2MzVkZTM4NGI3Mjk=
9
+ NzE4ZGM0YTRmNWIyYzM3ZmNmYzc2M2Y1YzQ5MmM2NzNiZmRjMzAzMTY2OWVh
10
+ ODcxOThkZjRjMjM3MDhhOGNhYmM4ZGRhZmU2Y2YzYTMxMWNlMzgwZGIzYWFj
11
+ NDJmODYxZTJlMDg3ZmZiNjc4YTE0ZjM5Yjc1YzQ1NGFjMTk0ZGU=
12
12
  data.tar.gz: !binary |-
13
- ZWM2MDc3M2MzNDY5OTg1ZDc1NTg5ZDJiMTIwM2M3Zjg4MTQxMTYyZDQ3OGU4
14
- ZmZhYmY5YzZhYzgxZGE3ZDBlNzIxZGY3Yjg5MWNlYTMwYTIyMTM2MGM5NWQ0
15
- NzVlZGI3NDNhNGY1ZGI2ZWJkM2M2NWZlOWYxNDgzNDYyZmE2NjY=
13
+ YTNmZjZlYjM2YjUzYmIyYzQxNWExMzMzMzk4NjlmZjYwYzc4N2I4ZGYxYzU0
14
+ M2UzNGJiN2JhZjAyYzdhZTRhNGZjMGExNzJiZTNiMmVmZWUzYzM0YjY5ZDI3
15
+ MjJmYTZhOTM0ZDdjZjI1MDU1YjlkMDdlNjI5NTRlOWRiZDcxODc=
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 = '3.0.0'
9
+ s.version = '4.0.0'
10
10
  s.authors = ["Puppetlabs"]
11
11
  s.email = ["sqa@puppetlabs.com"]
12
12
  s.homepage = "https://github.com/puppetlabs/beaker-rspec"
@@ -21,8 +21,8 @@ Gem::Specification.new do |s|
21
21
  s.require_paths = ["lib"]
22
22
 
23
23
  # Testing dependencies
24
- s.add_development_dependency 'minitest', '~> 4.0'
25
- s.add_development_dependency 'fakefs', '0.4'
24
+ s.add_development_dependency 'minitest', '~> 5.4'
25
+ s.add_development_dependency 'fakefs', '~> 0.6'
26
26
  s.add_development_dependency 'rake'
27
27
  s.add_development_dependency 'simplecov' unless less_than_one_nine
28
28
 
@@ -32,7 +32,7 @@ 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'
35
+ s.add_runtime_dependency 'beaker', '~> 2.0'
36
36
  s.add_runtime_dependency 'rspec'
37
37
  s.add_runtime_dependency 'serverspec', '~> 1.0'
38
38
  s.add_runtime_dependency 'specinfra', '~> 1.0'
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: 3.0.0
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppetlabs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-19 00:00:00.000000000 Z
11
+ date: 2014-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: '4.0'
19
+ version: '5.4'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: '4.0'
26
+ version: '5.4'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: fakefs
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '='
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: '0.4'
33
+ version: '0.6'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '='
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
- version: '0.4'
40
+ version: '0.6'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - ~>
116
116
  - !ruby/object:Gem::Version
117
- version: '1.10'
117
+ version: '2.0'
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'
124
+ version: '2.0'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: rspec
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -210,4 +210,3 @@ summary: RSpec bindings for beaker
210
210
  test_files:
211
211
  - spec/acceptance/example_spec.rb
212
212
  - spec/spec_helper.rb
213
- has_rdoc: