gunter_reporter 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: a36d40d636dd9ad57f789c507f9ad8aafe63a607155d991fac7ac2068d311696
4
- data.tar.gz: 0a84f5aae397cd871d584c3f4c38650d15be6fdfd73b19dc3024efb773672e32
3
+ metadata.gz: 3d1adde506cbc1186ea6ae365d43ddb501dd266e20ba92486a8b8a57ae54db9d
4
+ data.tar.gz: 5f1caf6c31cb6c64a945c714f42414a9b214336286ab81653680c42fe9c8868d
5
5
  SHA512:
6
- metadata.gz: 4b29f17c068268de54fbf25c309ff874b18df66558044513120fa5b2adbc84019beb5f2fca6f6db33fc35f23bce2b8f04bd55e21d490f07aba94004da44a4991
7
- data.tar.gz: 3bb577fb4bae4eeb243f933f08dbe9f8cbce1a45aec519cae6284356deb2f27da947ec7389fbfc1b9d50fa75f1102be185d93e296c2b33ec2ad77a11463da290
6
+ metadata.gz: e35247882bc22b537ad52fbdf5713163841138c1c2f79d889333240290f8bcb777c7f755b922e3aafe005dd58b855859f57c80e3a75a129be68c9c660790a3a6
7
+ data.tar.gz: fd6fe46f54a5b530c38c98ff3de172a47593441ed218dadf1b8ddbf5560adfbdaecc74801a9f490e1e0d621697bde25a36493ef752cd28120ae25ea05b47cc3a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gunter_reporter (0.1.1)
4
+ gunter_reporter (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -40,7 +40,8 @@ class GunterReporter
40
40
  end
41
41
 
42
42
  def submit_result(form_data)
43
- url = URI('https://gunter-oasis-stage.alamoapp.octanner.io/api/v1/testsuites')
43
+ url = ENV.fetch('GUNTER_API_URL',
44
+ URI('https://gunter-oasis-stage.alamoapp.octanner.io/api/v1/testsuites'))
44
45
 
45
46
  http = Net::HTTP.new(url.host, url.port)
46
47
  http.use_ssl = (url.scheme == 'https')
@@ -1,3 +1,3 @@
1
1
  class GunterReporter
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gunter_reporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Calaway
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-31 00:00:00.000000000 Z
11
+ date: 2018-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler