quke 0.2.7 → 0.2.8

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: bf47841852a9adeb51e32e6cd9b1a072eb41ba51
4
- data.tar.gz: 96a014d8e1637dada1a2502dee5e989a35df19b6
3
+ metadata.gz: 1ce6e3b1ba8e4ad298fe85c9b8c857ecda9f35ab
4
+ data.tar.gz: 26f007f5de6c8696d3e12f8021e977887d6ff523
5
5
  SHA512:
6
- metadata.gz: fbaa3c15400503eb11144537df0b5e42bce9d832590f96221e3f60fa2f232e27a633aa2ba571ed827a41c59d21a8a1ee373574d2e8139086274687e9d8e792b2
7
- data.tar.gz: f54b7569ef1cc12c187798fcf2dd7af25e53833eb5bd7e606e22cc777fbaf37507f8bbb30236d2dcfd544d76981ad8f8ff9dec7b38e5d9c0b7e5b6a47b6655f8
6
+ metadata.gz: 71014eeafeec42cda3731e9421c398c21e377b889da74458bb91980e543ab85cd306c2bf5a62792c3bd9c023711c6121cbce84687912ed802a8e358539d84e7a
7
+ data.tar.gz: 044fb0a77767d7429e8a3a2868d99356c217ac090713d44c0039425223082558e790318e700ece6b50da84565e58d479b0677d495daf842ce8de79b819093fc9
data/.gitignore CHANGED
@@ -9,6 +9,9 @@ vendor/overcommit_bundle
9
9
  # Ignore ruby_mine folder
10
10
  /.idea
11
11
 
12
+ # Ignore vscode folder
13
+ /.vscode
14
+
12
15
  # Symbol tags (e.g. generated by Atom Editor)
13
16
  /tags
14
17
 
@@ -31,10 +31,7 @@ before_script: >-
31
31
  addons:
32
32
  code_climate:
33
33
  repo_token:
34
- secure: "Fa+J+1mLtiQpg9BSwiuZ7Oi9azCMkRaydRkgZe5zN1qt0aMEOhq3bLeNvnmcB8X1024jKWHozweMxE4BZ3lbL2o+QGksg9Sc56j88cTbNr35gdtbFvR/EFbNO0Y8ncmDuovw0lLJa0IwZKQ7E5WexyWhdsQ5ksKPUKr2e5kr/uJKm6B74nffL+W7wP
35
- GkTEzfFOYgTJcLzCtSeMuiZy5jnbPca9iiLM5fq0sDZ6RoUfrv8BXLtOAF5hSwKYzhtthNlDVFYGylDB3zmWnhTtqJkUR4+jjQep/SXvOktgYJPXXxK5XV2QnqRUWlpTuOVvnJQKgZAMXlZ9gdQJMWNtL81llBsp65D8ymD8+JyqDunX+WN2aZYbOkN4geKag2ZAB
36
- gd5GSvj5ZnEXR+YdxkmPHdeFVmeV3AhlwsX4dtXUV2g6icRmBE1cE/Q+VvS1w4t8xoeiLX12oJSpVGoSAC9Mx1fMtkcjrRmposwS4LMqtIJkEMnbDAo3eCrT2rToFBb/sVgLkuxVuO/nLmfeGoYFVRL3Rhe7rEg5euVYSDFLB/S9FrhTgrmTpGoFNzAKmF/V3+wBf
37
- MlNYWWRLGKnQuy8+UUMFjOXP5kWF+pkdK6fB8yz/Jn9wI5OY4bd03V1gcmOxNhaNFIxh6k2x0m4Da3rgIu4bQSXeMtJSKz/OvN8eRZs="
34
+ secure: "TULHMA2Zmp0ntRGBVbLAJqSa9XWSm6gOunAEESbEUZYXt9eTuwvCHLOk1kz/EPq+3s60JokYOpGPB5iTGY4HxS/3gAmNR1Eo1smHqXDXqHjDb0X1l+w4mPUtdTRxTzzYJCaGkDptyCRv7p55LstfnZWlseQjlO1Er1TvQzzOb0XpsM+bO1ZiFNYZQcK8lAp2IrEcZNi0AEr96djc8vFymhV8ZocK39FythTwUBsw4eHitdFRTJwHZUUToatzN4R2Tl8rRNvj+xL3SmTqF1QZQovBGluuiewR0sddzU0vfQEB9tg7v+sMOoIK5ANYJ8SmabmsMa5zjnKEpxK0tgyD/vN9VWNH8qTY8yrGVg1wkQUmabV+1XSXNeHHuvHtlGp76OOqvNVCzlqspn0XsiS0TmcFhQlnNnhfQqFXXaMkt3ToPWDZfiXdmm5EMP5tqkNMhu/OtF1r99k7LbmDA0SMm3OK4TqTDLYDiDYJpwGYyWbWh9eCBgSyOzTW0sKvu0cxjznFd7NVx845lcfWLcDYGAyLEXm1WE1uULRjJgzabi4MkTz0DPBRxFP0STfXf96+NGxkSnKI5akQgyO4I+ITLS07pU6G16lcc8LNhqXFWdMVvPXSqzzLNqcV9U6zIyWaaf1whBO7/RPks3hKWw9GMwun49pR6GJ2wLeMnbnVsAQ="
38
35
 
39
36
  deploy:
40
37
  provider: rubygems
@@ -47,4 +44,4 @@ kB5wbWRtEYUdIOb70c="
47
44
  gem: quke
48
45
  on:
49
46
  tags: true
50
- repo: EnvironmentAgency/quke
47
+ repo: DEFRA/quke
@@ -2,12 +2,29 @@
2
2
 
3
3
  ## [Unreleased](https://github.com/EnvironmentAgency/quke/tree/HEAD)
4
4
 
5
- [Full Changelog](https://github.com/EnvironmentAgency/quke/compare/v0.2.5...HEAD)
5
+ [Full Changelog](https://github.com/EnvironmentAgency/quke/compare/v0.2.7...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Add support 4 setting 'no proxy' arg. in drivers [\#49](https://github.com/EnvironmentAgency/quke/pull/49) ([Cruikshanks](https://github.com/Cruikshanks))
10
+
11
+ ## [v0.2.7](https://github.com/EnvironmentAgency/quke/tree/v0.2.7) (2016-12-13)
12
+ [Full Changelog](https://github.com/EnvironmentAgency/quke/compare/v0.2.6...v0.2.7)
13
+
14
+ ## [v0.2.6](https://github.com/EnvironmentAgency/quke/tree/v0.2.6) (2016-11-29)
15
+ [Full Changelog](https://github.com/EnvironmentAgency/quke/compare/v0.2.5...v0.2.6)
6
16
 
7
17
  **Closed issues:**
8
18
 
19
+ - Ability to specify a proxy for each driver [\#46](https://github.com/EnvironmentAgency/quke/issues/46)
9
20
  - focus label left against rspec tests stops all tests running [\#43](https://github.com/EnvironmentAgency/quke/issues/43)
10
21
 
22
+ **Merged pull requests:**
23
+
24
+ - Update version for merge of proxy server support [\#48](https://github.com/EnvironmentAgency/quke/pull/48) ([Cruikshanks](https://github.com/Cruikshanks))
25
+ - Add support for proxy servers [\#47](https://github.com/EnvironmentAgency/quke/pull/47) ([Cruikshanks](https://github.com/Cruikshanks))
26
+ - \[ci skip\] Updating CHANGELOG.md [\#45](https://github.com/EnvironmentAgency/quke/pull/45) ([Cruikshanks](https://github.com/Cruikshanks))
27
+
11
28
  ## [v0.2.5](https://github.com/EnvironmentAgency/quke/tree/v0.2.5) (2016-11-28)
12
29
  [Full Changelog](https://github.com/EnvironmentAgency/quke/compare/v0.2.4...v0.2.5)
13
30
 
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  <img src="/quke.png" alt="Git flow" />
2
2
 
3
- [![Build Status](https://travis-ci.org/EnvironmentAgency/quke.svg?branch=master)](https://travis-ci.org/EnvironmentAgency/quke)
4
- [![security](https://hakiri.io/github/EnvironmentAgency/quke/master.svg)](https://hakiri.io/github/EnvironmentAgency/quke/master)
5
- [![Code Climate](https://codeclimate.com/github/EnvironmentAgency/quke/badges/gpa.svg)](https://codeclimate.com/github/EnvironmentAgency/quke)
6
- [![Test Coverage](https://codeclimate.com/github/EnvironmentAgency/quke/badges/coverage.svg)](https://codeclimate.com/github/EnvironmentAgency/quke/coverage)
7
- [![Dependency Status](https://dependencyci.com/github/EnvironmentAgency/quke/badge)](https://dependencyci.com/github/EnvironmentAgency/quke)
3
+ [![Build Status](https://travis-ci.org/DEFRA/quke.svg?branch=master)](https://travis-ci.org/DEFRA/quke)
4
+ [![Code Climate](https://codeclimate.com/github/DEFRA/quke/badges/gpa.svg)](https://codeclimate.com/github/DEFRA/quke)
5
+ [![Test Coverage](https://codeclimate.com/github/DEFRA/quke/badges/coverage.svg)](https://codeclimate.com/github/DEFRA/quke/coverage)
6
+ [![security](https://hakiri.io/github/DEFRA/quke/master.svg)](https://hakiri.io/github/DEFRA/quke/master)
7
+ [![Dependency Status](https://dependencyci.com/github/DEFRA/quke/badge)](https://dependencyci.com/github/DEFRA/quke)
8
8
  [![Gem Version](https://badge.fury.io/rb/quke.svg)](https://badge.fury.io/rb/quke)
9
9
 
10
10
  Quke is a gem that helps you to build a suite of [Cucumber](https://cucumber.io/) acceptance tests.
@@ -1,3 +1,3 @@
1
1
  module Quke #:nodoc:
2
- VERSION = '0.2.7'.freeze
2
+ VERSION = '0.2.8'.freeze
3
3
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  # rubocop:disable Metrics/LineLength
19
19
  spec.description = 'Quke tries to simplify the process of writing and running acceptance tests by setting up Cucumber for you. It handles the config to allow you to run your tests in Firefox and Chrome, or the headless browser PhantomJS. It also has out of the box setup for using Browserstack automate. This leaves you to focus on just your features and steps.'
20
20
  # rubocop:enable Metrics/LineLength
21
- spec.homepage = 'https://github.com/environmentagency/quke'
21
+ spec.homepage = 'https://github.com/DEFRA/quke'
22
22
  spec.license = 'Nonstandard'
23
23
 
24
24
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quke
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alan Cruikshanks
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-13 00:00:00.000000000 Z
11
+ date: 2017-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -257,7 +257,7 @@ files:
257
257
  - lib/quke/version.rb
258
258
  - quke.gemspec
259
259
  - quke.png
260
- homepage: https://github.com/environmentagency/quke
260
+ homepage: https://github.com/DEFRA/quke
261
261
  licenses:
262
262
  - Nonstandard
263
263
  metadata: