fbe 0.0.72 → 0.0.73

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
  SHA256:
3
- metadata.gz: 216d19bdbf474ebf0cb02725477188f24a5aac2b732559ac5bb36c37ef07b4b9
4
- data.tar.gz: 911cf77d4e8e3306d873551f4f8de1b9380a958e39e1270dd519f6fda8cf6aa0
3
+ metadata.gz: a429f58e75303ad69ff2717b90fd11e65d33cf17a146430685a76e85ee2bff73
4
+ data.tar.gz: 440be0c613bfcce9989a223babebda217a4dfdf6193edbf5effcd8bf8f420900
5
5
  SHA512:
6
- metadata.gz: ede59e66b26615fc26aeaff6d6562ccdab2f9e7dae9baf6ca946472f53165e1eebc908d8032def3eb5d37961489f15c82e9db23300051cfcd11b139dbaaae5e0
7
- data.tar.gz: 7a20c419d8fc1b95466aca54e01cd64495f9b06a3a8615f824971121ce5a70ef3daecfa252bc1c19cc126c7422c95635d26df2d0066cca44c78e6d54cf648651
6
+ metadata.gz: f4b2a3724d75117fd6235c691f180aa9e1c05aaa583b90b711b12aa3255048a714ee4a4745034ff0dd70dc0b698f53067e097c832f200e9634b091ad53694753
7
+ data.tar.gz: 4cd020ce614248bdd7072f059e52d20daefde71db91bf540549067d08637d0139f742d8aec3ac4a5479350d46a271e6e65c595b03b2eeea996c31a03cf0e08d9
@@ -28,7 +28,7 @@ name: actionlint
28
28
  - master
29
29
  jobs:
30
30
  actionlint:
31
- runs-on: ubuntu-22.04
31
+ runs-on: ubuntu-24.04
32
32
  steps:
33
33
  - uses: actions/checkout@v4
34
34
  - name: Download actionlint
@@ -25,7 +25,7 @@ name: codecov
25
25
  - master
26
26
  jobs:
27
27
  codecov:
28
- runs-on: ubuntu-22.04
28
+ runs-on: ubuntu-24.04
29
29
  steps:
30
30
  - uses: actions/checkout@v4
31
31
  - uses: ruby/setup-ruby@v1
@@ -24,7 +24,7 @@ name: copyrights
24
24
  pull_request:
25
25
  jobs:
26
26
  copyrights:
27
- runs-on: ubuntu-22.04
27
+ runs-on: ubuntu-24.04
28
28
  steps:
29
29
  - uses: actions/checkout@v4
30
30
  - uses: yegor256/copyrights-action@0.0.5
@@ -32,7 +32,7 @@ concurrency:
32
32
  cancel-in-progress: true
33
33
  jobs:
34
34
  markdown-lint:
35
- runs-on: ubuntu-22.04
35
+ runs-on: ubuntu-24.04
36
36
  steps:
37
37
  - uses: actions/checkout@v4
38
38
  - uses: articulate/actions-markdownlint@v1
@@ -28,7 +28,7 @@ name: pdd
28
28
  - master
29
29
  jobs:
30
30
  pdd:
31
- runs-on: ubuntu-22.04
31
+ runs-on: ubuntu-24.04
32
32
  steps:
33
33
  - uses: actions/checkout@v4
34
34
  - uses: volodya-lombrozo/pdd-action@master
@@ -24,7 +24,7 @@ name: xcop
24
24
  pull_request:
25
25
  jobs:
26
26
  xcop:
27
- runs-on: ubuntu-22.04
27
+ runs-on: ubuntu-24.04
28
28
  steps:
29
29
  - uses: actions/checkout@v4
30
30
  - uses: g4s8/xcop-action@master
@@ -28,7 +28,7 @@ name: yamllint
28
28
  - master
29
29
  jobs:
30
30
  yamllint:
31
- runs-on: ubuntu-22.04
31
+ runs-on: ubuntu-24.04
32
32
  steps:
33
33
  - uses: actions/checkout@v4
34
34
  - uses: ibiqlik/action-yamllint@v3
data/lib/fbe/octo.rb CHANGED
@@ -1336,4 +1336,51 @@ class Fbe::FakeOctokit
1336
1336
  truncated: false
1337
1337
  }
1338
1338
  end
1339
+
1340
+ def contributors(_repo, _anon = nil, _options = {})
1341
+ [
1342
+ {
1343
+ login: 'yegor256',
1344
+ id: 526_301,
1345
+ type: 'User',
1346
+ contributions: 500
1347
+ },
1348
+ {
1349
+ login: 'renovate[bot]',
1350
+ id: 29_139_614,
1351
+ type: 'Bot',
1352
+ contributions: 320
1353
+ },
1354
+ {
1355
+ login: 'user1',
1356
+ id: 2_476_362,
1357
+ type: 'User',
1358
+ contributions: 120
1359
+ },
1360
+ {
1361
+ login: 'rultor',
1362
+ id: 8_086_956,
1363
+ type: 'Bot',
1364
+ contributions: 87
1365
+ },
1366
+ {
1367
+ login: 'user2',
1368
+ id: 5_427_638,
1369
+ type: 'User',
1370
+ contributions: 49
1371
+ },
1372
+ {
1373
+ login: 'user3',
1374
+ id: 2_648_875,
1375
+ type: 'User',
1376
+ contributions: 10
1377
+ },
1378
+ {
1379
+ login: 'user4',
1380
+ id: 7_125_293,
1381
+ type: 'User',
1382
+ contributions: 1
1383
+ }
1384
+ ]
1385
+ end
1339
1386
  end
data/lib/fbe.rb CHANGED
@@ -27,5 +27,5 @@
27
27
  # License:: MIT
28
28
  module Fbe
29
29
  # Current version of the gem (changed by .rultor.yml on every release)
30
- VERSION = '0.0.72'
30
+ VERSION = '0.0.73'
31
31
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fbe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.72
4
+ version: 0.0.73
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yegor Bugayenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-26 00:00:00.000000000 Z
11
+ date: 2024-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: backtrace