itamae-plugin-recipe-gitlab_runner 0.2.0 → 0.2.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
  SHA256:
3
- metadata.gz: 2558c243644df1df3b2e4a256d8b2c455a7b6a6eff8427cc48e1ed1790cb0e5d
4
- data.tar.gz: 716db6ae49512c34a3b277e19c735d54fed7a3691f51b8eb8bbd17d7cb3ca412
3
+ metadata.gz: 7c73a5aa7f76b068deaff5b5eb10ebf20b27c198ff49f8429678b815f6f72d76
4
+ data.tar.gz: '05139b9544085bc6fcbe4ba16c219e727de03eafe6a9daf92260994eaba89033'
5
5
  SHA512:
6
- metadata.gz: e8301b9dc87e61d8a9ca6c575c3ac887e073e4515151b51c51cf4757f0895281c6de302b16c8526e76f66f66d7fc0a4de5bab4019050c972b73089fac8b11a83
7
- data.tar.gz: 32653284d531fd5b511e8219469489e0aea5887962a80404cad9c9eecf920f314ebd2231c85ccbf742179c902982b076ac1b5d718f61d407abd881c7a42bf34e
6
+ metadata.gz: 1f3dbadb7d3a5a6b93ce91ee8b99138eb6f0d572eef3b9024b29a0b8a62a6c17b749de46e2226050a9aae5814cb922fb3e81a9bd1c26da643696f4781c2a599b
7
+ data.tar.gz: b52f45ae73ffd223575fa955fc41fa4fb4f9549ba0d7403847a8a3421a9bff57ecd6c7a8d0a9218a0551b56ead72b6ce41b03dfeb9d360e4befffbe282e5e340
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## master
2
- [full changelog](https://github.com/sue445/itamae-plugin-recipe-gitlab_runner/compare/v0.2.0...master)
2
+ [full changelog](https://github.com/sue445/itamae-plugin-recipe-gitlab_runner/compare/v0.2.1...master)
3
+
4
+ ## 0.2.1
5
+ [full changelog](https://github.com/sue445/itamae-plugin-recipe-gitlab_runner/compare/v0.2.0...v0.2.1)
6
+
7
+ * Fix changelog link
8
+ * https://github.com/sue445/itamae-plugin-recipe-gitlab_runner/pull/6
3
9
 
4
10
  ## 0.2.0
5
11
  [full changelog](https://github.com/sue445/itamae-plugin-recipe-gitlab_runner/compare/v0.1.0...v0.2.0)
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
  if spec.respond_to?(:metadata)
20
20
  spec.metadata["homepage_uri"] = spec.homepage
21
21
  spec.metadata["source_code_uri"] = spec.homepage
22
- spec.metadata["changelog_uri"] = "https://github.com/sue445/itamae-plugin-recipe-gitlab_runner/CHANGELOG.md"
22
+ spec.metadata["changelog_uri"] = "https://github.com/sue445/itamae-plugin-recipe-gitlab_runner/blob/master/CHANGELOG.md"
23
23
  else
24
24
  raise "RubyGems 2.0 or newer is required to protect against " \
25
25
  "public gem pushes."
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module GitlabRunner
5
- VERSION = "0.2.0"
5
+ VERSION = "0.2.1"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-gitlab_runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
@@ -109,7 +109,7 @@ licenses:
109
109
  metadata:
110
110
  homepage_uri: https://github.com/sue445/itamae-plugin-recipe-gitlab_runner
111
111
  source_code_uri: https://github.com/sue445/itamae-plugin-recipe-gitlab_runner
112
- changelog_uri: https://github.com/sue445/itamae-plugin-recipe-gitlab_runner/CHANGELOG.md
112
+ changelog_uri: https://github.com/sue445/itamae-plugin-recipe-gitlab_runner/blob/master/CHANGELOG.md
113
113
  post_install_message:
114
114
  rdoc_options: []
115
115
  require_paths: