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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 14e4562c96fd08cb2e83fd57523fad3b76d94328
4
- data.tar.gz: 7494cd0bac294b775edf64910aceaa1f9d6132e1
3
+ metadata.gz: f6388b4c12f572f10f2ea6738487df1bf28a0f15
4
+ data.tar.gz: 12e4facf16f3f9c917829cfda01a6140b76bf424
5
5
  SHA512:
6
- metadata.gz: c37745d50c98d1d69e15647f2735110834cdaa35447ef7d8004d4516e8080ae5cf7eef8d84b8b857f6f25df5708c47c852d7849369b85d50384ea89ef3133791
7
- data.tar.gz: f9b46eb19b625745f470834372549e0fedd63d4e46885003109f5c3b52f9cdd74596102211fe65ae2968d1ec255dc8fab11c804f41a5263f394bbc6171bf3bbc
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: [![Build Status](https://snap-ci.com/rearadmiral/last_green_go_pipeline/branch/master/build_image)](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.5
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.3.0
72
+ rubygems_version: 2.0.14
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: last green Go.CD pipeline fetcher