mutils 1.1.1 → 1.1.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 +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile +2 -2
- data/Gemfile.lock +1 -1
- data/Version +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: 3bae9a5bf148506da670aefb73cdd40696249e3c4b333730cb9be09f2a1bf175
|
|
4
|
+
data.tar.gz: c54e0b03b2e04278fa5ed591b9143b8e1f18cc25645b602cc7a8e5b92d92da61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d345ab04715eeda889499df8e943cb1862db55117cc65000ed67b4a7899ae5ad87218bf3f0f620e6a32871a5ce4036223fe7e9fd10f40a8d26e16248718d9ec
|
|
7
|
+
data.tar.gz: be915ee7e6361dd88226e68aea8c7bbc280f360c23229493611efa561dcd20d0d3be4d578cb62d343d862e773d80cd55da09bfe77765e683fc08e6c0d67e50b1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.1.2](https://github.com/Code-Vedas/mutils/compare/v1.1.1...v1.1.2) (2020-10-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **coveralls:** gemfile to reduce vulnerabilities ([#64](https://github.com/Code-Vedas/mutils/issues/64)) ([7d4e592](https://github.com/Code-Vedas/mutils/commit/7d4e59214d5c9aced1c4beb1a6b9f929367d84da))
|
|
7
|
+
|
|
1
8
|
## [1.1.1](https://github.com/Code-Vedas/mutils/compare/v1.1.0...v1.1.1) (2020-10-05)
|
|
2
9
|
|
|
3
10
|
|
data/Gemfile
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
source 'https://rubygems.org'
|
|
4
4
|
|
|
5
5
|
# Specify your gem's dependencies in mutils.gemspec
|
|
6
|
-
gem 'pre-commit', require: false
|
|
7
|
-
gem 'rubocop'
|
|
8
6
|
gem 'coveralls'
|
|
7
|
+
gem 'pre-commit', require: false
|
|
9
8
|
gem 'rspec'
|
|
10
9
|
gem 'rspec-benchmark'
|
|
11
10
|
gem 'rspec-json_expectations'
|
|
11
|
+
gem 'rubocop'
|
|
12
12
|
gemspec
|
data/Gemfile.lock
CHANGED
data/Version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v1.1.
|
|
1
|
+
v1.1.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.1.
|
|
4
|
+
version: 1.1.2
|
|
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-15 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.2
|
|
114
114
|
post_install_message:
|
|
115
115
|
rdoc_options: []
|
|
116
116
|
require_paths:
|