mutils 1.1.3 → 1.1.4
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 +4 -4
- data/.travis.yml +2 -3
- data/CHANGELOG.md +8 -0
- data/Gemfile +1 -0
- data/Gemfile.lock +12 -11
- data/Version +1 -1
- data/package-lock.json +6 -6
- data/package.json +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c53a2ab142ea9ca0eeb3b92ee837aec6de592aa4aead5fc2bd22ea43523be6ff
|
|
4
|
+
data.tar.gz: c9ecc7587fe9580301424db14ff707ad4c8f3412de7931698458feb12272dd20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74f011750ab1c9fa1c419b83dd25aa4bf6156e27af7d9fd2152b452588801663377fdb5f1b3db9fb6c5dded155da14642e028daf3194f282a037e3553e2fcd76
|
|
7
|
+
data.tar.gz: 44d53fd17d2d710be489ef332c5e18c89c991a7e01123b1de6ce0ca5f53fcb8b05b28e996679d2d4ec9b14a5c375a9668089c563b6235f313d5809102c6b90c2
|
data/.travis.yml
CHANGED
|
@@ -4,8 +4,7 @@ rvm:
|
|
|
4
4
|
- 2.6.5
|
|
5
5
|
- 2.7.0
|
|
6
6
|
- 2.7.1
|
|
7
|
-
- jruby-9.2.
|
|
8
|
-
- jruby-9.2.10.0
|
|
7
|
+
- jruby-9.2.13.0
|
|
9
8
|
sudo: false
|
|
10
9
|
language: ruby
|
|
11
10
|
cache: bundler
|
|
@@ -26,4 +25,4 @@ jobs:
|
|
|
26
25
|
stages:
|
|
27
26
|
- test
|
|
28
27
|
- name: release
|
|
29
|
-
if: (NOT type IN (pull_request)) AND (branch = master)
|
|
28
|
+
if: (NOT type IN (pull_request)) AND (branch = master)
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.1.4](https://github.com/Code-Vedas/mutils/compare/v1.1.3...v1.1.4) (2020-10-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* gemfile to reduce vulnerabilities ([#65](https://github.com/Code-Vedas/mutils/issues/65)) ([b2e2ef6](https://github.com/Code-Vedas/mutils/commit/b2e2ef66360279bd0995470b6cb80111cc7091c2))
|
|
7
|
+
* gemfile to reduce vulnerabilities ([#65](https://github.com/Code-Vedas/mutils/issues/65)) ([b19cbea](https://github.com/Code-Vedas/mutils/commit/b19cbea4dfa74bde23b0ddacfbbc5972d0b383c4))
|
|
8
|
+
|
|
1
9
|
## [1.1.3](https://github.com/Code-Vedas/mutils/compare/v1.1.2...v1.1.3) (2020-10-18)
|
|
2
10
|
|
|
3
11
|
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
mutils (1.1.
|
|
4
|
+
mutils (1.1.3)
|
|
5
5
|
dry-inflector
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -20,17 +20,17 @@ GEM
|
|
|
20
20
|
diff-lcs (1.3)
|
|
21
21
|
docile (1.3.2)
|
|
22
22
|
dry-inflector (0.2.0)
|
|
23
|
-
json (2.3.
|
|
24
|
-
json (2.3.
|
|
23
|
+
json (2.3.1)
|
|
24
|
+
json (2.3.1-java)
|
|
25
25
|
parallel (1.19.2)
|
|
26
|
-
parser (2.7.
|
|
26
|
+
parser (2.7.2.0)
|
|
27
27
|
ast (~> 2.4.1)
|
|
28
28
|
pluginator (1.5.0)
|
|
29
29
|
pre-commit (0.39.0)
|
|
30
30
|
pluginator (~> 1.5)
|
|
31
31
|
rainbow (3.0.0)
|
|
32
32
|
rake (13.0.1)
|
|
33
|
-
regexp_parser (1.
|
|
33
|
+
regexp_parser (1.8.2)
|
|
34
34
|
rexml (3.2.4)
|
|
35
35
|
rspec (3.9.0)
|
|
36
36
|
rspec-core (~> 3.9.0)
|
|
@@ -51,17 +51,17 @@ GEM
|
|
|
51
51
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
52
52
|
rspec-support (~> 3.9.0)
|
|
53
53
|
rspec-support (3.9.2)
|
|
54
|
-
rubocop (0.
|
|
54
|
+
rubocop (0.93.1)
|
|
55
55
|
parallel (~> 1.10)
|
|
56
|
-
parser (>= 2.7.1.
|
|
56
|
+
parser (>= 2.7.1.5)
|
|
57
57
|
rainbow (>= 2.2.2, < 4.0)
|
|
58
|
-
regexp_parser (>= 1.
|
|
58
|
+
regexp_parser (>= 1.8)
|
|
59
59
|
rexml
|
|
60
|
-
rubocop-ast (>= 0.
|
|
60
|
+
rubocop-ast (>= 0.6.0)
|
|
61
61
|
ruby-progressbar (~> 1.7)
|
|
62
62
|
unicode-display_width (>= 1.4.0, < 2.0)
|
|
63
|
-
rubocop-ast (0.
|
|
64
|
-
parser (>= 2.7.1.
|
|
63
|
+
rubocop-ast (0.8.0)
|
|
64
|
+
parser (>= 2.7.1.5)
|
|
65
65
|
ruby-progressbar (1.10.1)
|
|
66
66
|
simplecov (0.16.1)
|
|
67
67
|
docile (~> 1.1)
|
|
@@ -83,6 +83,7 @@ PLATFORMS
|
|
|
83
83
|
DEPENDENCIES
|
|
84
84
|
bundler (~> 2.0)
|
|
85
85
|
coveralls (>= 0.8.23)
|
|
86
|
+
json (>= 2.3.1)
|
|
86
87
|
mutils!
|
|
87
88
|
pre-commit
|
|
88
89
|
rake (~> 13.0)
|
data/Version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v1.1.
|
|
1
|
+
v1.1.4
|
data/package-lock.json
CHANGED
|
@@ -1855,9 +1855,9 @@
|
|
|
1855
1855
|
"dev": true
|
|
1856
1856
|
},
|
|
1857
1857
|
"lint-staged": {
|
|
1858
|
-
"version": "10.4.
|
|
1859
|
-
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.
|
|
1860
|
-
"integrity": "sha512-
|
|
1858
|
+
"version": "10.4.2",
|
|
1859
|
+
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.2.tgz",
|
|
1860
|
+
"integrity": "sha512-OLCA9K1hS+Sl179SO6kX0JtnsaKj/MZalEhUj5yAgXsb63qPI/Gfn6Ua1KuZdbfkZNEu3/n5C/obYCu70IMt9g==",
|
|
1861
1861
|
"dev": true,
|
|
1862
1862
|
"requires": {
|
|
1863
1863
|
"chalk": "^4.1.0",
|
|
@@ -6753,9 +6753,9 @@
|
|
|
6753
6753
|
"dev": true
|
|
6754
6754
|
},
|
|
6755
6755
|
"tslib": {
|
|
6756
|
-
"version": "1.
|
|
6757
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.
|
|
6758
|
-
"integrity": "sha512-
|
|
6756
|
+
"version": "1.14.1",
|
|
6757
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
6758
|
+
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
6759
6759
|
"dev": true
|
|
6760
6760
|
},
|
|
6761
6761
|
"type-fest": {
|
data/package.json
CHANGED
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.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nitesh Purohit
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-10-
|
|
11
|
+
date: 2020-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dry-inflector
|
|
@@ -110,7 +110,7 @@ licenses:
|
|
|
110
110
|
- MIT
|
|
111
111
|
metadata:
|
|
112
112
|
bug_tracker_uri: https://github.com/code-vedas/mutils/issues
|
|
113
|
-
source_code_uri: https://github.com/code-vedas/mutils/tree/v1.1.
|
|
113
|
+
source_code_uri: https://github.com/code-vedas/mutils/tree/v1.1.4
|
|
114
114
|
post_install_message:
|
|
115
115
|
rdoc_options: []
|
|
116
116
|
require_paths:
|