beaker-rspec 5.5.0 → 5.6.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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzNlNGE4ZmRlMjk4OTg1NDU1ODk2NTk2NTdiZjI3ZWFjNTVhNzViMA==
4
+ MWY2YTAxYTk2MTVhYjljMmEyZTFmZmIwMjM2NDA3NmNkMGVhOWI5YQ==
5
5
  data.tar.gz: !binary |-
6
- YmQzYTExZjZlNDZmZWM4Mjc5MWMwMWY5YmM0NmZkZGViZWQ3YTU2MQ==
6
+ ZmFkYjY1YmI2MWQwMTBkMWI1YjFlN2JiYmY5NzNkNzc1N2YwMjg1MQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- N2Y0ZGMxMTJhZTU2NmZmMmU0ODBlY2U2YTQ3YmRkY2Q2ZjNiZTIzM2U0MGVi
10
- YjBlYjc3ODI0ZTY4MWYyZDdmOTY1MWFmZWFhNmJkZTU1ODRmOTEyM2Q0ZTYx
11
- YWVhMjhmYTc1NjJkMTRiOWJkMzhhYjFkZDYxMDM1YTM4NmJjYjM=
9
+ MjdjMWFhNGU4ZjU5NTZmMGZjYjdiNzMyZGM2NTYyMGMxNGM2ZDM4MmMxOTE1
10
+ MWJmYTVjZTczYjUwNGE2ZWNjZDAzOTU3ZTE3ZjA0MTZiYzNiYzVhYTRhZWI2
11
+ YjU5MTc2NzIxYzMxZDA1MzFiYzA1OTMxM2IxNGYwOGM0MTQzZDk=
12
12
  data.tar.gz: !binary |-
13
- MGEzNWY1MDk1MDQ4NzZmZWY2NzNhZTIyZWYyODYwMTVmNjA3NjE5ZmE0MjQ4
14
- M2I4ODY3Mzc3OTk5YjQ3MjQzZTE5OWVkNmZiZGY5YmEwYTQxOTY3YmJiMGJj
15
- ZTdhZTk3OGJlODNlOWU0NTBlMWIwYzM5ZDhkMmJhYzk2NGRhY2U=
13
+ M2M2YjM4NDAxMWVhOGUzZmExNjgxN2Q5MGFmNzNjMmY1ZjAyMTg5YzE5ZGRm
14
+ ZWJiNDVhNjk3YWYyNDJmYmEzMTQ0MzQ1Njc1ZDcwMzhlODZkNDVhZTUzNGU0
15
+ NTcxMTQwYjc4YjY2NjY3OTM2ZmE3NWMxNDVmNzA0OTk1OTUwZmY=
data/HISTORY.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # default - History
2
2
  ## Tags
3
- * [LATEST - 23 Jun, 2016 (2d2f126e)](#LATEST)
3
+ * [LATEST - 24 Jun, 2016 (b11dfe76)](#LATEST)
4
+ * [5.5.0 - 23 Jun, 2016 (a289ce27)](#5.5.0)
4
5
  * [5.4.0 - 9 Jun, 2016 (f030a8b5)](#5.4.0)
5
6
  * [5.3.0 - 13 Oct, 2015 (2efeb932)](#5.3.0)
6
7
  * [5.2.2 - 3 Sep, 2015 (69980e14)](#5.2.2)
@@ -25,7 +26,23 @@
25
26
  * [beaker-rspec1.0.0 - 3 Dec, 2013 (65e89ec9)](#beaker-rspec1.0.0)
26
27
 
27
28
  ## Details
28
- ### <a name = "LATEST">LATEST - 23 Jun, 2016 (2d2f126e)
29
+ ### <a name = "LATEST">LATEST - 24 Jun, 2016 (b11dfe76)
30
+
31
+ * (GEM) update beaker-rspec version to 5.6.0 (b11dfe76)
32
+
33
+ * Merge pull request #83 from puppetlabs/revert-82-maint_specinfra_gem_issue (b7404799)
34
+
35
+
36
+ ```
37
+ Merge pull request #83 from puppetlabs/revert-82-maint_specinfra_gem_issue
38
+
39
+ Revert "(MAINT) pinning specinfra to pass testing"
40
+ ```
41
+ * Revert "(MAINT) pinning specinfra to pass testing" (5ecdc52c)
42
+
43
+ ### <a name = "5.5.0">5.5.0 - 23 Jun, 2016 (a289ce27)
44
+
45
+ * (HISTORY) update beaker-rspec history for gem release 5.5.0 (a289ce27)
29
46
 
30
47
  * (GEM) update beaker-rspec version to 5.5.0 (2d2f126e)
31
48
 
@@ -37,5 +37,5 @@ Gem::Specification.new do |s|
37
37
  s.add_runtime_dependency 'beaker', '~> 2.0'
38
38
  s.add_runtime_dependency 'rspec'
39
39
  s.add_runtime_dependency 'serverspec', '~> 2'
40
- s.add_runtime_dependency 'specinfra', '= 2.59.0'
40
+ s.add_runtime_dependency 'specinfra', '~> 2'
41
41
  end
@@ -1,5 +1,5 @@
1
1
  module BeakerRSpec
2
2
  module Version
3
- STRING = '5.5.0'
3
+ STRING = '5.6.0'
4
4
  end
5
5
  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: 5.5.0
4
+ version: 5.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppetlabs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-23 00:00:00.000000000 Z
11
+ date: 2016-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -154,16 +154,16 @@ dependencies:
154
154
  name: specinfra
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - '='
157
+ - - ~>
158
158
  - !ruby/object:Gem::Version
159
- version: 2.59.0
159
+ version: '2'
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: 2.59.0
166
+ version: '2'
167
167
  description: RSpec bindings for beaker, see https://github.com/puppetlabs/beaker
168
168
  email:
169
169
  - sqa@puppetlabs.com