codeclimate-services 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b7923de983d6291d4987ddd6cc5a71ac9d4ec16a
4
- data.tar.gz: 27bb9fd9854f07175f4c21f92c5c52bb2790bff4
3
+ metadata.gz: c0953fb6f745aaa9fa56caa30fc3fd484d2f5172
4
+ data.tar.gz: 276e80b44c4c5116a756f0ea8e538f60ce5bfbb9
5
5
  SHA512:
6
- metadata.gz: d7505ce4be0dc0a9f5d9f58bc929bca0c8c98b510140f073948360c7a2d7b3d877a89ec1f2c10febe888c1c0043880bbf1aad3f09b51c9728ac84ba31458b873
7
- data.tar.gz: 063ec608d5727f2f0d4a58993653005523e56e529d19cdb3d5911cc121b2f8125e0365fd7eb5c78c71143d93f92b44d9e4e2c85263b767dcce3b4856529e7cbf
6
+ metadata.gz: f6777327c22c94a3193ff2b9d36f63fd71045d6e8d06904cb82d6c065c967e6c73a68bc1d4a162fdabdf43c8057d09acfb269452bdfe83946fe0ed61921211e3
7
+ data.tar.gz: 9dba79031e807e6b6a156a4ccc3ff7c176a1ef8e6c4655f1efb0e5d3b0881a820e7e5e1ffa208e8a11de4bed6f4c61498d69302ffd1503e6346a4c9f0d26af7a
@@ -50,11 +50,11 @@ class CC::Service::StashPullRequests < CC::Service
50
50
  private
51
51
 
52
52
  def test_url
53
- "http://#{config.domain}/rest/api/1.0/users"
53
+ "https://#{config.domain}/rest/api/1.0/users"
54
54
  end
55
55
 
56
56
  def url
57
- "http://#{config.domain}/rest/build-status/1.0/commits/#{commit_sha}"
57
+ "https://#{config.domain}/rest/build-status/1.0/commits/#{commit_sha}"
58
58
  end
59
59
 
60
60
  def commit_sha
@@ -1,5 +1,5 @@
1
1
  module CC
2
2
  module Services
3
- VERSION = "0.5.2"
3
+ VERSION = "0.5.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeclimate-services
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Helmkamp