mutils 1.1.2 → 1.1.3

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: 3bae9a5bf148506da670aefb73cdd40696249e3c4b333730cb9be09f2a1bf175
4
- data.tar.gz: c54e0b03b2e04278fa5ed591b9143b8e1f18cc25645b602cc7a8e5b92d92da61
3
+ metadata.gz: 4af2ef0147adcbbbd24128d3af1214bad8f13c379f8ec411a11691e11dc8010b
4
+ data.tar.gz: fdb0af64961644ac7b433e8c24de95895ac62a8da7f638b6cda52042ce44956c
5
5
  SHA512:
6
- metadata.gz: 7d345ab04715eeda889499df8e943cb1862db55117cc65000ed67b4a7899ae5ad87218bf3f0f620e6a32871a5ce4036223fe7e9fd10f40a8d26e16248718d9ec
7
- data.tar.gz: be915ee7e6361dd88226e68aea8c7bbc280f360c23229493611efa561dcd20d0d3be4d578cb62d343d862e773d80cd55da09bfe77765e683fc08e6c0d67e50b1
6
+ metadata.gz: '008315c5d7101af58c4c5efd49e555f962d33097f25b3aef286a96b941025b761e55f644a13fe6776d831cd9c2f7bbd0da0edb6d2e49700b513c94db06e0a6ed'
7
+ data.tar.gz: 2b049ce4370955401074e41a970fbdd1f4921d211860cb1d82491815118ce937678f0f8650e90e8fde4bc5f34fc60f81681886a615f1269848ec400ffdf4dbe0
@@ -1,3 +1,10 @@
1
+ ## [1.1.3](https://github.com/Code-Vedas/mutils/compare/v1.1.2...v1.1.3) (2020-10-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Gemfile to reduce vulnerabilities ([#65](https://github.com/Code-Vedas/mutils/issues/65)) ([49b5ae2](https://github.com/Code-Vedas/mutils/commit/49b5ae2ba795d16976425ddbaf1e1c372a940c1f))
7
+
1
8
  ## [1.1.2](https://github.com/Code-Vedas/mutils/compare/v1.1.1...v1.1.2) (2020-10-15)
2
9
 
3
10
 
data/Gemfile CHANGED
@@ -3,7 +3,7 @@
3
3
  source 'https://rubygems.org'
4
4
 
5
5
  # Specify your gem's dependencies in mutils.gemspec
6
- gem 'coveralls'
6
+ gem 'coveralls', '>= 0.8.23'
7
7
  gem 'pre-commit', require: false
8
8
  gem 'rspec'
9
9
  gem 'rspec-benchmark'
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mutils (1.1.1)
4
+ mutils (1.1.2)
5
5
  dry-inflector
6
6
 
7
7
  GEM
@@ -82,7 +82,7 @@ PLATFORMS
82
82
 
83
83
  DEPENDENCIES
84
84
  bundler (~> 2.0)
85
- coveralls
85
+ coveralls (>= 0.8.23)
86
86
  mutils!
87
87
  pre-commit
88
88
  rake (~> 13.0)
data/Version CHANGED
@@ -1 +1 @@
1
- v1.1.2
1
+ v1.1.3
@@ -2070,9 +2070,9 @@
2070
2070
  "dev": true
2071
2071
  },
2072
2072
  "marked": {
2073
- "version": "1.1.1",
2074
- "resolved": "https://registry.npmjs.org/marked/-/marked-1.1.1.tgz",
2075
- "integrity": "sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==",
2073
+ "version": "1.2.0",
2074
+ "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz",
2075
+ "integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==",
2076
2076
  "dev": true
2077
2077
  },
2078
2078
  "marked-terminal": {
@@ -2245,9 +2245,9 @@
2245
2245
  "dev": true
2246
2246
  },
2247
2247
  "normalize-url": {
2248
- "version": "5.1.0",
2249
- "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-5.1.0.tgz",
2250
- "integrity": "sha512-UxHuSWsSAmzSqN+DSjasaZWQ3QPtEisHdlr4y9MJ5zg0RcImv5fQt8QM0izJSCdsdmhJGK+ubcTpJXwVDmwSVQ==",
2248
+ "version": "5.3.0",
2249
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-5.3.0.tgz",
2250
+ "integrity": "sha512-9/nOVLYYe/dO/eJeQUNaGUF4m4Z5E7cb9oNTKabH+bNf19mqj60txTcveQxL0GlcWLXCxkOu2/LwL8oW0idIDA==",
2251
2251
  "dev": true
2252
2252
  },
2253
2253
  "npm": {
@@ -6234,9 +6234,9 @@
6234
6234
  "dev": true
6235
6235
  },
6236
6236
  "semantic-release": {
6237
- "version": "17.1.2",
6238
- "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-17.1.2.tgz",
6239
- "integrity": "sha512-szYBXm10QjQO5Tb1S2PSkvOBW3MajWJat5EWtx+MzaVT/jquuxf9o+Zn8FC1j157xvJ5p9r1d/MZGslgs7oQQg==",
6237
+ "version": "17.2.1",
6238
+ "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-17.2.1.tgz",
6239
+ "integrity": "sha512-+xbLWsT9NoibeMMJw4te0pbY4q/Z1gt/vzhB0z9RRNGVyqCgQiK5NUJ11eW6etSyPZ9QFeAMnqO2dzscWUTy2w==",
6240
6240
  "dev": true,
6241
6241
  "requires": {
6242
6242
  "@semantic-release/commit-analyzer": "^8.0.0",
@@ -6270,9 +6270,9 @@
6270
6270
  },
6271
6271
  "dependencies": {
6272
6272
  "hosted-git-info": {
6273
- "version": "3.0.5",
6274
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.5.tgz",
6275
- "integrity": "sha512-i4dpK6xj9BIpVOTboXIlKG9+8HMKggcrMX7WA24xZtKwX0TPelq/rbaS5rCKeNX8sJXZJGdSxpnEGtta+wismQ==",
6273
+ "version": "3.0.6",
6274
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.6.tgz",
6275
+ "integrity": "sha512-VRvqVD5T6t9HdmNDWTwbi8H/EC722MemAhOSP5QvYAXpDAY0Nhu2I/i+bXsktu4sU5LVHSh/wmXtVU8bDtjedQ==",
6276
6276
  "dev": true,
6277
6277
  "requires": {
6278
6278
  "lru-cache": "^6.0.0"
@@ -6765,9 +6765,9 @@
6765
6765
  "dev": true
6766
6766
  },
6767
6767
  "uglify-js": {
6768
- "version": "3.10.4",
6769
- "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.4.tgz",
6770
- "integrity": "sha512-kBFT3U4Dcj4/pJ52vfjCSfyLyvG9VYYuGYPmrPvAxRw/i7xHiT4VvCev+uiEMcEEiu6UNB6KgWmGtSUYIWScbw==",
6768
+ "version": "3.11.2",
6769
+ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.2.tgz",
6770
+ "integrity": "sha512-G440NU6fewtnQftSgqRV1r2A5ChKbU1gqFCJ7I8S7MPpY/eZZfLGefaY6gUZYiWebMaO+txgiQ1ZyLDuNWJulg==",
6771
6771
  "dev": true,
6772
6772
  "optional": true
6773
6773
  },
@@ -16,7 +16,7 @@
16
16
  "@semantic-release/github": "^7.1.1",
17
17
  "husky": "^4.3.0",
18
18
  "lint-staged": "^10.4.0",
19
- "semantic-release": "^17.1.2"
19
+ "semantic-release": "^17.2.1"
20
20
  },
21
21
  "scripts": {
22
22
  "copyfiles": "cp -r CHANGELOG.md dist/CHANGELOG.md && cp -r dist/package.json src/package.json",
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.2
4
+ version: 1.1.3
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-15 00:00:00.000000000 Z
11
+ date: 2020-10-18 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.2
113
+ source_code_uri: https://github.com/code-vedas/mutils/tree/v1.1.3
114
114
  post_install_message:
115
115
  rdoc_options: []
116
116
  require_paths: