fleiss 0.5.0 → 0.5.1

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: 595c3a8342470029088f398a77d8ca94cbaf78ff78a26bdda6ba31e204dc776f
4
- data.tar.gz: '084f59a371721136d41294463fdd5cb41f0bdf99f958ca30cbf991863c1d35c1'
3
+ metadata.gz: 242a1ac6bbf715ff7850982b3206ab78191520915c7ec7780d4a84bf1390c9bd
4
+ data.tar.gz: f6ce5dbf58062f847a3213a3a96d5a0909c9ef7f73f93d0bc71012bff5451629
5
5
  SHA512:
6
- metadata.gz: 336dcf65cd04c2e3dd005aef1e5c59d11dc6c25ab01b7cfe2b627f101c992d43e554f4a97a21a7d8886e1c0c7e19e400008d746c0d1fec302fa942dcdcd04171
7
- data.tar.gz: 500004b1f9825d10dce9ae1b1178e27f71898e45ab7df6376b19f542afd24444dd8913286f9b46d4a71d2eecf1ba6c843f9a286216f9a8221b9a00891f2da5c9
6
+ metadata.gz: 512cf207ecac8195420583f622df97ca7d282498941da500b8e56e1de90e8f2e08522497453e28904630fd67b8820b075bc7c1af28d0936daff0a102dae9f070
7
+ data.tar.gz: 462ec0e4cd5976744c8a8793be2190fb0c1289eb0ab0480ee92359ad8c246c3542c3b9f36810708601060f438088374d0bb45763655259d1e62943a9daf89eeb
@@ -11,7 +11,7 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  strategy:
13
13
  matrix:
14
- ruby-version: ["2.7", "3.0", "3.1"]
14
+ ruby-version: ["2.7", "3.0", "3.1", "3.2"]
15
15
  steps:
16
16
  - uses: actions/checkout@v3
17
17
  - uses: ruby/setup-ruby@v1
data/Gemfile CHANGED
@@ -1,2 +1,9 @@
1
1
  source 'https://rubygems.org'
2
2
  gemspec
3
+
4
+ gem 'mysql2'
5
+ gem 'pg'
6
+ gem 'rake'
7
+ gem 'rspec'
8
+ gem 'rubocop-bsm'
9
+ gem 'sqlite3'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fleiss (0.5.0)
4
+ fleiss (0.5.1)
5
5
  activejob (>= 6.0)
6
6
  activerecord (>= 6.0)
7
7
  concurrent-ruby
@@ -9,79 +9,84 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activejob (7.0.3.1)
13
- activesupport (= 7.0.3.1)
12
+ activejob (7.0.4.2)
13
+ activesupport (= 7.0.4.2)
14
14
  globalid (>= 0.3.6)
15
- activemodel (7.0.3.1)
16
- activesupport (= 7.0.3.1)
17
- activerecord (7.0.3.1)
18
- activemodel (= 7.0.3.1)
19
- activesupport (= 7.0.3.1)
20
- activesupport (7.0.3.1)
15
+ activemodel (7.0.4.2)
16
+ activesupport (= 7.0.4.2)
17
+ activerecord (7.0.4.2)
18
+ activemodel (= 7.0.4.2)
19
+ activesupport (= 7.0.4.2)
20
+ activesupport (7.0.4.2)
21
21
  concurrent-ruby (~> 1.0, >= 1.0.2)
22
22
  i18n (>= 1.6, < 2)
23
23
  minitest (>= 5.1)
24
24
  tzinfo (~> 2.0)
25
25
  ast (2.4.2)
26
- concurrent-ruby (1.1.10)
26
+ concurrent-ruby (1.2.0)
27
27
  diff-lcs (1.5.0)
28
- globalid (1.0.0)
28
+ globalid (1.1.0)
29
29
  activesupport (>= 5.0)
30
- i18n (1.11.0)
30
+ i18n (1.12.0)
31
31
  concurrent-ruby (~> 1.0)
32
- json (2.6.2)
33
- minitest (5.16.2)
34
- mysql2 (0.5.4)
32
+ json (2.6.3)
33
+ mini_portile2 (2.8.1)
34
+ minitest (5.17.0)
35
+ mysql2 (0.5.5)
35
36
  parallel (1.22.1)
36
- parser (3.1.2.0)
37
+ parser (3.2.0.0)
37
38
  ast (~> 2.4.1)
38
- pg (1.4.1)
39
+ pg (1.4.5)
39
40
  rainbow (3.1.1)
40
41
  rake (13.0.6)
41
- regexp_parser (2.5.0)
42
+ regexp_parser (2.6.2)
42
43
  rexml (3.2.5)
43
- rspec (3.11.0)
44
- rspec-core (~> 3.11.0)
45
- rspec-expectations (~> 3.11.0)
46
- rspec-mocks (~> 3.11.0)
47
- rspec-core (3.11.0)
48
- rspec-support (~> 3.11.0)
49
- rspec-expectations (3.11.0)
44
+ rspec (3.12.0)
45
+ rspec-core (~> 3.12.0)
46
+ rspec-expectations (~> 3.12.0)
47
+ rspec-mocks (~> 3.12.0)
48
+ rspec-core (3.12.1)
49
+ rspec-support (~> 3.12.0)
50
+ rspec-expectations (3.12.2)
50
51
  diff-lcs (>= 1.2.0, < 2.0)
51
- rspec-support (~> 3.11.0)
52
- rspec-mocks (3.11.1)
52
+ rspec-support (~> 3.12.0)
53
+ rspec-mocks (3.12.3)
53
54
  diff-lcs (>= 1.2.0, < 2.0)
54
- rspec-support (~> 3.11.0)
55
- rspec-support (3.11.0)
56
- rubocop (1.31.2)
55
+ rspec-support (~> 3.12.0)
56
+ rspec-support (3.12.0)
57
+ rubocop (1.44.1)
57
58
  json (~> 2.3)
58
59
  parallel (~> 1.10)
59
- parser (>= 3.1.0.0)
60
+ parser (>= 3.2.0.0)
60
61
  rainbow (>= 2.2.2, < 4.0)
61
62
  regexp_parser (>= 1.8, < 3.0)
62
63
  rexml (>= 3.2.5, < 4.0)
63
- rubocop-ast (>= 1.18.0, < 2.0)
64
+ rubocop-ast (>= 1.24.1, < 2.0)
64
65
  ruby-progressbar (~> 1.7)
65
- unicode-display_width (>= 1.4.0, < 3.0)
66
- rubocop-ast (1.19.1)
66
+ unicode-display_width (>= 2.4.0, < 3.0)
67
+ rubocop-ast (1.24.1)
67
68
  parser (>= 3.1.1.0)
68
- rubocop-bsm (0.6.0)
69
+ rubocop-bsm (0.6.1)
69
70
  rubocop (~> 1.0)
70
71
  rubocop-performance
71
72
  rubocop-rake
72
73
  rubocop-rspec
73
- rubocop-performance (1.14.2)
74
+ rubocop-capybara (2.17.0)
75
+ rubocop (~> 1.41)
76
+ rubocop-performance (1.16.0)
74
77
  rubocop (>= 1.7.0, < 2.0)
75
78
  rubocop-ast (>= 0.4.0)
76
79
  rubocop-rake (0.6.0)
77
80
  rubocop (~> 1.0)
78
- rubocop-rspec (2.12.1)
79
- rubocop (~> 1.31)
81
+ rubocop-rspec (2.18.1)
82
+ rubocop (~> 1.33)
83
+ rubocop-capybara (~> 2.17)
80
84
  ruby-progressbar (1.11.0)
81
- sqlite3 (1.4.4)
82
- tzinfo (2.0.4)
85
+ sqlite3 (1.6.0)
86
+ mini_portile2 (~> 2.8.0)
87
+ tzinfo (2.0.6)
83
88
  concurrent-ruby (~> 1.0)
84
- unicode-display_width (2.2.0)
89
+ unicode-display_width (2.4.2)
85
90
 
86
91
  PLATFORMS
87
92
  ruby
data/fleiss.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'fleiss'
3
- s.version = '0.5.0'
3
+ s.version = '0.5.1'
4
4
  s.authors = ['Black Square Media Ltd']
5
5
  s.email = ['info@blacksquaremedia.com']
6
6
  s.summary = %(Minimialist background jobs backed by ActiveJob and ActiveRecord.)
@@ -18,11 +18,5 @@ Gem::Specification.new do |s|
18
18
  s.add_dependency 'concurrent-ruby'
19
19
 
20
20
  s.add_development_dependency 'bundler'
21
- s.add_development_dependency 'mysql2'
22
- s.add_development_dependency 'pg'
23
- s.add_development_dependency 'rake'
24
- s.add_development_dependency 'rspec'
25
- s.add_development_dependency 'rubocop-bsm'
26
- s.add_development_dependency 'sqlite3'
27
21
  s.metadata['rubygems_mfa_required'] = 'true'
28
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fleiss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Black Square Media Ltd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-13 00:00:00.000000000 Z
11
+ date: 2023-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activejob
@@ -66,90 +66,6 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- - !ruby/object:Gem::Dependency
70
- name: mysql2
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - ">="
74
- - !ruby/object:Gem::Version
75
- version: '0'
76
- type: :development
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: '0'
83
- - !ruby/object:Gem::Dependency
84
- name: pg
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: '0'
90
- type: :development
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - ">="
95
- - !ruby/object:Gem::Version
96
- version: '0'
97
- - !ruby/object:Gem::Dependency
98
- name: rake
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - ">="
102
- - !ruby/object:Gem::Version
103
- version: '0'
104
- type: :development
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - ">="
109
- - !ruby/object:Gem::Version
110
- version: '0'
111
- - !ruby/object:Gem::Dependency
112
- name: rspec
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - ">="
116
- - !ruby/object:Gem::Version
117
- version: '0'
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - ">="
123
- - !ruby/object:Gem::Version
124
- version: '0'
125
- - !ruby/object:Gem::Dependency
126
- name: rubocop-bsm
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - ">="
130
- - !ruby/object:Gem::Version
131
- version: '0'
132
- type: :development
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - ">="
137
- - !ruby/object:Gem::Version
138
- version: '0'
139
- - !ruby/object:Gem::Dependency
140
- name: sqlite3
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - ">="
144
- - !ruby/object:Gem::Version
145
- version: '0'
146
- type: :development
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - ">="
151
- - !ruby/object:Gem::Version
152
- version: '0'
153
69
  description: Run background jobs with your favourite stack.
154
70
  email:
155
71
  - info@blacksquaremedia.com
@@ -198,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
114
  - !ruby/object:Gem::Version
199
115
  version: '0'
200
116
  requirements: []
201
- rubygems_version: 3.3.7
117
+ rubygems_version: 3.4.6
202
118
  signing_key:
203
119
  specification_version: 4
204
120
  summary: Minimialist background jobs backed by ActiveJob and ActiveRecord.