mutils 1.2.5 → 1.2.6

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: 7a007e727dcbb5b30495b9a709364b293b4fff354c73907801fd2e7ba211ee83
4
- data.tar.gz: c231f34800a1a19b7d05c0e0dde6930c32a83495b8506fff5cec1fc47b3f1e14
3
+ metadata.gz: ba0d177914b79c45fb3da60966cfaad27381fb071f1d547ed164fdd6b36b4ff0
4
+ data.tar.gz: 2b43060e32d381cf74b3e6e46d8d54c74951aad5ac22a72d56e6be59585e24b5
5
5
  SHA512:
6
- metadata.gz: 9da7d6d7ed39f67709a504192257f14efc9a8c1ceb516164b8a3192a499f0cbb6a378e32c83128a703afaab00da572d6d1f15c1c842154dfc12ef04ab444c94d
7
- data.tar.gz: ec4d6c7aebc288e39314e61a076fa0911ec21daafb6fb8b6bb625c03790764382e02c9b4b586347b8768537a1ee33a2b15d547eec5640a3c3d4bef0f82004479
6
+ metadata.gz: bdf0e0225d311ffb32a28444715fdd67d906e0621eb427bd735fe7f00186334284069cbb5f6adb9bbe11ffa268b82ceb16a34fe23d16fba83c69213e229d21d7
7
+ data.tar.gz: 5ba7fdd5317995172a7437612cb51506eb0d495ba5f82218de8b3b944391051e204dd920bbaabab409e60e9802912274aafdd5144a07c7622bef66b3836de100
@@ -10,7 +10,7 @@ jobs:
10
10
  - name: Use Node.js
11
11
  uses: actions/setup-node@v1
12
12
  with:
13
- node-version: 14.x
13
+ node-version: 18.x
14
14
  - uses: ruby/setup-ruby@v1
15
15
  with:
16
16
  ruby-version: 3.0
@@ -27,4 +27,3 @@ jobs:
27
27
  npm install -g @commitlint/cli @commitlint/config-angular @semantic-release/changelog @semantic-release/exec
28
28
  npm install -g @semantic-release/git @semantic-release/github semantic-release
29
29
  npx semantic-release
30
-
@@ -8,6 +8,8 @@ jobs:
8
8
  strategy:
9
9
  matrix:
10
10
  ruby:
11
+ - "3.2"
12
+ - "3.1"
11
13
  - "3.0"
12
14
  - "2.7"
13
15
  - "2.6"
@@ -2,19 +2,21 @@ name: Pull Requests
2
2
  on:
3
3
  push:
4
4
  branches:
5
- - '*'
6
- - '!master'
5
+ - "*"
6
+ - "!master"
7
7
  jobs:
8
8
  testing:
9
9
  runs-on: ubuntu-20.04
10
10
  strategy:
11
11
  matrix:
12
12
  ruby:
13
+ - "3.2"
14
+ - "3.1"
13
15
  - "3.0"
14
16
  - "2.7"
15
17
  - "2.6"
16
18
  include:
17
- - ruby: "3.0"
19
+ - ruby: "3.2"
18
20
  coverage: "true"
19
21
  name: Test with ruby ${{ matrix.ruby }}
20
22
  steps:
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.2.6](https://github.com/Code-Vedas/mutils/compare/v1.2.5...v1.2.6) (2023-02-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add upto ruby 3.2 test matrix ([cbeedc3](https://github.com/Code-Vedas/mutils/commit/cbeedc36ca96bb691fa8b6fdc8c19788c7184b4a))
7
+
1
8
  ## [1.2.5](https://github.com/Code-Vedas/mutils/compare/v1.2.4...v1.2.5) (2022-03-10)
2
9
 
3
10
 
data/Gemfile.lock CHANGED
@@ -7,7 +7,7 @@ GIT
7
7
  PATH
8
8
  remote: .
9
9
  specs:
10
- mutils (1.2.5)
10
+ mutils (1.2.6)
11
11
  dry-inflector
12
12
 
13
13
  GEM
@@ -25,49 +25,50 @@ GEM
25
25
  tins (~> 1.6)
26
26
  diff-lcs (1.5.0)
27
27
  docile (1.4.0)
28
- dry-inflector (0.2.1)
29
- json (2.6.1)
30
- json (2.6.1-java)
31
- parallel (1.21.0)
32
- parser (3.1.1.0)
28
+ dry-inflector (1.0.0)
29
+ json (2.6.3)
30
+ json (2.6.3-java)
31
+ parallel (1.22.1)
32
+ parser (3.2.1.0)
33
33
  ast (~> 2.4.1)
34
34
  pluginator (1.5.0)
35
35
  pre-commit (0.39.0)
36
36
  pluginator (~> 1.5)
37
37
  rainbow (3.1.1)
38
38
  rake (13.0.6)
39
- regexp_parser (2.2.1)
39
+ regexp_parser (2.7.0)
40
40
  rexml (3.2.5)
41
- rspec (3.11.0)
42
- rspec-core (~> 3.11.0)
43
- rspec-expectations (~> 3.11.0)
44
- rspec-mocks (~> 3.11.0)
41
+ rspec (3.12.0)
42
+ rspec-core (~> 3.12.0)
43
+ rspec-expectations (~> 3.12.0)
44
+ rspec-mocks (~> 3.12.0)
45
45
  rspec-benchmark (0.6.0)
46
46
  benchmark-malloc (~> 0.2)
47
47
  benchmark-perf (~> 0.6)
48
48
  benchmark-trend (~> 0.4)
49
49
  rspec (>= 3.0)
50
- rspec-core (3.11.0)
51
- rspec-support (~> 3.11.0)
52
- rspec-expectations (3.11.0)
50
+ rspec-core (3.12.0)
51
+ rspec-support (~> 3.12.0)
52
+ rspec-expectations (3.12.0)
53
53
  diff-lcs (>= 1.2.0, < 2.0)
54
- rspec-support (~> 3.11.0)
54
+ rspec-support (~> 3.12.0)
55
55
  rspec-json_expectations (2.2.0)
56
- rspec-mocks (3.11.0)
56
+ rspec-mocks (3.12.0)
57
57
  diff-lcs (>= 1.2.0, < 2.0)
58
- rspec-support (~> 3.11.0)
59
- rspec-support (3.11.0)
60
- rubocop (1.26.0)
58
+ rspec-support (~> 3.12.0)
59
+ rspec-support (3.12.0)
60
+ rubocop (1.46.0)
61
+ json (~> 2.3)
61
62
  parallel (~> 1.10)
62
- parser (>= 3.1.0.0)
63
+ parser (>= 3.2.0.0)
63
64
  rainbow (>= 2.2.2, < 4.0)
64
65
  regexp_parser (>= 1.8, < 3.0)
65
- rexml
66
- rubocop-ast (>= 1.16.0, < 2.0)
66
+ rexml (>= 3.2.5, < 4.0)
67
+ rubocop-ast (>= 1.26.0, < 2.0)
67
68
  ruby-progressbar (~> 1.7)
68
- unicode-display_width (>= 1.4.0, < 3.0)
69
- rubocop-ast (1.16.0)
70
- parser (>= 3.1.1.0)
69
+ unicode-display_width (>= 2.4.0, < 3.0)
70
+ rubocop-ast (1.26.0)
71
+ parser (>= 3.2.1.0)
71
72
  ruby-progressbar (1.11.0)
72
73
  simplecov (0.16.1)
73
74
  docile (~> 1.1)
@@ -80,7 +81,7 @@ GEM
80
81
  thor (1.2.1)
81
82
  tins (1.31.0)
82
83
  sync
83
- unicode-display_width (2.1.0)
84
+ unicode-display_width (2.4.2)
84
85
 
85
86
  PLATFORMS
86
87
  java
data/Version CHANGED
@@ -1 +1 @@
1
- v1.2.5
1
+ v1.2.6
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mutils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nitesh Purohit
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-10 00:00:00.000000000 Z
11
+ date: 2023-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-inflector
@@ -113,8 +113,8 @@ licenses:
113
113
  - MIT
114
114
  metadata:
115
115
  bug_tracker_uri: https://github.com/code-vedas/mutils/issues
116
- source_code_uri: https://github.com/code-vedas/mutils/tree/v1.2.5
117
- post_install_message:
116
+ source_code_uri: https://github.com/code-vedas/mutils/tree/v1.2.6
117
+ post_install_message:
118
118
  rdoc_options: []
119
119
  require_paths:
120
120
  - lib
@@ -129,8 +129,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  - !ruby/object:Gem::Version
130
130
  version: 1.8.11
131
131
  requirements: []
132
- rubygems_version: 3.3.7
133
- signing_key:
132
+ rubygems_version: 3.4.7
133
+ signing_key:
134
134
  specification_version: 4
135
135
  summary: mutils Utilities for rails app
136
136
  test_files: []