gitmoji-regex 0.1.2 → 0.1.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 +4 -4
- data/CHANGELOG.md +14 -4
- data/README.md +26 -15
- data/lib/gitmoji/regex/version.rb +1 -1
- data/spec/spec_helper.rb +22 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a34bdf4e77daed3392c972f0894b2f617f5485e6158f978b61357afb19df3a9
|
|
4
|
+
data.tar.gz: bffbece18bb05f5e94ee4d4dc708dace3952312642fbfbcf376ada8abcefef8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a78297951c52b512118df61c6ccf4374f0454dfd09ae9a9b9b57181ac94fdf1ef8ac2c2c38ff86a9d1a20c6d5c46a984ee3d54b939d4651d282059e48d9f09e
|
|
7
|
+
data.tar.gz: 6f5875beff86ae3d52951e1c233c4cd16fb0bea3197de9e84dcaf10034e83c7c402115c38595335ae15b264e9f5bd8830476d84f9c0cd65ddc5dd4dbb1c60c97
|
data/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
|
|
14
14
|
### Removed
|
|
15
15
|
|
|
16
|
+
## [0.1.3] - 2022-03-30
|
|
17
|
+
### Added
|
|
18
|
+
- Documentation
|
|
19
|
+
- Badges
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
- Code Coverage
|
|
23
|
+
- Changelog URLs
|
|
24
|
+
|
|
16
25
|
## [0.1.2] - 2022-03-29
|
|
17
26
|
### Added
|
|
18
27
|
- Badges and Logos
|
|
@@ -25,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
25
34
|
### Added
|
|
26
35
|
- Initial release
|
|
27
36
|
|
|
28
|
-
[Unreleased]: https://github.com/
|
|
29
|
-
[0.1.
|
|
30
|
-
[0.1.
|
|
31
|
-
[0.1.
|
|
37
|
+
[Unreleased]: https://github.com/pboling/gitmoji-regex/compare/.v0.1.3...HEAD
|
|
38
|
+
[0.1.3]: https://github.com/pboling/gitmoji-regex/compare/v0.1.2...v0.1.3
|
|
39
|
+
[0.1.2]: https://github.com/pboling/gitmoji-regex/compare/v0.1.1...v0.1.2
|
|
40
|
+
[0.1.1]: https://github.com/pboling/gitmoji-regex/compare/v0.1.0...v0.1.1
|
|
41
|
+
[0.1.0]: https://github.com/pboling/gitmoji-regex/compare/e71c6c3dad5bfd59ae2509531eaea3a16e21cb63...v0.1.0
|
data/README.md
CHANGED
|
@@ -38,17 +38,20 @@ badge #s:
|
|
|
38
38
|
🖐
|
|
39
39
|
🧮
|
|
40
40
|
📗
|
|
41
|
+
|
|
42
|
+
appended indicators:
|
|
43
|
+
♻️ - URL needs to be updated from SASS integration. Find / Replace is insufficient.
|
|
41
44
|
-->
|
|
42
45
|
|
|
43
|
-
| | Project
|
|
44
|
-
|
|
45
|
-
| 1️⃣ | name, license, docs
|
|
46
|
-
| 2️⃣ | version & activity
|
|
47
|
-
| 3️⃣ | maintanence & linting
|
|
48
|
-
| 4️⃣ | testing
|
|
49
|
-
| 5️⃣ | coverage & security
|
|
50
|
-
| 6️⃣ | resources
|
|
51
|
-
| 7️⃣ | spread 💖
|
|
46
|
+
| | Project | bundle add gitmoji-regex |
|
|
47
|
+
|:----|--------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
48
|
+
| 1️⃣ | name, license, docs, standards | [![RubyGems.org][⛳️name-img]][⛳️gem] [![License: MIT][🖇src-license-img]][🖇src-license] <!--[![FOSSA][🏘fossa-img]][🏘fossa]--> [![RubyDoc.info][🚎yard-img]][🚎yard] [![GitMoji][🖐gitmoji-img]][🖐gitmoji] [![SemVer 2.0.0][🧮semver-img]][semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] |
|
|
49
|
+
| 2️⃣ | version & activity | [![Gem Version][⛳️version-img]][⛳️gem] [![Total Downloads][🖇DL-total-img]][⛳️gem] [![Download Rank][🏘DL-rank-img]][⛳️gem] [![Source Code][🚎src-home-img]][🚎src-home] [![Open PRs][🖐prs-o-img]][🖐prs-o] [![Closed PRs][🧮prs-c-img]][🧮prs-c] <!--[![Next Version][📗next-img]][📗next]--> |
|
|
50
|
+
| 3️⃣ | maintanence & linting | [![Maintainability][⛳cclim-maint-img♻️]][⛳cclim-maint] [![Helpers][🖇triage-help-img]][🖇triage-help] [![Depfu][🏘depfu-img♻️]][🏘depfu♻️] [![Contributors][🚎contributors-img]][🚎contributors] [![Style][🖐style-wf-img]][🖐style-wf] [![Kloc Roll][🧮kloc-img]][🧮kloc] |
|
|
51
|
+
| 4️⃣ | testing | [![Open Issues][⛳iss-o-img]][⛳iss-o] [![Closed Issues][🖇iss-c-img]][🖇iss-c] [![Supported][🏘sup-wf-img]][🏘sup-wf] [![Heads][🚎heads-wf-img]][🚎heads-wf] [![Unofficial Support][🖐uns-wf-img]][🖐uns-wf] <!--[![MacOS][🧮mac-wf-img]][🧮mac-wf] [![Windows][📗win-wf-img]][📗win-wf]--> |
|
|
52
|
+
| 5️⃣ | coverage & security | [![CodeClimate][⛳cclim-cov-img♻️]][⛳cclim-cov] [![CodeCov][🖇codecov-img♻️]][🖇codecov] [![Coveralls][🏘coveralls-img]][🏘coveralls] [![Security Policy][🚎sec-pol-img]][🚎sec-pol] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![Code Coverage][🧮cov-wf-img]][🧮cov-wf] |
|
|
53
|
+
| 6️⃣ | resources | [![Discussion][⛳gh-discussions-img]][⛳gh-discussions] [![Get help on Codementor][🖇codementor-img]][🖇codementor] [![Chat][🏘chat-img]][🏘chat] [![Blog][🚎blog-img]][🚎blog] [![Wiki][🖐wiki-img]][🖐wiki] |
|
|
54
|
+
| 7️⃣ | spread 💖 | [![Liberapay Patrons][⛳liberapay-img]][⛳liberapay] [![Sponsor Me][🖇sponsor-img]][🖇sponsor] [![Tweet @ Peter][🏘tweet-img]][🏘tweet] [🌏][aboutme] [👼][angelme] [💻][coderme] [🌹][politicme] |
|
|
52
55
|
|
|
53
56
|
<!--
|
|
54
57
|
The link tokens in the following sections should be kept ordered by the row and badge numbering scheme
|
|
@@ -63,7 +66,11 @@ The link tokens in the following sections should be kept ordered by the row and
|
|
|
63
66
|
[🏘fossa-img]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fpboling%2Fgitmoji-regex.svg?type=shield
|
|
64
67
|
[🚎yard]: https://www.rubydoc.info/github/pboling/gitmoji-regex
|
|
65
68
|
[🚎yard-img]: https://img.shields.io/badge/documentation-rubydoc-brightgreen.svg?style=flat
|
|
66
|
-
[🖐
|
|
69
|
+
[🖐gitmoji]: https://gitmoji.dev
|
|
70
|
+
[🖐gitmoji-img]: https://img.shields.io/badge/gitmoji-3.9.0-FFDD67.svg?style=flat
|
|
71
|
+
[🧮semver-img]: https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
|
|
72
|
+
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
|
73
|
+
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
|
|
67
74
|
|
|
68
75
|
<!-- 2️⃣ version & activity -->
|
|
69
76
|
[⛳️version-img]: http://img.shields.io/gem/v/gitmoji-regex.svg
|
|
@@ -80,11 +87,11 @@ The link tokens in the following sections should be kept ordered by the row and
|
|
|
80
87
|
|
|
81
88
|
<!-- 3️⃣ maintanence & linting -->
|
|
82
89
|
[⛳cclim-maint]: https://codeclimate.com/github/pboling/gitmoji-regex/maintainability
|
|
83
|
-
[⛳cclim-maint-img]: https://api.codeclimate.com/v1/badges/
|
|
90
|
+
[⛳cclim-maint-img♻️]: https://api.codeclimate.com/v1/badges/f32e1d1148e8bad58197/maintainability
|
|
84
91
|
[🖇triage-help]: https://www.codetriage.com/pboling/gitmoji-regex
|
|
85
92
|
[🖇triage-help-img]: https://www.codetriage.com/pboling/gitmoji-regex/badges/users.svg
|
|
86
|
-
[🏘depfu]: https://depfu.com/github/pboling/gitmoji-regex?project_id=
|
|
87
|
-
[🏘depfu-img]: https://badges.depfu.com/badges/
|
|
93
|
+
[🏘depfu♻️]: https://depfu.com/github/pboling/gitmoji-regex?project_id=34924
|
|
94
|
+
[🏘depfu-img♻️]: https://badges.depfu.com/badges/300630ab4b7c2efea20806d13d1ef41f/count.svg
|
|
88
95
|
[🚎contributors]: https://github.com/pboling/gitmoji-regex/graphs/contributors
|
|
89
96
|
[🚎contributors-img]: https://img.shields.io/github/contributors-anon/pboling/gitmoji-regex
|
|
90
97
|
[🖐style-wf]: https://github.com/pboling/gitmoji-regex/actions/workflows/style.yml
|
|
@@ -110,8 +117,8 @@ The link tokens in the following sections should be kept ordered by the row and
|
|
|
110
117
|
|
|
111
118
|
<!-- 5️⃣ coverage & security -->
|
|
112
119
|
[⛳cclim-cov]: https://codeclimate.com/github/pboling/gitmoji-regex/test_coverage
|
|
113
|
-
[⛳cclim-cov-img]: https://api.codeclimate.com/v1/badges/
|
|
114
|
-
[🖇codecov-img]: https://codecov.io/gh/pboling/gitmoji-regex/branch/main/graph/badge.svg?token=
|
|
120
|
+
[⛳cclim-cov-img♻️]: https://api.codeclimate.com/v1/badges/f32e1d1148e8bad58197/test_coverage
|
|
121
|
+
[🖇codecov-img♻️]: https://codecov.io/gh/pboling/gitmoji-regex/branch/main/graph/badge.svg?token=EJCOr0hsPq
|
|
115
122
|
[🖇codecov]: https://codecov.io/gh/pboling/gitmoji-regex
|
|
116
123
|
[🏘coveralls]: https://coveralls.io/github/pboling/gitmoji-regex?branch=main
|
|
117
124
|
[🏘coveralls-img]: https://coveralls.io/repos/github/pboling/gitmoji-regex/badge.svg?branch=main
|
|
@@ -216,6 +223,10 @@ For example:
|
|
|
216
223
|
spec.add_dependency "gitmoji-regex", "~> 0.1"
|
|
217
224
|
```
|
|
218
225
|
|
|
226
|
+
## Security
|
|
227
|
+
|
|
228
|
+
See [SECURITY.md](https://github.com/pboling/gitmoji-regex/blob/main/SECURITY.md).
|
|
229
|
+
|
|
219
230
|
[copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
220
231
|
|
|
221
232
|
[gh_discussions]: https://github.com/pboling/gitmoji-regex/discussions
|
data/spec/spec_helper.rb
CHANGED
|
@@ -20,7 +20,28 @@ if DEBUG
|
|
|
20
20
|
end
|
|
21
21
|
end
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
if RUN_COVERAGE
|
|
24
|
+
require "simplecov" # Config file `.simplecov` is run immediately when simplecov loads
|
|
25
|
+
require "codecov"
|
|
26
|
+
require "simplecov-json"
|
|
27
|
+
require "simplecov-lcov"
|
|
28
|
+
require "simplecov-cobertura"
|
|
29
|
+
# This will override any formatter set in .simplecov
|
|
30
|
+
if ALL_FORMATTERS
|
|
31
|
+
SimpleCov::Formatter::LcovFormatter.config do |c|
|
|
32
|
+
c.report_with_single_file = true
|
|
33
|
+
c.single_report_path = "coverage/lcov.info"
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
SimpleCov.formatters = [
|
|
37
|
+
SimpleCov::Formatter::HTMLFormatter,
|
|
38
|
+
SimpleCov::Formatter::CoberturaFormatter, # XML for Jenkins
|
|
39
|
+
SimpleCov::Formatter::LcovFormatter,
|
|
40
|
+
SimpleCov::Formatter::JSONFormatter, # For CodeClimate
|
|
41
|
+
SimpleCov::Formatter::Codecov # For CodeCov
|
|
42
|
+
]
|
|
43
|
+
end
|
|
44
|
+
end
|
|
24
45
|
|
|
25
46
|
# This gem
|
|
26
47
|
require "gitmoji/regex"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gitmoji-regex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-03-
|
|
11
|
+
date: 2022-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: http
|
|
@@ -145,10 +145,10 @@ licenses:
|
|
|
145
145
|
- MIT
|
|
146
146
|
metadata:
|
|
147
147
|
homepage_uri: https://github.com/pboling/gitmoji-regex
|
|
148
|
-
source_code_uri: https://github.com/pboling/gitmoji-regex/tree/v0.1.
|
|
149
|
-
changelog_uri: https://github.com/pboling/gitmoji-regex/blob/v0.1.
|
|
148
|
+
source_code_uri: https://github.com/pboling/gitmoji-regex/tree/v0.1.3
|
|
149
|
+
changelog_uri: https://github.com/pboling/gitmoji-regex/blob/v0.1.3/CHANGELOG.md
|
|
150
150
|
bug_tracker_uri: https://github.com/pboling/gitmoji-regex/issues
|
|
151
|
-
documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/0.1.
|
|
151
|
+
documentation_uri: https://www.rubydoc.info/gems/gitmoji-regex/0.1.3
|
|
152
152
|
wiki_uri: https://github.com/pboling/gitmoji-regex/wiki
|
|
153
153
|
rubygems_mfa_required: 'true'
|
|
154
154
|
post_install_message:
|