cucumber-pro 0.0.1 → 0.0.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
  SHA1:
3
- metadata.gz: 360d700355a6242a32b3bc1158413bb28631b78f
4
- data.tar.gz: 62714230f4f2b5705019573dc6e1e6c0a73efd01
3
+ metadata.gz: 7ee55b4be0adcf54b3d932966fd38e9d90792584
4
+ data.tar.gz: 2119b85e2b613e454dac33f9e9e581df13e487d9
5
5
  SHA512:
6
- metadata.gz: e774893274297e0d247c25ef63d2781c9f30be102feb663a96c9591f923ce52f11228944b5957f8bbd82dae382c710d42a6b95be8c114f2ad9fb8170d787f117
7
- data.tar.gz: dcad02c537dba40d9ebce9f6c5b1238896bc7f1a36edf656573abd87511f8d997f3f65d541c2a06dcb7220215f358b76a474e4c204a92eaab0e1418821971a12
6
+ metadata.gz: 57951a1256a93d2e272503aa7f1765eddae8db60ef473274331688c919d9657c18853c22d3de5fd5cd470796194032adf20396e47f0e8beac772c93772664e6b
7
+ data.tar.gz: 7c943932f07f9a00237bdb5ff9027cf0825a35ac774e4c9d7c4f3fca31381b98d11b746b32ac29d0155e4d18097cb33b96eaab709f25ccee09f85c9be1637ab3
@@ -29,7 +29,7 @@ module Cucumber
29
29
 
30
30
  # Default config
31
31
  configure do |config|
32
- config.url = 'ws://metarepo.cucumber.pro/ws'
32
+ config.url = 'wss://results.cucumber.pro/ws'
33
33
  config.logger = Logger.new(ENV['cucumber_pro_log_path'] || STDOUT)
34
34
  config.token = ENV['CUCUMBER_PRO_TOKEN']
35
35
  end
@@ -73,7 +73,7 @@ module Cucumber
73
73
  @session.send({
74
74
  path: path,
75
75
  location: line.to_i,
76
- mime_type: 'application/vnd.cucumber.test-case-result+json',
76
+ mime_type: 'application/vnd.cucumber-pro.test-case-result+json',
77
77
  body: { status: status }
78
78
  })
79
79
  end
@@ -2,7 +2,7 @@ module Cucumber
2
2
  module Pro
3
3
  class Version
4
4
  def self.to_s
5
- "0.0.1"
5
+ "0.0.2"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-pro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wynne
@@ -197,7 +197,7 @@ rubyforge_project:
197
197
  rubygems_version: 2.0.14
198
198
  signing_key:
199
199
  specification_version: 4
200
- summary: cucumber-pro-0.0.1
200
+ summary: cucumber-pro-0.0.2
201
201
  test_files:
202
202
  - features/publish_results.feature
203
203
  - features/step_definitions/steps.rb