rex-random_identifier 0.1.8 → 0.1.10

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: 2783c6dfc13c15cca8b030b7225675b745efae1f186f0e516ccab69db91b93aa
4
- data.tar.gz: 4ad4175e3fac5c46ceed4da1400ce3dbddf2e75684dc7ab6261f3a0b619a6962
3
+ metadata.gz: c57689114f9e8953b0545df3195e9898fdaa46314be84d7c97966c13bf5d85dc
4
+ data.tar.gz: bb36a8f27e10b0034ddf44723f7b195a5e2223c1037020ff46c69a508623fa3d
5
5
  SHA512:
6
- metadata.gz: c5bb96252516e58be41975a7c1a9b230d280ef52cc77229601262e97a17bb96dd0492bd8221082a8aa4b63d527bde4d4710da21606fd05d0e9d6ac87dfdc7f13
7
- data.tar.gz: 3e15cbc6813c0b39bc78dc0b49da8a9a2fa3ab35275b99639912ca872a8dfb561fa25a14e10a482b7e5c29f438f3364201eae8d86c1532186e04de7ff39a3dae
6
+ metadata.gz: 6f7ef69109cdd3d8213e3ffa0ab177e4be254618270c88896d5b79fcfff814f3e2ddfb145babec71384acf6adf4ff89100a828cd39a43a8132377efab4042d8e
7
+ data.tar.gz: 3dd320e108719fb8350837ec146773bde8c2dbf63a64786d5ef1c830fc48f2b47af043843881790d7975af2df5407200d54bd09ee916f495269104e45850661b
checksums.yaml.gz.sig CHANGED
Binary file
@@ -10,24 +10,30 @@ on:
10
10
 
11
11
  jobs:
12
12
  test:
13
- runs-on: ubuntu-18.04
13
+ runs-on: ${{ matrix.os }}
14
14
  timeout-minutes: 40
15
15
 
16
16
  strategy:
17
17
  fail-fast: true
18
18
  matrix:
19
19
  ruby:
20
- - 2.5
21
- - 2.6
22
- - 2.7
23
- - 3.0
20
+ - '2.7'
21
+ - '3.0'
22
+ - '3.1'
23
+ - '3.2'
24
+ os:
25
+ - ubuntu-20.04
26
+ - ubuntu-latest
27
+ exclude:
28
+ - { os: ubuntu-latest, ruby: '2.7' }
29
+ - { os: ubuntu-latest, ruby: '3.0' }
24
30
  test_cmd:
25
31
  - bundle exec rspec
26
32
 
27
33
  env:
28
34
  RAILS_ENV: test
29
35
 
30
- name: Ruby ${{ matrix.ruby }} - ${{ matrix.test_cmd }}
36
+ name: ${{ matrix.os }} - Ruby ${{ matrix.ruby }} - ${{ matrix.test_cmd }}
31
37
  steps:
32
38
  - name: Checkout code
33
39
  uses: actions/checkout@v2
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module RandomIdentifier
3
- VERSION = "0.1.8"
3
+ VERSION = "0.1.10"
4
4
  end
5
5
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rex-random_identifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Metasploit Hackers
@@ -93,7 +93,7 @@ cert_chain:
93
93
  EknWpNgVhohbot1lfVAMmIhdtOVaRVcQQixWPwprDj/ydB8ryDMDosIMcw+fkoXU
94
94
  9GJsSaSRRYQ9UUkVL27b64okU8D48m8=
95
95
  -----END CERTIFICATE-----
96
- date: 2021-09-09 00:00:00.000000000 Z
96
+ date: 2023-01-31 00:00:00.000000000 Z
97
97
  dependencies:
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: rake
@@ -175,8 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
175
175
  - !ruby/object:Gem::Version
176
176
  version: '0'
177
177
  requirements: []
178
- rubyforge_project:
179
- rubygems_version: 2.7.10
178
+ rubygems_version: 3.1.4
180
179
  signing_key:
181
180
  specification_version: 4
182
181
  summary: Random Identifier Generator
metadata.gz.sig CHANGED
Binary file