beaker-task_helper 1.0.0 → 1.0.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa91ede8dd687212d93b9fb36b85f95de284b90b
4
- data.tar.gz: 42c218b3f412996a69f7ea23699c009ccf294adc
3
+ metadata.gz: ef435a23400c79c3f83e6a8b80c07ecb6bf7cfc2
4
+ data.tar.gz: 8522c85a07a568ee2a588a6be1b6a4bc3e46f265
5
5
  SHA512:
6
- metadata.gz: 0bc0bd156d3caa92127de68d082e118162177a77e838a799ef6626015a4fe53c3a06d897bcb047d0c0082cef7ad4683166fb57ebb05eefe487fd5334cab4933c
7
- data.tar.gz: 1e14c4b76aedd81e2a796d064c8cc797559924f8648a17d105b2cd3e936bc5245701b762d20ab2e3bf752382dd46fa9d772e4f93daf7c987e93876668d7387da
6
+ metadata.gz: 5ac493e3f3bbcb21d1a0551f85e3a6a79ca9b03bb102c642d4ce5ce877d86104ffaf78f6ff425abd7ae01c38e808667f533e6bcd0e6db4d885cb21afdfc96633
7
+ data.tar.gz: cc95dba9146fcf288e3821b666fb095cf0d87834cd6cf1fd309c6e7c71a45c2e8c92172602ac5fda8f736bcaa124fa6cadea5987a2b2fffda61ece511763f451
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ### 1.0.1
4
+
5
+ * Fix license and point to the correct github URL.
6
+
3
7
  ### 1.0.0
4
8
 
5
9
  * Initial release, helper methods to run bolt or pe tasks.
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["info@puppet.com"]
11
11
 
12
12
  spec.summary = %q{Ruby gem to help testing tasks with Beaker}
13
- spec.homepage = "https://github.com/puppetlabs/beaker-i18n_helper"
14
- spec.license = "Apache 2.0"
13
+ spec.homepage = "https://github.com/puppetlabs/beaker-task_helper"
14
+ spec.license = "Apache-2"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
17
17
  f.match(%r{^(test|spec|features)/})
@@ -1,5 +1,5 @@
1
1
  module Beaker
2
2
  module TaskHelper
3
- VERSION = '1.0.0'.freeze
3
+ VERSION = '1.0.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-task_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - puppet
@@ -115,9 +115,9 @@ files:
115
115
  - beaker-task_helper.gemspec
116
116
  - lib/beaker/task_helper.rb
117
117
  - lib/beaker/task_helper/version.rb
118
- homepage: https://github.com/puppetlabs/beaker-i18n_helper
118
+ homepage: https://github.com/puppetlabs/beaker-task_helper
119
119
  licenses:
120
- - Apache 2.0
120
+ - Apache-2
121
121
  metadata: {}
122
122
  post_install_message:
123
123
  rdoc_options: []