itamae-plugin-recipe-gitlab_runner 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c73a5aa7f76b068deaff5b5eb10ebf20b27c198ff49f8429678b815f6f72d76
|
4
|
+
data.tar.gz: '05139b9544085bc6fcbe4ba16c219e727de03eafe6a9daf92260994eaba89033'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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."
|
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.
|
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:
|