last_green_go_pipeline 1.0.5 → 1.0.6
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/README.md +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6388b4c12f572f10f2ea6738487df1bf28a0f15
|
4
|
+
data.tar.gz: 12e4facf16f3f9c917829cfda01a6140b76bf424
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67d96b289b42f19a86d7a1681be085257cb7fdf0cd66f48c52d038925384b1356949379afc865fefa0f26b0b41b66300295efcc6831baacd3f00eb4446d458ab
|
7
|
+
data.tar.gz: dff8e8c217a62fa93e49bada7f3a686b01b21eefda5d8697b59aafbea909244b2532fb68e595eaa7dcfe94f3923be9a26ea316cf73f419b970ff91cc7ab27d1b
|
data/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
last_green_go_pipeline
|
2
2
|
======================
|
3
3
|
|
4
|
+
Current [Snap-CI](https://snap-ci.com) build status: [](https://snap-ci.com/rearadmiral/last_green_go_pipeline/branch/master)
|
5
|
+
|
4
6
|
friendly wrapper around the go-api-client that looks up the last green build of a Go.CD pipeline
|
5
7
|
|
6
8
|
For usage, see [this example code](https://github.com/rearadmiral/go_watchdog/blob/master/lib/go_watchdog_helper.rb).
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: last_green_go_pipeline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bill DePhillips
|
@@ -46,9 +46,9 @@ executables: []
|
|
46
46
|
extensions: []
|
47
47
|
extra_rdoc_files: []
|
48
48
|
files:
|
49
|
+
- lib/go_cd/last_green_build_fetcher.rb
|
49
50
|
- LICENSE
|
50
51
|
- README.md
|
51
|
-
- lib/go_cd/last_green_build_fetcher.rb
|
52
52
|
homepage: https://github.com/rearadmiral/last_green_go_pipeline
|
53
53
|
licenses:
|
54
54
|
- MIT
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
version: '0'
|
70
70
|
requirements: []
|
71
71
|
rubyforge_project: last_green_go_pipeline
|
72
|
-
rubygems_version: 2.
|
72
|
+
rubygems_version: 2.0.14
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: last green Go.CD pipeline fetcher
|