concourse-github-status 0.4.2 → 0.4.3

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
  SHA1:
3
- metadata.gz: ef4594ecf08ea6ef9c9318268072156e2c1bd79d
4
- data.tar.gz: e2a6a1380658c2068274d86e4844b0bf53889025
3
+ metadata.gz: 0fd467dfe35864561d649066d9998b5475b06066
4
+ data.tar.gz: bee772c453fd181d889a8614d0196173994c86c5
5
5
  SHA512:
6
- metadata.gz: 03b93e07785664de9b4d09a767a1a229e39cb981d571892eb16578e422aa1d7a2985726cd9ebb91fbd8551faa644af9616802dcbc3f1d9e867a7b18766a51d37
7
- data.tar.gz: 107e38a1ad904f85f59d51bb30e673e90d1e02d3597cab49bc189f48015782c40cbf747f9134a63ccecc9d1fd32fd53c256af7814683de8601720a1236056de1
6
+ metadata.gz: d47a21c60c6e1941764314e9d4f578f04f621bd46524efcc8660f0bed747107f755d6571ee7858d7003d93daa6138a9c9ab997657ed7207131f54fa0044a29b3
7
+ data.tar.gz: 458a4c077cf9eacc6ac50eff3199be5de2c6ea9bf5ad0082407e2a46ae65b67812afb87b9605ceb5a7157ac9d0a1bdae7d843e90e94ae96699d438e217279e34
@@ -10,8 +10,8 @@ module GitHubStatus
10
10
  include Support::Params
11
11
  include Support::GitHub
12
12
 
13
- Contract HashOf[String, String] => String
14
- def sha(version)
13
+ Contract None => String
14
+ def sha
15
15
  @sha ||= version.fetch('context@sha') { commit }.split('@').last
16
16
  end
17
17
 
@@ -1,3 +1,3 @@
1
1
  module GitHubStatus
2
- VERSION = '0.4.2'.freeze
2
+ VERSION = '0.4.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concourse-github-status
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Olstrom