beaker 3.24.0 → 3.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- N2FiNDY2YjhkNzI2MThmMjJiNWE4NTQyZDBiYjkyZTU3ZGMxYzViYQ==
4
+ MmI3ZWU2MjI4MjA5ZDRlZjc3ZTk0OGVmNzIxMDBhYTVmZjIxYTAxZg==
5
5
  data.tar.gz: !binary |-
6
- MGRiYzJiNDU4NDg3ZTdmYTkzZDk2YjA4NmU2MDE1MzM4ZGIyZGU2Yg==
6
+ MTEwMDdlYzdhNmZlODRmNGIyNmFkNjAzODdjZmUwOTRiYzY4OTExMA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NGU5ZDg5NGIxMzUxYTNjYzc1ZWY4OGNhYzEwMTExYTllOGEzY2I1MjE2ZTQ3
10
- MzViOTUyNmI5MmVmYzMyMjE5MTljOWI5YTAwZDdlYzZkNzMwMGQ4NDNiYjc3
11
- MjFmZjVmN2U4YTNkN2NlYjUyNGUyOTY3ODIwMjU3MjUwMDE0MDI=
9
+ MzMxZDY1M2FiMjY0MDczNTdhMjYyMWUyYjBmOTgxOTllMmQxYWMxNmIxYjgx
10
+ NjU0Zjc4ZjFmNmJiMzdiYjhmOGNjOGI0MmMxNzNiZGU2MDllM2I3ZGMzNTc2
11
+ Mjg0MmQ0OGJjM2EwZDc3Nzk3NDc5MGFkMzQ3YzdmYmNmZjMwZjY=
12
12
  data.tar.gz: !binary |-
13
- NWQ0YzQ3NjViMWIxNDYwMjUxZDZiNTZkOTY0MTE1NTE5NjE3Y2UyYTJhYjY3
14
- MTY1ODYwZjZmOGZiYTJmNDFiZmFmNDM5NTBmNDc2NDlkZmNmZTM1OTc1NmRm
15
- NDlkOTI4ZTQzZDkyNGY3YWMwMzZkNGU2OGE3Nzc3YjllZjQ5NzQ=
13
+ M2VkYTA4MmZlMzgyOTBhMjQ1NjIwOTExYWE2Mjc1N2E0Y2M2NmFlZTMxNGNm
14
+ MDY0ODc2OTYzOGVmMGRkOGRmOGRmMjkxYzZhYjc2YTJjNzE4ZGQ2MTQ1Y2M3
15
+ YzFhMzkxZWNjZmYzYjI1MDZlMjc4YjY1NjNkN2NiM2QwNjhiYjM=
@@ -73,7 +73,6 @@ To prepare for a new gem release of Beaker (after the version has been bumped) t
73
73
  ````
74
74
  ## Submitting Changes
75
75
 
76
- * Sign the [Contributor License Agreement](http://links.puppetlabs.com/cla).
77
76
  * Push your changes to a topic branch in your fork of the repository.
78
77
  * Submit a pull request to [Beaker](https://github.com/puppetlabs/beaker)
79
78
  * Update your ticket
@@ -86,7 +85,6 @@ To prepare for a new gem release of Beaker (after the version has been bumped) t
86
85
  * [Puppet community guidelines](https://docs.puppet.com/community/community_guidelines.html)
87
86
  * [Bug tracker (Jira)](http://tickets.puppetlabs.com)
88
87
  * [BKR Jira Project](https://tickets.puppetlabs.com/issues/?jql=project%20%3D%20BKR)
89
- * [Contributor License Agreement](http://links.puppetlabs.com/cla)
90
88
  * [General GitHub documentation](http://help.github.com/)
91
89
  * [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
92
90
  * Questions? Comments? Contact the Beaker team at the #puppet-dev IRC channel on freenode.org
@@ -83,6 +83,6 @@ end
83
83
  ## Run it!
84
84
  You can now run this with
85
85
 
86
- beaker --host redhat7-64ma.yaml --pre-suite install.rb --test mytest.rb
86
+ beaker --host redhat7-64ma.yaml --pre-suite install.rb --tests mytest.rb
87
87
 
88
88
  Next up you may want to look at the [Beaker test for a module](../how_to/write_a_beaker_test_for_a_module.md) page.
@@ -1,5 +1,5 @@
1
1
  module Beaker
2
2
  module Version
3
- STRING = '3.24.0'
3
+ STRING = '3.25.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.24.0
4
+ version: 3.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-07 00:00:00.000000000 Z
11
+ date: 2017-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec