rspec_flat_error_formatter 0.0.4 → 0.0.5

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: 83bbaea242ea06cfba8a176a54d89f4d60cf7ee6
4
- data.tar.gz: b6412c3ed7e93f51a915634ca19c3031291eab3d
3
+ metadata.gz: 04ca2e443657c3ce246935c7d7c9936b6bfed1e7
4
+ data.tar.gz: 0bba9b002914798d96a2d4d41a66dbd5324a0508
5
5
  SHA512:
6
- metadata.gz: '08054e55593e5f2cbeae838327adf6559c2789b82707a7be56aa69c1380a0797ee10a957cb73e958b28fc66886196dec0596306edf5cf9bb04823f6ff8e631b4'
7
- data.tar.gz: 5ca716ef66f4913402064e7f33f2a459529cde2269c6c405f495a4761ab18505dce0a263bdf42d120c01c4204bd84e35b4592b05b04f7c9da40a5905640c630c
6
+ metadata.gz: c6b07b9b0a75f174fc321311dacd9adadb6ef526348822a4045702a327a63da46de53d18a9c50a9c45168edf5bd4eb18afda9f306ae38462c1fbc1f9d8498e10
7
+ data.tar.gz: b4f95cad51b9fe5d2f718e2aaa85c7ad341f4bd78ce59579d65539fc1d1e9dff882a9a1693ad41f6beb8d1a4e0477a27544035ce3cfd7a19ba7aa7bde696181d
data/README.md CHANGED
@@ -28,7 +28,7 @@ Or install it yourself as:
28
28
 
29
29
  ### Basic
30
30
 
31
- Pass as a value of the `--format` (or `-f`) option to the RSpec
31
+ Pass as a value of the `--format` (or `-f`) option to the RSpec:
32
32
 
33
33
  $ bundle exec rspec --format RSpecFlatErrorFormatter
34
34
 
@@ -47,9 +47,9 @@ After you've configured the formatter to be used by RSpec, you can consume its o
47
47
 
48
48
  ### VS Code tasks
49
49
 
50
- Here's the example of configuring `rspec` and `guard-rspec` using VS Code tasks to consume the output of RspecFlatErrorFormatter.
50
+ Here's an example of configuring `rspec` and `guard-rspec` using VS Code tasks to consume the output of RspecFlatErrorFormatter.
51
51
 
52
- Create a `tasks.json` file with contents:
52
+ Create a `.vscode` dir under your project or workspace dir. Then, create a `tasks.json` file under it with the following contents:
53
53
 
54
54
  ```json
55
55
  {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class RspecFlatErrorFormatterVersion
4
- VERSION = '0.0.4'
4
+ VERSION = '0.0.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_flat_error_formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Zagorodny