rspec_error_summary 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36e53006f1753aaf214b962f5e764c5eea08d575
4
- data.tar.gz: 68f5ddb87096f1aa2d5eb4af2badbe0e87fbcb06
3
+ metadata.gz: 0e87fddbab7df2853bed9f6bf8663d78de2158ee
4
+ data.tar.gz: e478d871df3ac79bf3583f01edfaa4ccbfac4e21
5
5
  SHA512:
6
- metadata.gz: 89ce3e4908daa45f7772cd2354d0120d77d3ecb92fd883f905f318ddfdc4cc26fd9a65192732e47bf53d066f5a4f7dbeeb664df1694c6e19701b6df5cf40eeb6
7
- data.tar.gz: 2b3e23dc07ec5e3de9ff3b0019c57011d45024efbaa46528a680d220e5545d4c4214577de977f4e2ee3c7802113e101ff69c3e702faea3737a8e794650a66612
6
+ metadata.gz: 72d781cb7c5686eb4091d79f218572960176ee49e14b59c0cf1103230a403ad0077ec17029ef12dddd55aa5f82be825bb1348168db9ab33810253745e9c075b2
7
+ data.tar.gz: cbb8502cb6e9ab2d9afa12cd17d5bdf1283edb680c0664a6ea7539ff08026a97c187d6936d45d2c5e9c69157bb9b7fd0043c95b3b770a30157e40e3735343a17
data/README.md CHANGED
@@ -20,7 +20,7 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- $ ruby rspec-counter.rb [options]
23
+ $ rspec_error_summary [options]
24
24
 
25
25
  -p, --path [ARG]
26
26
  Path to the directory of spec files or individual spec file to be tested
@@ -4,7 +4,7 @@ require 'optparse'
4
4
 
5
5
  options = {}
6
6
  OptionParser.new do |opts|
7
- opts.banner = "Usage: ruby rspec-counter.rb [options]"
7
+ opts.banner = "Usage: rspec_error_summary [options]"
8
8
 
9
9
  opts.on("-p [ARG]", "--path [ARG]", "Path to the directory of spec files or individual spec file to be tested") do |p|
10
10
  options[:path] = p
@@ -1,3 +1,3 @@
1
1
  module RspecErrorSummary
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_error_summary
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
  - Jose Santiago