jenkins-bundle-update-pr 0.1.0 → 0.1.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 +4 -4
- data/jenkins-bundle-update-pr.gemspec +1 -1
- data/lib/jenkins/bundle/update/pr/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc961346783d0a7b4f32b519d3d436695ca483dc
|
4
|
+
data.tar.gz: 4c516ce2bc0ef6a78d982c4c7de6d08e85740e2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22ee0af6e7ad5c4dd47f73f329af148ba54e7777af2e295af8aa901889c625187d1cabe87227da618023f7fc65e2cc9556eea37a97dad293142a5c9cdc7e00e4
|
7
|
+
data.tar.gz: 5a33f08780af0cb3ba96d345b7f01246833aa0da4a6906cf3143e418a5a8cf334a6651e1efb45ab27f5e5ab863da93fca0a3648e1ca23a527c7a76a031e67613
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
|
13
13
|
spec.summary = 'Create GitHub PullRequest of bundle update in Jenkins'
|
14
14
|
spec.description = 'A script for continues bundle update. Use in Jenkins'
|
15
|
-
spec.homepage = 'https://github.com/naviplus-asp/
|
15
|
+
spec.homepage = 'https://github.com/naviplus-asp/jenkins-bundle-update-pr'
|
16
16
|
spec.license = 'MIT'
|
17
17
|
|
18
18
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jenkins-bundle-update-pr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hidekazu Tanaka
|
@@ -116,7 +116,7 @@ files:
|
|
116
116
|
- jenkins-bundle-update-pr.gemspec
|
117
117
|
- lib/jenkins/bundle/update/pr.rb
|
118
118
|
- lib/jenkins/bundle/update/pr/version.rb
|
119
|
-
homepage: https://github.com/naviplus-asp/
|
119
|
+
homepage: https://github.com/naviplus-asp/jenkins-bundle-update-pr
|
120
120
|
licenses:
|
121
121
|
- MIT
|
122
122
|
metadata: {}
|