mutils 1.3.4 → 1.3.6
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/{LICENSE.txt → LICENSE} +6 -6
- data/README.md +88 -48
- data/bin/reek +26 -0
- data/bin/rspec +4 -0
- data/bin/rubocop +4 -0
- data/lib/mutils/serialization/methods/attributes.rb +1 -3
- data/lib/mutils/serialization/methods/relations.rb +26 -11
- data/lib/mutils/version.rb +1 -1
- metadata +22 -39
- data/.codeclimate.yml +0 -4
- data/.github/ISSUE_TEMPLATE/bug_report.md +0 -46
- data/.github/ISSUE_TEMPLATE/documentation_issue.md +0 -29
- data/.github/ISSUE_TEMPLATE/feature_request.md +0 -37
- data/.github/ISSUE_TEMPLATE/question_or_help.md +0 -25
- data/.github/ISSUE_TEMPLATE/report_a_security_vulnerability.md +0 -74
- data/.github/ISSUE_TEMPLATE/translations.md +0 -51
- data/.github/PULL_REQUEST_TEMPLATE.md +0 -52
- data/.github/dependabot.yml +0 -11
- data/.github/release-drafter.yml +0 -148
- data/.github/workflows/ci.yml +0 -45
- data/.github/workflows/codeql.yml +0 -64
- data/.github/workflows/release-drafter.yml +0 -27
- data/.github/workflows/release.yml +0 -43
- data/.gitignore +0 -15
- data/.jrubyrc +0 -1
- data/.releaserc +0 -64
- data/.rspec +0 -2
- data/.rubocop.yml +0 -13
- data/.ruby-version +0 -1
- data/CHANGELOG.md +0 -291
- data/CODE_OF_CONDUCT.md +0 -74
- data/Gemfile +0 -18
- data/Gemfile.lock +0 -122
- data/SECURITY.md +0 -13
- data/Version +0 -1
- data/mutils.gemspec +0 -32
data/CHANGELOG.md
DELETED
|
@@ -1,291 +0,0 @@
|
|
|
1
|
-
## [1.3.4](https://github.com/Code-Vedas/mutils/compare/v1.3.3...v1.3.4) (2025-08-17)
|
|
2
|
-
|
|
3
|
-
## 🧰 Maintenance
|
|
4
|
-
|
|
5
|
-
- build: bump dry-inflector from 1.1.0 to 1.2.0 @[dependabot[bot]](https://github.com/apps/dependabot) (#345)
|
|
6
|
-
- build: bump actions/checkout from 3 to 5 @[dependabot[bot]](https://github.com/apps/dependabot) (#344)
|
|
7
|
-
- build: bump github/codeql-action from 2 to 3 @[dependabot[bot]](https://github.com/apps/dependabot) (#343)
|
|
8
|
-
- build: bump rubocop from 1.77.0 to 1.79.2 @[dependabot[bot]](https://github.com/apps/dependabot) (#341)
|
|
9
|
-
- build: bump json from 2.12.2 to 2.13.2 @[dependabot[bot]](https://github.com/apps/dependabot) (#340)
|
|
10
|
-
- build(deps): bump rubocop from 1.75.8 to 1.77.0 @[dependabot[bot]](https://github.com/apps/dependabot) (#339)
|
|
11
|
-
- build(deps): bump rubocop from 1.75.2 to 1.75.8 @[dependabot[bot]](https://github.com/apps/dependabot) (#334)
|
|
12
|
-
- build(deps): bump rspec from 3.13.0 to 3.13.1 @[dependabot[bot]](https://github.com/apps/dependabot) (#333)
|
|
13
|
-
- build(deps): bump json from 2.9.1 to 2.12.2 @[dependabot[bot]](https://github.com/apps/dependabot) (#332)
|
|
14
|
-
- build(deps): bump rubocop from 1.69.2 to 1.75.2 @[dependabot[bot]](https://github.com/apps/dependabot) (#329)
|
|
15
|
-
- build(deps): bump json from 2.8.2 to 2.9.1 @[dependabot[bot]](https://github.com/apps/dependabot) (#315)
|
|
16
|
-
- build(deps): bump rubocop from 1.68.0 to 1.69.2 @[dependabot[bot]](https://github.com/apps/dependabot) (#314)
|
|
17
|
-
- build(deps): bump json from 2.7.6 to 2.8.2 @[dependabot[bot]](https://github.com/apps/dependabot) (#310)
|
|
18
|
-
- build(deps): bump json from 2.7.5 to 2.7.6 @[dependabot[bot]](https://github.com/apps/dependabot) (#308)
|
|
19
|
-
- build(deps): bump rubocop from 1.67.0 to 1.68.0 @[dependabot[bot]](https://github.com/apps/dependabot) (#307)
|
|
20
|
-
- build(deps): bump json from 2.7.2 to 2.7.5 @[dependabot[bot]](https://github.com/apps/dependabot) (#306)
|
|
21
|
-
- build(deps): bump rubocop from 1.66.1 to 1.67.0 @[dependabot[bot]](https://github.com/apps/dependabot) (#303)
|
|
22
|
-
|
|
23
|
-
## ⚙️ CI
|
|
24
|
-
|
|
25
|
-
- ci: Refactor CI/CD pipelines and project configuration @niteshpurohit (#342)
|
|
26
|
-
|
|
27
|
-
## [1.3.3](https://github.com/Code-Vedas/mutils/compare/v1.3.2...v1.3.3) (2024-09-05)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
### Bug Fixes
|
|
31
|
-
|
|
32
|
-
* outdated deps ([dd551fc](https://github.com/Code-Vedas/mutils/commit/dd551fca6ac14e4131ab07eb1261eea6ac3d90f2))
|
|
33
|
-
* outdated deps ([8918619](https://github.com/Code-Vedas/mutils/commit/89186194908af12c167b030ef2c6f8139127748a))
|
|
34
|
-
|
|
35
|
-
## [1.3.2](https://github.com/Code-Vedas/mutils/compare/v1.3.1...v1.3.2) (2024-06-28)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Bug Fixes
|
|
39
|
-
|
|
40
|
-
* bundle updated ([b5770d6](https://github.com/Code-Vedas/mutils/commit/b5770d62edd2566f1d0e581843c4e528c43a8fd4))
|
|
41
|
-
* rubocop >= 1.63.3 ([9d8f944](https://github.com/Code-Vedas/mutils/commit/9d8f944e1277b068a65b068f5b2d7601bbf18704))
|
|
42
|
-
|
|
43
|
-
## [1.3.1](https://github.com/Code-Vedas/mutils/compare/v1.3.0...v1.3.1) (2024-04-02)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
### Bug Fixes
|
|
47
|
-
|
|
48
|
-
* **maintenance:** maintenance release ([19ef41d](https://github.com/Code-Vedas/mutils/commit/19ef41d754f6b398e4955e8ba40359bf91c3bddd))
|
|
49
|
-
|
|
50
|
-
# [1.3.0](https://github.com/Code-Vedas/mutils/compare/v1.2.6...v1.3.0) (2023-03-01)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Features
|
|
54
|
-
|
|
55
|
-
* remove ruby 2.6 support ([0a3cb1f](https://github.com/Code-Vedas/mutils/commit/0a3cb1f657ce4f3a8a153a012933dcb826a74cef))
|
|
56
|
-
|
|
57
|
-
## [1.2.6](https://github.com/Code-Vedas/mutils/compare/v1.2.5...v1.2.6) (2023-02-23)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Bug Fixes
|
|
61
|
-
|
|
62
|
-
* add upto ruby 3.2 test matrix ([cbeedc3](https://github.com/Code-Vedas/mutils/commit/cbeedc36ca96bb691fa8b6fdc8c19788c7184b4a))
|
|
63
|
-
|
|
64
|
-
## [1.2.5](https://github.com/Code-Vedas/mutils/compare/v1.2.4...v1.2.5) (2022-03-10)
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### Bug Fixes
|
|
68
|
-
|
|
69
|
-
* include Gemfile.lock when creating release ([7c9b88a](https://github.com/Code-Vedas/mutils/commit/7c9b88a2ef63bda6ab44a36eafbbaf31dab9cd7f))
|
|
70
|
-
|
|
71
|
-
## [1.2.4](https://github.com/Code-Vedas/mutils/compare/v1.2.3...v1.2.4) (2022-03-10)
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
### Bug Fixes
|
|
75
|
-
|
|
76
|
-
* bundle ([4f70247](https://github.com/Code-Vedas/mutils/commit/4f70247451df4df88397ff51b0dbe382eed02838))
|
|
77
|
-
|
|
78
|
-
## [1.2.3](https://github.com/Code-Vedas/mutils/compare/v1.2.2...v1.2.3) (2022-03-10)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
### Bug Fixes
|
|
82
|
-
|
|
83
|
-
* release with test ruby 3.0 ([c3a6034](https://github.com/Code-Vedas/mutils/commit/c3a60344f7722552215559f46377dc83d7e33e05))
|
|
84
|
-
|
|
85
|
-
## [1.2.2](https://github.com/Code-Vedas/mutils/compare/v1.2.1...v1.2.2) (2021-11-26)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
### Bug Fixes
|
|
89
|
-
|
|
90
|
-
* deps ([a778c53](https://github.com/Code-Vedas/mutils/commit/a778c533db613936e26cbd92caea75c8e87347d6))
|
|
91
|
-
|
|
92
|
-
## [1.2.1](https://github.com/Code-Vedas/mutils/compare/v1.2.0...v1.2.1) (2021-08-20)
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
### Bug Fixes
|
|
96
|
-
|
|
97
|
-
* dropping ruby 2.5 support ([#172](https://github.com/Code-Vedas/mutils/issues/172)) ([a74d02c](https://github.com/Code-Vedas/mutils/commit/a74d02c4f6b126092e18a94aaa4ebd62e48c22e9))
|
|
98
|
-
|
|
99
|
-
# [1.2.0](https://github.com/Code-Vedas/mutils/compare/v1.1.8...v1.2.0) (2021-08-20)
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
### Features
|
|
103
|
-
|
|
104
|
-
* attribute can accept Proc without params ([c014fef](https://github.com/Code-Vedas/mutils/commit/c014fef841426673d1f409b56a1c2548222fd2f5))
|
|
105
|
-
|
|
106
|
-
## [1.1.8](https://github.com/Code-Vedas/mutils/compare/v1.1.7...v1.1.8) (2021-08-20)
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
### Bug Fixes
|
|
110
|
-
|
|
111
|
-
* deps ([4bec0e0](https://github.com/Code-Vedas/mutils/commit/4bec0e0e3a33ec5aa3f3ca28936bb09e3fde1203))
|
|
112
|
-
|
|
113
|
-
## [1.1.7](https://github.com/Code-Vedas/mutils/compare/v1.1.6...v1.1.7) (2021-01-28)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### Bug Fixes
|
|
117
|
-
|
|
118
|
-
* version file missing ([aed03ed](https://github.com/Code-Vedas/mutils/commit/aed03edeb10efca4307e2ba1f8faca72d98a1f1d))
|
|
119
|
-
|
|
120
|
-
## [1.1.6](https://github.com/Code-Vedas/mutils/compare/v1.1.5...v1.1.6) (2020-11-21)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Bug Fixes
|
|
124
|
-
|
|
125
|
-
* **github-token:** use github action token ([9b69a06](https://github.com/Code-Vedas/mutils/commit/9b69a0683a06b6e1659eb2984de273191441cbfd))
|
|
126
|
-
|
|
127
|
-
## [1.1.4](https://github.com/Code-Vedas/mutils/compare/v1.1.3...v1.1.4) (2020-10-19)
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
### Bug Fixes
|
|
131
|
-
|
|
132
|
-
* gemfile to reduce vulnerabilities ([#65](https://github.com/Code-Vedas/mutils/issues/65)) ([b2e2ef6](https://github.com/Code-Vedas/mutils/commit/b2e2ef66360279bd0995470b6cb80111cc7091c2))
|
|
133
|
-
* gemfile to reduce vulnerabilities ([#65](https://github.com/Code-Vedas/mutils/issues/65)) ([b19cbea](https://github.com/Code-Vedas/mutils/commit/b19cbea4dfa74bde23b0ddacfbbc5972d0b383c4))
|
|
134
|
-
|
|
135
|
-
## [1.1.3](https://github.com/Code-Vedas/mutils/compare/v1.1.2...v1.1.3) (2020-10-18)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### Bug Fixes
|
|
139
|
-
|
|
140
|
-
* Gemfile to reduce vulnerabilities ([#65](https://github.com/Code-Vedas/mutils/issues/65)) ([49b5ae2](https://github.com/Code-Vedas/mutils/commit/49b5ae2ba795d16976425ddbaf1e1c372a940c1f))
|
|
141
|
-
|
|
142
|
-
## [1.1.2](https://github.com/Code-Vedas/mutils/compare/v1.1.1...v1.1.2) (2020-10-15)
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
### Bug Fixes
|
|
146
|
-
|
|
147
|
-
* **coveralls:** gemfile to reduce vulnerabilities ([#64](https://github.com/Code-Vedas/mutils/issues/64)) ([7d4e592](https://github.com/Code-Vedas/mutils/commit/7d4e59214d5c9aced1c4beb1a6b9f929367d84da))
|
|
148
|
-
|
|
149
|
-
## [1.1.1](https://github.com/Code-Vedas/mutils/compare/v1.1.0...v1.1.1) (2020-10-05)
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
### Bug Fixes
|
|
153
|
-
|
|
154
|
-
* **params:** always send hash in params ([7d71b6d](https://github.com/Code-Vedas/mutils/commit/7d71b6d2c89f39883745a40e5472c444b5673e8b))
|
|
155
|
-
|
|
156
|
-
# [1.1.0](https://github.com/Code-Vedas/mutils/compare/v1.0.1...v1.1.0) (2020-08-15)
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
### Features
|
|
160
|
-
|
|
161
|
-
* **params:** conditional if:Proc get params as second attribute ([55a3b08](https://github.com/Code-Vedas/mutils/commit/55a3b08fee52c0dbef2b22c6e4f468389f8c53a4))
|
|
162
|
-
|
|
163
|
-
## [1.0.1](https://github.com/Code-Vedas/mutils/compare/v1.0.0...v1.0.1) (2020-07-24)
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
### Bug Fixes
|
|
167
|
-
|
|
168
|
-
* **semantic-release:** enable semantic-release ([aa9c28f](https://github.com/Code-Vedas/mutils/commit/aa9c28fb8da7fcd1915a189bda22f8421a566eee))
|
|
169
|
-
|
|
170
|
-
## [1.0.0](https://github.com/code-vedas/mutils/tree/v0.2.36) (2020-04-17)
|
|
171
|
-
|
|
172
|
-
[Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.36...v1.0.0)
|
|
173
|
-
|
|
174
|
-
**First Stable release: Features**
|
|
175
|
-
- Performance upto 35i/s under load
|
|
176
|
-
- Observed 35-40 MB of memory usage
|
|
177
|
-
- Fully featured JSON serializer similar to Active Serializer but with more power and speed.
|
|
178
|
-
|
|
179
|
-
**Changes:**
|
|
180
|
-
- Code refactored
|
|
181
|
-
- Using cache for expensive operations
|
|
182
|
-
|
|
183
|
-
## [0.2.36](https://github.com/code-vedas/mutils/tree/v0.2.36) (2020-04-14)
|
|
184
|
-
|
|
185
|
-
[Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.35...v0.2.36)
|
|
186
|
-
|
|
187
|
-
**Merged pull requests:**
|
|
188
|
-
|
|
189
|
-
- Remove active support dep [\#34](https://github.com/code-vedas/mutils/pull/34) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
190
|
-
- Conditional attributes and relations [\#32](https://github.com/code-vedas/mutils/pull/32) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
191
|
-
- chore: add more ruby version and os to test [\#31](https://github.com/code-vedas/mutils/pull/31) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
192
|
-
|
|
193
|
-
## [0.2.35](https://github.com/code-vedas/mutils/tree/v0.2.35) (2020-03-30)
|
|
194
|
-
|
|
195
|
-
[Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.34...v0.2.35)
|
|
196
|
-
|
|
197
|
-
**Merged pull requests:**
|
|
198
|
-
|
|
199
|
-
- new option 'label' for relations [\#30](https://github.com/code-vedas/mutils/pull/30) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
200
|
-
- added custom\_method and attribute example [\#29](https://github.com/code-vedas/mutils/pull/29) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
201
|
-
- chore: update changelog [\#28](https://github.com/code-vedas/mutils/pull/28) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
202
|
-
|
|
203
|
-
## [0.2.34](https://github.com/code-vedas/mutils/tree/v0.2.34) (2020-03-29)
|
|
204
|
-
|
|
205
|
-
[Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.33...v0.2.34)
|
|
206
|
-
|
|
207
|
-
**Merged pull requests:**
|
|
208
|
-
|
|
209
|
-
- Feature/attribute can be optional [\#27](https://github.com/code-vedas/mutils/pull/27) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
210
|
-
|
|
211
|
-
## [0.2.33](https://github.com/code-vedas/mutils/tree/v0.2.33) (2020-03-29)
|
|
212
|
-
|
|
213
|
-
[Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.32...v0.2.33)
|
|
214
|
-
|
|
215
|
-
**Merged pull requests:**
|
|
216
|
-
|
|
217
|
-
- Added new custom\_method in serializer to control if include method [\#26](https://github.com/code-vedas/mutils/pull/26) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
218
|
-
- Update CHANGELOG.md [\#25](https://github.com/code-vedas/mutils/pull/25) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
219
|
-
- Create .codeclimate.yml [\#24](https://github.com/code-vedas/mutils/pull/24) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
220
|
-
- changelog: v0.2.32 [\#22](https://github.com/code-vedas/mutils/pull/22) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
221
|
-
|
|
222
|
-
## [0.2.32](https://github.com/code-vedas/mutils/tree/v0.2.32) (2020-03-18)
|
|
223
|
-
|
|
224
|
-
[Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.31...v0.2.32)
|
|
225
|
-
|
|
226
|
-
**Merged pull requests:**
|
|
227
|
-
|
|
228
|
-
- Feature/improve performance [\#21](https://github.com/code-vedas/mutils/pull/21) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
229
|
-
|
|
230
|
-
## [0.2.31](https://github.com/code-vedas/mutils/tree/v0.2.31) (2020-03-18)
|
|
231
|
-
|
|
232
|
-
[Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.30...v0.2.31)
|
|
233
|
-
|
|
234
|
-
**Merged pull requests:**
|
|
235
|
-
|
|
236
|
-
- Update version.rb [\#20](https://github.com/code-vedas/mutils/pull/20) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
237
|
-
- Rake 13.0 [\#19](https://github.com/code-vedas/mutils/pull/19) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
238
|
-
|
|
239
|
-
## [0.2.30](https://github.com/code-vedas/mutils/tree/v0.2.30) (2020-03-17)
|
|
240
|
-
|
|
241
|
-
[Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.29...v0.2.30)
|
|
242
|
-
|
|
243
|
-
**Merged pull requests:**
|
|
244
|
-
|
|
245
|
-
- Deps [\#18](https://github.com/code-vedas/mutils/pull/18) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
246
|
-
|
|
247
|
-
## [0.2.29](https://github.com/code-vedas/mutils/tree/v0.2.29) (2019-12-07)
|
|
248
|
-
|
|
249
|
-
[Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.28...v0.2.29)
|
|
250
|
-
|
|
251
|
-
**Merged pull requests:**
|
|
252
|
-
|
|
253
|
-
- Scope Variable bug [\#14](https://github.com/code-vedas/mutils/pull/14) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
254
|
-
|
|
255
|
-
## [0.2.28](https://github.com/code-vedas/mutils/tree/v0.2.28) (2019-11-26)
|
|
256
|
-
|
|
257
|
-
[Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.27...v0.2.28)
|
|
258
|
-
|
|
259
|
-
**Implemented enhancements:**
|
|
260
|
-
|
|
261
|
-
- Feature/scoped generator [\#13](https://github.com/code-vedas/mutils/pull/13) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
262
|
-
|
|
263
|
-
## [0.2.27](https://github.com/code-vedas/mutils/tree/v0.2.27) (2019-11-25)
|
|
264
|
-
|
|
265
|
-
[Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.26...v0.2.27)
|
|
266
|
-
|
|
267
|
-
**Implemented enhancements:**
|
|
268
|
-
|
|
269
|
-
- feat: coveralls added [\#5](https://github.com/code-vedas/mutils/pull/5) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
270
|
-
|
|
271
|
-
**Merged pull requests:**
|
|
272
|
-
|
|
273
|
-
- Update CHANGELOG.md [\#12](https://github.com/code-vedas/mutils/pull/12) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
274
|
-
- Update version.rb [\#11](https://github.com/code-vedas/mutils/pull/11) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
275
|
-
- Removing code smells [\#9](https://github.com/code-vedas/mutils/pull/9) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
276
|
-
- Update README.md [\#8](https://github.com/code-vedas/mutils/pull/8) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
277
|
-
- Update README.md [\#7](https://github.com/code-vedas/mutils/pull/7) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
278
|
-
- Update README.md [\#6](https://github.com/code-vedas/mutils/pull/6) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
279
|
-
|
|
280
|
-
## [0.2.26](https://github.com/code-vedas/mutils/tree/v0.2.26) (2019-11-24)
|
|
281
|
-
|
|
282
|
-
[Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.25...v0.2.26)
|
|
283
|
-
|
|
284
|
-
## [0.2.25](https://github.com/code-vedas/mutils/tree/v0.2.25) (2019-11-24)
|
|
285
|
-
|
|
286
|
-
[Full Changelog](https://github.com/code-vedas/mutils/compare/885f96959dd3701ac20ed0981b920be753c00db0...v0.2.25)
|
|
287
|
-
|
|
288
|
-
**Merged pull requests:**
|
|
289
|
-
|
|
290
|
-
- Feature/improve concurrency [\#4](https://github.com/code-vedas/mutils/pull/4) ([niteshpurohit](https://github.com/niteshpurohit))
|
|
291
|
-
- Testing Deploy [\#3](https://github.com/code-vedas/mutils/pull/3) ([niteshpurohit](https://github.com/niteshpurohit))
|
data/CODE_OF_CONDUCT.md
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
# Contributor Covenant Code of Conduct
|
|
2
|
-
|
|
3
|
-
## Our Pledge
|
|
4
|
-
|
|
5
|
-
In the interest of fostering an open and welcoming environment, we as
|
|
6
|
-
contributors and maintainers pledge to making participation in our project and
|
|
7
|
-
our community a harassment-free experience for everyone, regardless of age, body
|
|
8
|
-
size, disability, ethnicity, gender identity and expression, level of experience,
|
|
9
|
-
nationality, personal appearance, race, religion, or sexual identity and
|
|
10
|
-
orientation.
|
|
11
|
-
|
|
12
|
-
## Our Standards
|
|
13
|
-
|
|
14
|
-
Examples of behavior that contributes to creating a positive environment
|
|
15
|
-
include:
|
|
16
|
-
|
|
17
|
-
* Using welcoming and inclusive language
|
|
18
|
-
* Being respectful of differing viewpoints and experiences
|
|
19
|
-
* Gracefully accepting constructive criticism
|
|
20
|
-
* Focusing on what is best for the community
|
|
21
|
-
* Showing empathy towards other community members
|
|
22
|
-
|
|
23
|
-
Examples of unacceptable behavior by participants include:
|
|
24
|
-
|
|
25
|
-
* The use of sexualized language or imagery and unwelcome sexual attention or
|
|
26
|
-
advances
|
|
27
|
-
* Trolling, insulting/derogatory comments, and personal or political attacks
|
|
28
|
-
* Public or private harassment
|
|
29
|
-
* Publishing others' private information, such as a physical or electronic
|
|
30
|
-
address, without explicit permission
|
|
31
|
-
* Other conduct which could reasonably be considered inappropriate in a
|
|
32
|
-
professional setting
|
|
33
|
-
|
|
34
|
-
## Our Responsibilities
|
|
35
|
-
|
|
36
|
-
Project maintainers are responsible for clarifying the standards of acceptable
|
|
37
|
-
behavior and are expected to take appropriate and fair corrective action in
|
|
38
|
-
response to any instances of unacceptable behavior.
|
|
39
|
-
|
|
40
|
-
Project maintainers have the right and responsibility to remove, edit, or
|
|
41
|
-
reject comments, commits, code, wiki edits, issues, and other contributions
|
|
42
|
-
that are not aligned to this Code of Conduct, or to ban temporarily or
|
|
43
|
-
permanently any contributor for other behaviors that they deem inappropriate,
|
|
44
|
-
threatening, offensive, or harmful.
|
|
45
|
-
|
|
46
|
-
## Scope
|
|
47
|
-
|
|
48
|
-
This Code of Conduct applies both within project spaces and in public spaces
|
|
49
|
-
when an individual is representing the project or its community. Examples of
|
|
50
|
-
representing a project or community include using an official project e-mail
|
|
51
|
-
address, posting via an official social media account, or acting as an appointed
|
|
52
|
-
representative at an online or offline event. Representation of a project may be
|
|
53
|
-
further defined and clarified by project maintainers.
|
|
54
|
-
|
|
55
|
-
## Enforcement
|
|
56
|
-
|
|
57
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
58
|
-
reported by contacting the project team at nitesh.purohit.it@gmail.com. All
|
|
59
|
-
complaints will be reviewed and investigated and will result in a response that
|
|
60
|
-
is deemed necessary and appropriate to the circumstances. The project team is
|
|
61
|
-
obligated to maintain confidentiality with regard to the reporter of an incident.
|
|
62
|
-
Further details of specific enforcement policies may be posted separately.
|
|
63
|
-
|
|
64
|
-
Project maintainers who do not follow or enforce the Code of Conduct in good
|
|
65
|
-
faith may face temporary or permanent repercussions as determined by other
|
|
66
|
-
members of the project's leadership.
|
|
67
|
-
|
|
68
|
-
## Attribution
|
|
69
|
-
|
|
70
|
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
|
71
|
-
available at [http://contributor-covenant.org/version/1/4][version]
|
|
72
|
-
|
|
73
|
-
[homepage]: http://contributor-covenant.org
|
|
74
|
-
[version]: http://contributor-covenant.org/version/1/4/
|
data/Gemfile
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
source 'https://rubygems.org'
|
|
4
|
-
|
|
5
|
-
# Specify your gem's dependencies in mutils.gemspec
|
|
6
|
-
gem 'benchmark'
|
|
7
|
-
gem 'bundler'
|
|
8
|
-
gem 'coveralls', '>= 0.8.23'
|
|
9
|
-
gem 'json'
|
|
10
|
-
gem 'rake'
|
|
11
|
-
gem 'rspec'
|
|
12
|
-
gem 'rspec-benchmark'
|
|
13
|
-
gem 'rspec-json_expectations'
|
|
14
|
-
gem 'rubocop'
|
|
15
|
-
gem 'rubocop-rake'
|
|
16
|
-
gem 'rubocop-rspec'
|
|
17
|
-
gem 'simplecov-lcov', git: 'https://github.com/niteshpurohit/simplecov-lcov'
|
|
18
|
-
gemspec
|
data/Gemfile.lock
DELETED
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
GIT
|
|
2
|
-
remote: https://github.com/niteshpurohit/simplecov-lcov
|
|
3
|
-
revision: f1f759f078b19a2c0c13c1cb16cfff96d915e807
|
|
4
|
-
specs:
|
|
5
|
-
simplecov-lcov (0.8.0)
|
|
6
|
-
|
|
7
|
-
PATH
|
|
8
|
-
remote: .
|
|
9
|
-
specs:
|
|
10
|
-
mutils (1.3.4)
|
|
11
|
-
dry-inflector
|
|
12
|
-
|
|
13
|
-
GEM
|
|
14
|
-
remote: https://rubygems.org/
|
|
15
|
-
specs:
|
|
16
|
-
ast (2.4.3)
|
|
17
|
-
benchmark (0.4.1)
|
|
18
|
-
benchmark-malloc (0.2.0)
|
|
19
|
-
benchmark-perf (0.6.0)
|
|
20
|
-
benchmark-trend (0.4.0)
|
|
21
|
-
bigdecimal (3.2.2)
|
|
22
|
-
bigdecimal (3.2.2-java)
|
|
23
|
-
coveralls (0.8.23)
|
|
24
|
-
json (>= 1.8, < 3)
|
|
25
|
-
simplecov (~> 0.16.1)
|
|
26
|
-
term-ansicolor (~> 1.3)
|
|
27
|
-
thor (>= 0.19.4, < 2.0)
|
|
28
|
-
tins (~> 1.6)
|
|
29
|
-
diff-lcs (1.6.2)
|
|
30
|
-
docile (1.4.1)
|
|
31
|
-
dry-inflector (1.2.0)
|
|
32
|
-
json (2.13.2)
|
|
33
|
-
json (2.13.2-java)
|
|
34
|
-
language_server-protocol (3.17.0.5)
|
|
35
|
-
lint_roller (1.1.0)
|
|
36
|
-
parallel (1.27.0)
|
|
37
|
-
parser (3.3.9.0)
|
|
38
|
-
ast (~> 2.4.1)
|
|
39
|
-
racc
|
|
40
|
-
prism (1.4.0)
|
|
41
|
-
racc (1.8.1)
|
|
42
|
-
racc (1.8.1-java)
|
|
43
|
-
rainbow (3.1.1)
|
|
44
|
-
rake (13.3.0)
|
|
45
|
-
regexp_parser (2.11.2)
|
|
46
|
-
rspec (3.13.1)
|
|
47
|
-
rspec-core (~> 3.13.0)
|
|
48
|
-
rspec-expectations (~> 3.13.0)
|
|
49
|
-
rspec-mocks (~> 3.13.0)
|
|
50
|
-
rspec-benchmark (0.6.0)
|
|
51
|
-
benchmark-malloc (~> 0.2)
|
|
52
|
-
benchmark-perf (~> 0.6)
|
|
53
|
-
benchmark-trend (~> 0.4)
|
|
54
|
-
rspec (>= 3.0)
|
|
55
|
-
rspec-core (3.13.5)
|
|
56
|
-
rspec-support (~> 3.13.0)
|
|
57
|
-
rspec-expectations (3.13.5)
|
|
58
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
59
|
-
rspec-support (~> 3.13.0)
|
|
60
|
-
rspec-json_expectations (2.2.0)
|
|
61
|
-
rspec-mocks (3.13.5)
|
|
62
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
63
|
-
rspec-support (~> 3.13.0)
|
|
64
|
-
rspec-support (3.13.4)
|
|
65
|
-
rubocop (1.79.2)
|
|
66
|
-
json (~> 2.3)
|
|
67
|
-
language_server-protocol (~> 3.17.0.2)
|
|
68
|
-
lint_roller (~> 1.1.0)
|
|
69
|
-
parallel (~> 1.10)
|
|
70
|
-
parser (>= 3.3.0.2)
|
|
71
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
72
|
-
regexp_parser (>= 2.9.3, < 3.0)
|
|
73
|
-
rubocop-ast (>= 1.46.0, < 2.0)
|
|
74
|
-
ruby-progressbar (~> 1.7)
|
|
75
|
-
unicode-display_width (>= 2.4.0, < 4.0)
|
|
76
|
-
rubocop-ast (1.46.0)
|
|
77
|
-
parser (>= 3.3.7.2)
|
|
78
|
-
prism (~> 1.4)
|
|
79
|
-
rubocop-rake (0.7.1)
|
|
80
|
-
lint_roller (~> 1.1)
|
|
81
|
-
rubocop (>= 1.72.1)
|
|
82
|
-
rubocop-rspec (3.6.0)
|
|
83
|
-
lint_roller (~> 1.1)
|
|
84
|
-
rubocop (~> 1.72, >= 1.72.1)
|
|
85
|
-
ruby-progressbar (1.13.0)
|
|
86
|
-
simplecov (0.16.1)
|
|
87
|
-
docile (~> 1.1)
|
|
88
|
-
json (>= 1.8, < 3)
|
|
89
|
-
simplecov-html (~> 0.10.0)
|
|
90
|
-
simplecov-html (0.10.2)
|
|
91
|
-
sync (0.5.0)
|
|
92
|
-
term-ansicolor (1.11.2)
|
|
93
|
-
tins (~> 1.0)
|
|
94
|
-
thor (1.4.0)
|
|
95
|
-
tins (1.39.1)
|
|
96
|
-
bigdecimal
|
|
97
|
-
sync
|
|
98
|
-
unicode-display_width (3.1.5)
|
|
99
|
-
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
100
|
-
unicode-emoji (4.0.4)
|
|
101
|
-
|
|
102
|
-
PLATFORMS
|
|
103
|
-
java
|
|
104
|
-
ruby
|
|
105
|
-
|
|
106
|
-
DEPENDENCIES
|
|
107
|
-
benchmark
|
|
108
|
-
bundler
|
|
109
|
-
coveralls (>= 0.8.23)
|
|
110
|
-
json
|
|
111
|
-
mutils!
|
|
112
|
-
rake
|
|
113
|
-
rspec
|
|
114
|
-
rspec-benchmark
|
|
115
|
-
rspec-json_expectations
|
|
116
|
-
rubocop
|
|
117
|
-
rubocop-rake
|
|
118
|
-
rubocop-rspec
|
|
119
|
-
simplecov-lcov!
|
|
120
|
-
|
|
121
|
-
BUNDLED WITH
|
|
122
|
-
2.5.6
|
data/SECURITY.md
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# Security Policy
|
|
2
|
-
|
|
3
|
-
## Supported Versions
|
|
4
|
-
|
|
5
|
-
Versions currently being supported with security updates.
|
|
6
|
-
|
|
7
|
-
| Version | Supported |
|
|
8
|
-
| ------- | ------------------ |
|
|
9
|
-
| 1.x.x | :white_check_mark: |
|
|
10
|
-
|
|
11
|
-
## Reporting a Vulnerability
|
|
12
|
-
|
|
13
|
-
Create an issue or email at security@codevedas.com
|
data/Version
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
v1.3.4
|
data/mutils.gemspec
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
lib = File.expand_path('lib', __dir__)
|
|
4
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
5
|
-
require 'mutils/version'
|
|
6
|
-
|
|
7
|
-
Gem::Specification.new do |spec|
|
|
8
|
-
spec.name = 'mutils'
|
|
9
|
-
spec.version = Mutils::VERSION
|
|
10
|
-
spec.authors = ['Nitesh Purohit']
|
|
11
|
-
spec.email = ['nitesh.purohit.it@gmail.com']
|
|
12
|
-
|
|
13
|
-
spec.summary = 'mutils Utilities for rails app'
|
|
14
|
-
spec.description = 'mutils Utilities for rails app'
|
|
15
|
-
spec.homepage = 'https://github.com/code-vedas/mutils'
|
|
16
|
-
spec.license = 'MIT'
|
|
17
|
-
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
|
18
|
-
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
19
|
-
end
|
|
20
|
-
spec.bindir = 'exe'
|
|
21
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
22
|
-
spec.require_paths = ['lib']
|
|
23
|
-
spec.required_ruby_version = '>= 3.2'
|
|
24
|
-
spec.add_dependency('dry-inflector')
|
|
25
|
-
|
|
26
|
-
spec.metadata = {
|
|
27
|
-
'bug_tracker_uri' => 'https://github.com/code-vedas/mutils/issues',
|
|
28
|
-
'source_code_uri' => 'https://github.com/Code-Vedas/mutils.git',
|
|
29
|
-
'homepage_uri' => 'https://github.com/code-vedas/mutils',
|
|
30
|
-
'rubygems_mfa_required' => 'true'
|
|
31
|
-
}
|
|
32
|
-
end
|