rspec_runner 0.2.2 → 0.2.3

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: c4227d2023f75f3a91bdae89cebaf00a7b7c9167
4
- data.tar.gz: a8420e460e923c281cb2d25e55a32b553e8ce143
3
+ metadata.gz: b9f223a31a9d33a0dfce68140e0db6cf9dd91c68
4
+ data.tar.gz: 3c197e21d30b779dae0222914c4ed10ab7de0d51
5
5
  SHA512:
6
- metadata.gz: 21ffcd34a0c4fd49dd4a12789431b9395e0ff9782ffa46c326d0fbfd686d14cb14f86e937d8659f55dcfbc129cb8bc4a953a9305cd7574a743992f96852e2919
7
- data.tar.gz: 7f07ff94a4ff38eef5a3f9080b25fee95939fe9718a3a142826b546943bd028cf7b47fcea41b9a13430ac4ed92060b9104149d6d8153189cb57aa63ef17a0028
6
+ metadata.gz: a525736660dcbf8f3aa0c5f13f90f60e4285a7e1157eed6a4a83a13e21dafb843c5290fba7498738676c6bd146dea6b1e89c70839bff895b82af9e7132257515
7
+ data.tar.gz: 37855c8a5288bf61528ab9db7de265a924ce2744b7a15978d9c4c41c7ae1389d41f99cd20ed7778a1eeb4a1048e7ab92352f734cf90e10646b2877732aea7e04
data/README.md CHANGED
@@ -23,7 +23,7 @@ It connects to `monitor` through DRb and executes tests.
23
23
  Add this line to your application's Gemfile:
24
24
 
25
25
  ```ruby
26
- gem 'rspec_runner'
26
+ gem 'rspec_runner', require: false
27
27
  ```
28
28
 
29
29
  And then execute:
@@ -109,6 +109,7 @@ module RspecRunner
109
109
  configuration.filter_manager = RSpec::Core::FilterManager.new if configuration.respond_to?(:filter_manager=)
110
110
  configuration.files_to_run = []
111
111
  configuration.files_or_directories_to_run = []
112
+ configuration.seed = rand(0xFFFF) if configuration.seed_used?
112
113
 
113
114
  return unless configuration.respond_to?(:loaded_spec_files)
114
115
  set = configuration.loaded_spec_files
@@ -1,3 +1,3 @@
1
1
  module RspecRunner
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - exAspArk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-08 00:00:00.000000000 Z
11
+ date: 2016-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec