mutils 1.3.1 → 1.3.3

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: ae172f1ebb8b843113e83445659f54550f47d3340301bef486b2cd3545a3ab17
4
+ data.tar.gz: 91e8ec2edfbc8d92619f32c8dc821a0c6d788c7464cb34614dd1fc97211ddbb0
5
5
  SHA512:
6
- metadata.gz: ab26bab722a8fe17eaee2d731977ab0b873c63a8de388beea06e3bcbc98a5b607b3ee6340040000c569ee7a8528077edb0a79a58cfaab111bed3eb4dc5b455be
7
- data.tar.gz: 0ba67211f4aa34437f74d919baa4bae500d8ec626a7ad7a69c733b41cb0d395093f5692c0f1d62aa10a69370fd3a02e90d3a9bec71bdc8eb53b3d6ef0d62b574
6
+ metadata.gz: 52ddee2122c1297d9edb850710ba8bf5b6aca3e2791055e5f24e7c401895a0198d4f8f418898c8222f6efccb5a15b5bcb1bd832901217988faf1de8b7af519b8
7
+ data.tar.gz: 9d42d5c0ceff05296e42be5e902084ea981081c44eb9f8ba4b9bf72fce0654f1c17b9f009fc5fb76c1198b003b0c70291f71be7522503acd215196b0e34d44b9
@@ -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,19 @@
1
+ ## [1.3.3](https://github.com/Code-Vedas/mutils/compare/v1.3.2...v1.3.3) (2024-09-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * outdated deps ([dd551fc](https://github.com/Code-Vedas/mutils/commit/dd551fca6ac14e4131ab07eb1261eea6ac3d90f2))
7
+ * outdated deps ([8918619](https://github.com/Code-Vedas/mutils/commit/89186194908af12c167b030ef2c6f8139127748a))
8
+
9
+ ## [1.3.2](https://github.com/Code-Vedas/mutils/compare/v1.3.1...v1.3.2) (2024-06-28)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bundle updated ([b5770d6](https://github.com/Code-Vedas/mutils/commit/b5770d62edd2566f1d0e581843c4e528c43a8fd4))
15
+ * rubocop >= 1.63.3 ([9d8f944](https://github.com/Code-Vedas/mutils/commit/9d8f944e1277b068a65b068f5b2d7601bbf18704))
16
+
1
17
  ## [1.3.1](https://github.com/Code-Vedas/mutils/compare/v1.3.0...v1.3.1) (2024-04-02)
2
18
 
3
19
 
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.3)
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)
@@ -24,24 +26,23 @@ GEM
24
26
  thor (>= 0.19.4, < 2.0)
25
27
  tins (~> 1.6)
26
28
  diff-lcs (1.5.1)
27
- docile (1.4.0)
28
- dry-inflector (1.0.0)
29
- json (2.7.1)
30
- json (2.7.1-java)
29
+ docile (1.4.1)
30
+ dry-inflector (1.1.0)
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
+ parallel (1.26.3)
35
+ parser (3.3.5.0)
34
36
  ast (~> 2.4.1)
35
37
  racc
36
38
  pluginator (1.5.0)
37
39
  pre-commit (0.40.0)
38
40
  pluginator (~> 1.5)
39
- racc (1.7.3)
40
- racc (1.7.3-java)
41
+ racc (1.8.1)
42
+ racc (1.8.1-java)
41
43
  rainbow (3.1.1)
42
- rake (13.2.0)
43
- regexp_parser (2.9.0)
44
- rexml (3.2.6)
44
+ rake (13.2.1)
45
+ regexp_parser (2.9.2)
45
46
  rspec (3.13.0)
46
47
  rspec-core (~> 3.13.0)
47
48
  rspec-expectations (~> 3.13.0)
@@ -51,29 +52,28 @@ GEM
51
52
  benchmark-perf (~> 0.6)
52
53
  benchmark-trend (~> 0.4)
53
54
  rspec (>= 3.0)
54
- rspec-core (3.13.0)
55
+ rspec-core (3.13.1)
55
56
  rspec-support (~> 3.13.0)
56
- rspec-expectations (3.13.0)
57
+ rspec-expectations (3.13.2)
57
58
  diff-lcs (>= 1.2.0, < 2.0)
58
59
  rspec-support (~> 3.13.0)
59
60
  rspec-json_expectations (2.2.0)
60
- rspec-mocks (3.13.0)
61
+ rspec-mocks (3.13.1)
61
62
  diff-lcs (>= 1.2.0, < 2.0)
62
63
  rspec-support (~> 3.13.0)
63
- rspec-support (3.13.0)
64
- rubocop (1.62.1)
64
+ rspec-support (3.13.1)
65
+ rubocop (1.66.1)
65
66
  json (~> 2.3)
66
67
  language_server-protocol (>= 3.17.0)
67
68
  parallel (~> 1.10)
68
69
  parser (>= 3.3.0.2)
69
70
  rainbow (>= 2.2.2, < 4.0)
70
- regexp_parser (>= 1.8, < 3.0)
71
- rexml (>= 3.2.5, < 4.0)
72
- rubocop-ast (>= 1.31.1, < 2.0)
71
+ regexp_parser (>= 2.4, < 3.0)
72
+ rubocop-ast (>= 1.32.2, < 2.0)
73
73
  ruby-progressbar (~> 1.7)
74
74
  unicode-display_width (>= 2.4.0, < 3.0)
75
- rubocop-ast (1.31.2)
76
- parser (>= 3.3.0.4)
75
+ rubocop-ast (1.32.3)
76
+ parser (>= 3.3.1.0)
77
77
  ruby-progressbar (1.13.0)
78
78
  simplecov (0.16.1)
79
79
  docile (~> 1.1)
@@ -81,10 +81,11 @@ GEM
81
81
  simplecov-html (~> 0.10.0)
82
82
  simplecov-html (0.10.2)
83
83
  sync (0.5.0)
84
- term-ansicolor (1.7.1)
84
+ term-ansicolor (1.11.2)
85
85
  tins (~> 1.0)
86
- thor (1.2.1)
87
- tins (1.31.0)
86
+ thor (1.3.2)
87
+ tins (1.33.0)
88
+ bigdecimal
88
89
  sync
89
90
  unicode-display_width (2.5.0)
90
91
 
@@ -102,8 +103,8 @@ DEPENDENCIES
102
103
  rspec
103
104
  rspec-benchmark
104
105
  rspec-json_expectations
105
- rubocop
106
+ rubocop (>= 1.63.3)
106
107
  simplecov-lcov!
107
108
 
108
109
  BUNDLED WITH
109
- 2.1.4
110
+ 2.5.6
data/Version CHANGED
@@ -1 +1 @@
1
- v1.3.1
1
+ v1.3.3
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.3
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-09-05 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.3
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.14
106
+ signing_key:
107
107
  specification_version: 4
108
108
  summary: mutils Utilities for rails app
109
109
  test_files: []