rrrspec-client 0.4.3 → 0.4.4

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: 0e56a821f500236e0b3045d395905afd91337cbd
4
- data.tar.gz: 491eaccfa8a43c4564cce40fff21adcd6af147a4
3
+ metadata.gz: 3b570b70a41f3ba12c36161a45487a1551fc87c5
4
+ data.tar.gz: b9c3cb2849cfe34509d4acfe9a2175c90fa197ee
5
5
  SHA512:
6
- metadata.gz: f834f798a0b91e4505f542db7ac549ae68f4d56d739b030e3d85330937af3d62de3fe42a3a891c6ac7ebe16249df62dc0aa99918ef2c06381929def1324183bd
7
- data.tar.gz: 81c45ae93e18aa2639db4eb5d9ecc2128267d45168a9d5325ff5ec2f059eb6187280f285b7a4e8edd1f72fcc2dd19dc9bf42eb3485b6ea3bbbee894b652d1049
6
+ metadata.gz: 5fc0c6beb8b8d123be6ad1528213414ab886b9ae9c0f814b8e39d7bdf81b55660ea17bd812bcffcbc95a51b4bdbfcbc719cb4296fa411204a9323dab215d3a0d
7
+ data.tar.gz: c6c05dd147f334ec09e6f34cf832ae7dbe9723990f407799f502f93467818901b98da1e44e1c8040f2cba510a9780ca58f493954ffd68b55bd4bdfc59153a674
@@ -39,7 +39,7 @@ module RRRSpec
39
39
  @options.configure(@configuration)
40
40
  @configuration.output_stream = $stdout
41
41
  @configuration.error_stream = $stderr
42
- @configuration.default_formatter = BaseTextFormatter
42
+ @configuration.add_formatter(BaseTextFormatter)
43
43
  @configuration.files_to_run = [filepath]
44
44
  @configuration.load_spec_files
45
45
  @world.announce_filters
@@ -1,5 +1,5 @@
1
1
  module RRRSpec
2
2
  module Client
3
- VERSION = "0.4.3"
3
+ VERSION = "0.4.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rrrspec-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masaya Suzuki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-28 00:00:00.000000000 Z
11
+ date: 2016-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler