mutils 1.3.1 → 1.3.2

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: 9500befb8ae25cbbd9b556f261526a70d83d9e0dffe74f8be11ebd67df85b931
4
- data.tar.gz: 7a642d1a099dc3215de5d9e699ba99a122ad3c0500eedd437b607358aa845b14
3
+ metadata.gz: 24a15c8629926ece6e84dc2662d223288b7261b7bece0eaeb292b62b50bbb947
4
+ data.tar.gz: c33f4fc727b756583394e291a6bc39104380b5b2c63354776ff4f16903063d3d
5
5
  SHA512:
6
- metadata.gz: ab26bab722a8fe17eaee2d731977ab0b873c63a8de388beea06e3bcbc98a5b607b3ee6340040000c569ee7a8528077edb0a79a58cfaab111bed3eb4dc5b455be
7
- data.tar.gz: 0ba67211f4aa34437f74d919baa4bae500d8ec626a7ad7a69c733b41cb0d395093f5692c0f1d62aa10a69370fd3a02e90d3a9bec71bdc8eb53b3d6ef0d62b574
6
+ metadata.gz: 61a14db805137719b9bb79862ed85aa70ce970bcf3a74519bc8cc02e3199aeaeec2513b16706604340801966d6dee5c5c8015de0f150c1f025010f648956c1fb
7
+ data.tar.gz: f0cf1c2ac7c9f7dd809605efeee3219d6dfa6aaaca674d2761919665f841fba03a98a9ec3c01bbe6b198ebffc069000b824e41a53b2df4f39a5aa7e9f89e2ebc
@@ -9,10 +9,10 @@ jobs:
9
9
  strategy:
10
10
  matrix:
11
11
  ruby:
12
+ - "3.3"
12
13
  - "3.2"
13
14
  - "3.1"
14
15
  - "3.0"
15
- - "2.7"
16
16
  include:
17
17
  - ruby: "3.0"
18
18
  coverage: "true"
@@ -1,17 +1,17 @@
1
1
  name: Pull Requests
2
2
  on:
3
3
  pull_request:
4
- branches: [ "master" ]
4
+ branches: ["master"]
5
5
  jobs:
6
6
  testing:
7
7
  runs-on: ubuntu-latest
8
8
  strategy:
9
9
  matrix:
10
10
  ruby:
11
+ - "3.3"
11
12
  - "3.2"
12
13
  - "3.1"
13
14
  - "3.0"
14
- - "2.7"
15
15
  include:
16
16
  - ruby: "3.2"
17
17
  coverage: "true"
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [1.3.2](https://github.com/Code-Vedas/mutils/compare/v1.3.1...v1.3.2) (2024-06-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bundle updated ([b5770d6](https://github.com/Code-Vedas/mutils/commit/b5770d62edd2566f1d0e581843c4e528c43a8fd4))
7
+ * rubocop >= 1.63.3 ([9d8f944](https://github.com/Code-Vedas/mutils/commit/9d8f944e1277b068a65b068f5b2d7601bbf18704))
8
+
1
9
  ## [1.3.1](https://github.com/Code-Vedas/mutils/compare/v1.3.0...v1.3.1) (2024-04-02)
2
10
 
3
11
 
data/Gemfile CHANGED
@@ -11,6 +11,6 @@ gem 'rake', '~> 13.2'
11
11
  gem 'rspec'
12
12
  gem 'rspec-benchmark'
13
13
  gem 'rspec-json_expectations'
14
- gem 'rubocop'
14
+ gem 'rubocop', '>= 1.63.3'
15
15
  gem 'simplecov-lcov', git: 'https://github.com/niteshpurohit/simplecov-lcov'
16
16
  gemspec
data/Gemfile.lock CHANGED
@@ -7,7 +7,7 @@ GIT
7
7
  PATH
8
8
  remote: .
9
9
  specs:
10
- mutils (1.3.1)
10
+ mutils (1.3.2)
11
11
  dry-inflector
12
12
 
13
13
  GEM
@@ -17,6 +17,8 @@ GEM
17
17
  benchmark-malloc (0.2.0)
18
18
  benchmark-perf (0.6.0)
19
19
  benchmark-trend (0.4.0)
20
+ bigdecimal (3.1.8)
21
+ bigdecimal (3.1.8-java)
20
22
  coveralls (0.8.23)
21
23
  json (>= 1.8, < 3)
22
24
  simplecov (~> 0.16.1)
@@ -26,22 +28,27 @@ GEM
26
28
  diff-lcs (1.5.1)
27
29
  docile (1.4.0)
28
30
  dry-inflector (1.0.0)
29
- json (2.7.1)
30
- json (2.7.1-java)
31
+ json (2.7.2)
32
+ json (2.7.2-java)
31
33
  language_server-protocol (3.17.0.3)
32
- parallel (1.24.0)
33
- parser (3.3.0.5)
34
+ mize (0.4.1)
35
+ protocol (~> 2.0)
36
+ parallel (1.25.1)
37
+ parser (3.3.3.0)
34
38
  ast (~> 2.4.1)
35
39
  racc
36
40
  pluginator (1.5.0)
37
41
  pre-commit (0.40.0)
38
42
  pluginator (~> 1.5)
39
- racc (1.7.3)
40
- racc (1.7.3-java)
43
+ protocol (2.0.0)
44
+ ruby_parser (~> 3.0)
45
+ racc (1.8.0)
46
+ racc (1.8.0-java)
41
47
  rainbow (3.1.1)
42
- rake (13.2.0)
43
- regexp_parser (2.9.0)
44
- rexml (3.2.6)
48
+ rake (13.2.1)
49
+ regexp_parser (2.9.2)
50
+ rexml (3.3.1)
51
+ strscan
45
52
  rspec (3.13.0)
46
53
  rspec-core (~> 3.13.0)
47
54
  rspec-expectations (~> 3.13.0)
@@ -53,15 +60,15 @@ GEM
53
60
  rspec (>= 3.0)
54
61
  rspec-core (3.13.0)
55
62
  rspec-support (~> 3.13.0)
56
- rspec-expectations (3.13.0)
63
+ rspec-expectations (3.13.1)
57
64
  diff-lcs (>= 1.2.0, < 2.0)
58
65
  rspec-support (~> 3.13.0)
59
66
  rspec-json_expectations (2.2.0)
60
- rspec-mocks (3.13.0)
67
+ rspec-mocks (3.13.1)
61
68
  diff-lcs (>= 1.2.0, < 2.0)
62
69
  rspec-support (~> 3.13.0)
63
- rspec-support (3.13.0)
64
- rubocop (1.62.1)
70
+ rspec-support (3.13.1)
71
+ rubocop (1.64.1)
65
72
  json (~> 2.3)
66
73
  language_server-protocol (>= 3.17.0)
67
74
  parallel (~> 1.10)
@@ -72,19 +79,27 @@ GEM
72
79
  rubocop-ast (>= 1.31.1, < 2.0)
73
80
  ruby-progressbar (~> 1.7)
74
81
  unicode-display_width (>= 2.4.0, < 3.0)
75
- rubocop-ast (1.31.2)
76
- parser (>= 3.3.0.4)
82
+ rubocop-ast (1.31.3)
83
+ parser (>= 3.3.1.0)
77
84
  ruby-progressbar (1.13.0)
85
+ ruby_parser (3.21.0)
86
+ racc (~> 1.5)
87
+ sexp_processor (~> 4.16)
88
+ sexp_processor (4.17.1)
78
89
  simplecov (0.16.1)
79
90
  docile (~> 1.1)
80
91
  json (>= 1.8, < 3)
81
92
  simplecov-html (~> 0.10.0)
82
93
  simplecov-html (0.10.2)
94
+ strscan (3.1.0)
95
+ strscan (3.1.0-java)
83
96
  sync (0.5.0)
84
- term-ansicolor (1.7.1)
97
+ term-ansicolor (1.10.2)
98
+ mize
85
99
  tins (~> 1.0)
86
- thor (1.2.1)
87
- tins (1.31.0)
100
+ thor (1.3.1)
101
+ tins (1.33.0)
102
+ bigdecimal
88
103
  sync
89
104
  unicode-display_width (2.5.0)
90
105
 
@@ -102,8 +117,8 @@ DEPENDENCIES
102
117
  rspec
103
118
  rspec-benchmark
104
119
  rspec-json_expectations
105
- rubocop
120
+ rubocop (>= 1.63.3)
106
121
  simplecov-lcov!
107
122
 
108
123
  BUNDLED WITH
109
- 2.1.4
124
+ 2.5.6
data/Version CHANGED
@@ -1 +1 @@
1
- v1.3.1
1
+ v1.3.2
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.3.1
4
+ version: 1.3.2
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: 2024-04-02 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-inflector
@@ -85,9 +85,9 @@ licenses:
85
85
  - MIT
86
86
  metadata:
87
87
  bug_tracker_uri: https://github.com/code-vedas/mutils/issues
88
- source_code_uri: https://github.com/code-vedas/mutils/tree/v1.3.1
88
+ source_code_uri: https://github.com/code-vedas/mutils/tree/v1.3.2
89
89
  rubygems_mfa_required: 'true'
90
- post_install_message:
90
+ post_install_message:
91
91
  rdoc_options: []
92
92
  require_paths:
93
93
  - lib
@@ -102,8 +102,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  - !ruby/object:Gem::Version
103
103
  version: 1.8.11
104
104
  requirements: []
105
- rubygems_version: 3.1.4
106
- signing_key:
105
+ rubygems_version: 3.5.6
106
+ signing_key:
107
107
  specification_version: 4
108
108
  summary: mutils Utilities for rails app
109
109
  test_files: []