matiuky_regexp 0.6.0 → 0.6.1
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 +1 -1
- data/README.md +1 -1
- data/lib/matiuky_regexp/version.rb +1 -1
- data/matiuky_regexp.gemspec +1 -0
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2360cd9bbf881d24beb5e2754b0e0967a770390a20780dad9db9faa4b72a2fe2
|
|
4
|
+
data.tar.gz: ababced51129b359e8d5752c1ae46792b0b1f114697a14e48a2ee97f2ec468bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a53b6f9a7306273c86cffca5fd08a5cca7b63b5bbe7ba7ffe5e46793679c11b92de3847d29157c54868e8ef41811d34d339e01c8c1955f41b2026aa6a890423
|
|
7
|
+
data.tar.gz: c1f0d8f1b2a67d9535b11d3e1b25732b7cce5189430482156feb9bdcd2f4bcb1557a5219e1db377f4e5fdfafb3546d9f357fe7c9d9933be28839dbba96caca44
|
data/LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -53,7 +53,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/mamant
|
|
|
53
53
|
|
|
54
54
|
Author: Anton Maminov (anton.maminov@gmail.com)
|
|
55
55
|
|
|
56
|
-
Copyright: 2016-
|
|
56
|
+
Copyright: 2016-2022 Anton Maminov (anton.maminov@gmail.com)
|
|
57
57
|
|
|
58
58
|
This library is distributed under the MIT license. Please see the LICENSE file.
|
|
59
59
|
|
data/matiuky_regexp.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: matiuky_regexp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anton Maminov
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
-
description:
|
|
69
|
+
description:
|
|
70
70
|
email:
|
|
71
71
|
- anton.linux@gmail.com
|
|
72
72
|
executables: []
|
|
@@ -89,8 +89,9 @@ files:
|
|
|
89
89
|
homepage: https://github.com/mamantoha/matiuky_regexp
|
|
90
90
|
licenses:
|
|
91
91
|
- MIT
|
|
92
|
-
metadata:
|
|
93
|
-
|
|
92
|
+
metadata:
|
|
93
|
+
rubygems_mfa_required: 'true'
|
|
94
|
+
post_install_message:
|
|
94
95
|
rdoc_options: []
|
|
95
96
|
require_paths:
|
|
96
97
|
- lib
|
|
@@ -105,8 +106,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
105
106
|
- !ruby/object:Gem::Version
|
|
106
107
|
version: '0'
|
|
107
108
|
requirements: []
|
|
108
|
-
rubygems_version: 3.
|
|
109
|
-
signing_key:
|
|
109
|
+
rubygems_version: 3.3.7
|
|
110
|
+
signing_key:
|
|
110
111
|
specification_version: 4
|
|
111
112
|
summary: A collection of usefull regular expressions for ukrainian matiuky
|
|
112
113
|
test_files: []
|