quke 0.2.7 → 0.2.8
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 +4 -4
- data/.gitignore +3 -0
- data/.travis.yml +2 -5
- data/CHANGELOG.md +18 -1
- data/README.md +5 -5
- data/lib/quke/version.rb +1 -1
- data/quke.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ce6e3b1ba8e4ad298fe85c9b8c857ecda9f35ab
|
|
4
|
+
data.tar.gz: 26f007f5de6c8696d3e12f8021e977887d6ff523
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71014eeafeec42cda3731e9421c398c21e377b889da74458bb91980e543ab85cd306c2bf5a62792c3bd9c023711c6121cbce84687912ed802a8e358539d84e7a
|
|
7
|
+
data.tar.gz: 044fb0a77767d7429e8a3a2868d99356c217ac090713d44c0039425223082558e790318e700ece6b50da84565e58d479b0677d495daf842ce8de79b819093fc9
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
|
@@ -31,10 +31,7 @@ before_script: >-
|
|
|
31
31
|
addons:
|
|
32
32
|
code_climate:
|
|
33
33
|
repo_token:
|
|
34
|
-
secure: "
|
|
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:
|
|
47
|
+
repo: DEFRA/quke
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
+
[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
|
-
[](https://travis-ci.org/DEFRA/quke)
|
|
4
|
+
[](https://codeclimate.com/github/DEFRA/quke)
|
|
5
|
+
[](https://codeclimate.com/github/DEFRA/quke/coverage)
|
|
6
|
+
[](https://hakiri.io/github/DEFRA/quke/master)
|
|
7
|
+
[](https://dependencyci.com/github/DEFRA/quke)
|
|
8
8
|
[](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.
|
data/lib/quke/version.rb
CHANGED
data/quke.gemspec
CHANGED
|
@@ -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/
|
|
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.
|
|
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:
|
|
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/
|
|
260
|
+
homepage: https://github.com/DEFRA/quke
|
|
261
261
|
licenses:
|
|
262
262
|
- Nonstandard
|
|
263
263
|
metadata:
|