vx-service_connector 0.4.13 → 0.4.14

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: 55998353485bbb34c647c6282a7eca40de1e4ef9
4
- data.tar.gz: 0f1d502875a94ada6aa4ec119df9cdec082e7cbf
3
+ metadata.gz: 39ce4fed1c69e9a58f920e3b62978fd1d48730f4
4
+ data.tar.gz: 86b36dbeccb1fcaa6a7b2b9cf0df15ae01a7cf58
5
5
  SHA512:
6
- metadata.gz: 4423bf0f743b012bdfa52e72be9d89f4ef874549c4abcb850d33d5c6a554a65414b29fb32a230640d30487343a7258cfed05d705dad06a5ac7d732181aee2c39
7
- data.tar.gz: 8017337b8d418b0c6166fa44f5a1277f764138eb63a43aadc0b299f133206ddf6ae579a3981b293590ad1bffa74c46c8e9a2b80fb1e17435afabfe4d6750ebd1
6
+ metadata.gz: 8efcf3089f6eeab44fcc93dd03d6535c6a888bc1caee88127129970afd590e613ec0a9484b201684205768b407f65e742801433d939197b71ff8c3005ef62a46
7
+ data.tar.gz: cab085c63dc5932cac11d9a8843c25a00330d32d1cb54375e5e6d250d01f0b0bfe1de9eb0efe158d14e539cd0b1651cc335c17ebdfbfdfc46cf1056a0e2af2b4
@@ -11,7 +11,8 @@ module Vx
11
11
  build_sha,
12
12
  status,
13
13
  description: description,
14
- target_url: build_url
14
+ target_url: build_url,
15
+ context: "ci/vexor"
15
16
  )
16
17
  rescue Octokit::UnprocessableEntity, Octokit::Unauthorized
17
18
  end
@@ -1,5 +1,5 @@
1
1
  module Vx
2
2
  module ServiceConnector
3
- VERSION = "0.4.13"
3
+ VERSION = "0.4.14"
4
4
  end
5
5
  end
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "state": "success",
3
3
  "target_url": "https://example.com/build/status",
4
- "description": "The build succeeded!"
4
+ "description": "The build succeeded!",
5
+ "context": "ci/vexor"
5
6
  }
@@ -16,7 +16,7 @@ module GithubWebMocks
16
16
 
17
17
  def mock_create_notice(state)
18
18
  mock_post "https://api.github.com/repos/full/name/statuses/sha",
19
- "{\"description\":\"description\",\"target_url\":\"url\",\"state\":\"#{state}\"}",
19
+ "{\"description\":\"description\",\"target_url\":\"url\",\"context\":\"ci\/vexor\",\"state\":\"#{state}\"}",
20
20
  "create_status"
21
21
  end
22
22
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vx-service_connector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.13
4
+ version: 0.4.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Galinsky
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-23 00:00:00.000000000 Z
11
+ date: 2016-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit
@@ -260,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
260
260
  version: '0'
261
261
  requirements: []
262
262
  rubyforge_project:
263
- rubygems_version: 2.4.5
263
+ rubygems_version: 2.4.5.1
264
264
  signing_key:
265
265
  specification_version: 4
266
266
  summary: vx-service_connector