rainforest-cli 1.0.3 → 1.0.4

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: 7723399cb823b7e1c8fd946426a4460c5623acf3
4
- data.tar.gz: e4fbdab03d284ed4fb8b7caf3e2a9b3eaa388791
3
+ metadata.gz: 88505e3ffad882766d2d703e1bccee7e5d172ac5
4
+ data.tar.gz: d1e94e80fa0d25c63acfc77af358725cf64b017a
5
5
  SHA512:
6
- metadata.gz: e125ec46cf083e2d6b291fb8b15862435ad6f8e96dc8d2d55fe3c977e429f6fa20e5612d3c79c973ef6e109d34e4dad037f02832074ebf7e9813284770a18d08
7
- data.tar.gz: c5b1a52540578ff9f56e5309b14cbb2c3b7200a2a5a400de1ef274d78b1d784c4b0d562c699419feb9cc625ea901fc51d072088bab80da9db69c2002616212d1
6
+ metadata.gz: 76924d0b6b70887ed76c33a1fa5ee0a43cd4e7cee64a7a2b8e6b475fd079d6ecb1d973985714c5d0e9e9a68e315fe174e0887d9c934178a397094b81a4294708
7
+ data.tar.gz: 1f3507c3f696038a2b573881c12d098992d625cd2c15d7b05e7344f67abb42f88f35fcfe1cd461291762ad41f761fcefc280d42037f586ec4327ff3435655b9f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Rainforest CLI Changelog
2
2
 
3
+ ## 1.0.4 - 25th August 2015
4
+ - Added environment support (278f4fe9a1ca9f507fe1e4b11935d9c37056786b)
5
+
3
6
  ## 0.0.11 - 30th Sept 2013
4
7
  - First changelog entry.
5
8
  - Fixed travis config (9f74cb37bc451356458d8087ebd2694271eedfc2)
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  A command line interface to interact with RainforestQA.
6
6
 
7
- This is the easiest way to integrate Rainforest with your deploy scripts or CI server. See [our documentation](http://support.rainforestqa.com/hc/en-us/sections/200597986-Continuous-Integration) on the subject.
7
+ This is the easiest way to integrate Rainforest with your deploy scripts or CI server. See [our documentation](http://support.rainforestqa.com/hc/en-us/articles/205876128-Continuous-Integration) on the subject.
8
8
 
9
9
  ## Installation
10
10
 
@@ -61,7 +61,7 @@ The most popular options are:
61
61
  - `--fail-fast` - fail the build as soon as the first failed result comes in. If you don't pass this it will wait until 100% of the run is done. Use with `--fg`.
62
62
  - `--custom-url` - use a custom url for this run. Example use case: an ad-hoc QA environment with [Fourchette](https://github.com/rainforestapp/fourchette). You will need to specify a `site_id` too for this to work. Note that we will be creating a new environment for this particular run.
63
63
  - `--git-trigger` - only trigger a run when the last commit (for a git repo in the current working directory) has contains `@rainforest` and a list of one or more tags. E.g. "Fix checkout process. @rainforest #checkout" would trigger a run for everything tagged `checkout`. This over-rides `--tag` and any tests specified. If no `@rainforest` is detected it will exit 0.
64
- - `--run-description "CI automatic run"` - add an arbitrary description for the run.
64
+ - `--description "CI automatic run"` - add an arbitrary description for the run.
65
65
 
66
66
  More detailed info on options can be [found here](https://github.com/rainforestapp/rainforest-cli/blob/master/lib/rainforest/cli/options.rb#L23-L74).
67
67
 
@@ -1,5 +1,5 @@
1
1
  module Rainforest
2
2
  module Cli
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rainforest-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Mathieu
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-07-02 00:00:00.000000000 Z
12
+ date: 2015-08-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  version: '0'
138
138
  requirements: []
139
139
  rubyforge_project:
140
- rubygems_version: 2.4.6
140
+ rubygems_version: 2.4.5
141
141
  signing_key:
142
142
  specification_version: 4
143
143
  summary: Command line utility for Rainforest QA