flatware 2.0.0.rc1 → 2.0.0

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
  SHA256:
3
- metadata.gz: 944469a1460443f84117dcdacbe79ec133c7605e83cc2b2882faaf573661a458
4
- data.tar.gz: cc120e2ad04cf8baabf001921f16a03c67f15dd81884a6df83d097c06af420ae
3
+ metadata.gz: 5222385660f5b6600029905e67b2826d7c77c1618e97d9c431c8aaabe8b66f8e
4
+ data.tar.gz: 230f481ef3a14939a3a90122a6410b191b0e389da8fe7155f564ffe2e7c5fd0e
5
5
  SHA512:
6
- metadata.gz: 80d9ae698fd2f8c9c01c78e09d65fa36a1989b6bbdbee62cac5b74c5d69003734025cec6862f89415ca1e79ced1fbce97a17d37b31238f617b5d4fc5e160e74f
7
- data.tar.gz: 35a22fe1de1df1a761ef16114729d10e51ddd797c3a7590293d49465f9ab9e86a77e22572d89abb4b603e56093da0d2ec8b1dccccd4c7cbc666339aa693d987d
6
+ metadata.gz: dbaa1435a2ea802f4464e25032a12acbd87ef874af2aa9d9c1dbaac175674e2039d71e04e81cb39a4c66222b2150d3a9546d38787a3cc97eebb38b845359adca
7
+ data.tar.gz: '028b0922caf0ef307e517ea3d723efa7fd3be25d0309f4ab77da7c710c6e8775f4e11279ca661d80e2c1a4726901fd600138fab988b676e68202a92474172b56'
data/README.md CHANGED
@@ -1,7 +1,5 @@
1
- # Flatware [![Build Status][travis-badge]][travis] [![Code Climate][code-climate-badge]][code-climate]
1
+ # Flatware [![Code Climate][code-climate-badge]][code-climate]
2
2
 
3
- [travis-badge]: https://travis-ci.org/briandunn/flatware.svg?branch=master
4
- [travis]: http://travis-ci.org/briandunn/flatware
5
3
  [code-climate-badge]: https://codeclimate.com/github/briandunn/flatware.png
6
4
  [code-climate]: https://codeclimate.com/github/briandunn/flatware
7
5
 
@@ -116,7 +114,7 @@ Flatware.configure do |conf|
116
114
  end
117
115
 
118
116
  conf.after_fork do |test_env_number|
119
- config = ActiveRecord::Base.connection_config
117
+ config = ActiveRecord::Base.connection_db_config.configuration_hash
120
118
 
121
119
  ActiveRecord::Base.establish_connection(
122
120
  config.merge(
@@ -4,10 +4,11 @@ module Flatware
4
4
  # sends messages to all formatters
5
5
  class Broadcaster
6
6
  FORMATTER_MESSAGES = %i[
7
+ finished
7
8
  jobs
8
- started
9
+ message
9
10
  progress
10
- finished
11
+ started
11
12
  summarize
12
13
  summarize_remaining
13
14
  ].freeze
@@ -11,7 +11,7 @@ module Flatware
11
11
  @sink = DRbObject.new_with_uri sink_endpoint
12
12
  end
13
13
 
14
- %w[ready finished started progress checkpoint].each do |message|
14
+ %w[ready finished started progress message checkpoint].each do |message|
15
15
  define_method message do |content|
16
16
  push [message.to_sym, content]
17
17
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Flatware
4
- VERSION = '2.0.0.rc1'
4
+ VERSION = '2.0.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flatware
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Dunn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-02 00:00:00.000000000 Z
11
+ date: 2022-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  version: '2.6'
63
63
  - - "<"
64
64
  - !ruby/object:Gem::Version
65
- version: '3.1'
65
+ version: '3.2'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
- - - ">"
68
+ - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: 1.3.1
70
+ version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.3
72
+ rubygems_version: 3.3.7
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: A distributed rspec and cucumber runner