matiuky_regexp 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -0
- data/README.md +4 -1
- data/lib/matiuky_regexp/version.rb +1 -1
- data/matiuky_regexp.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 195ac1bdc26f5a89ab10ca7ac65192385b36ad4081d71e67be4ed491d836d73c
|
4
|
+
data.tar.gz: 4eb2f08ded095f4b664100d81c927dde5c52b1d140fef51740332d7317b6ed5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64cbef20f0caa9b05735a56508c209647b656b39782dda2a129c8380ea9e7adaf6dd12fd470c29c403cdd6761ee3b90d061a4f2a5fb66418002de557e39eb653
|
7
|
+
data.tar.gz: 27a843322d92e3551c5b290d70c207b6f739ba66ea5c899739bf817dd9fb293deb93b0e4ad0bd09f345530e9ae6779d1eb20212f347f3534de50afa0b9e205a9
|
data/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2016-2020 Anton Maminov
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
data/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# MatiukyRegexp
|
2
2
|
|
3
3
|
[![Build Status][travis_badge]][travis]
|
4
|
+
[![Gem Version][rubygems_badge]][rubygems]
|
4
5
|
|
5
6
|
A collection of usefull regular expressions for ukrainian matiuky
|
6
7
|
|
@@ -54,7 +55,9 @@ Author: Anton Maminov (anton.maminov@gmail.com)
|
|
54
55
|
|
55
56
|
Copyright: 2016-2020 Anton Maminov (anton.maminov@gmail.com)
|
56
57
|
|
57
|
-
|
58
|
+
This library is distributed under the MIT license. Please see the LICENSE file.
|
58
59
|
|
59
60
|
[travis_badge]: http://img.shields.io/travis/mamantoha/matiuky_regexp.svg?style=flat
|
60
61
|
[travis]: https://travis-ci.org/mamantoha/matiuky_regexp
|
62
|
+
[rubygems_badge]: http://img.shields.io/gem/v/matiuky_regexp.svg?style=flat
|
63
|
+
[rubygems]: http://rubygems.org/gems/matiuky_regexp
|
data/matiuky_regexp.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
|
13
13
|
spec.summary = ' A collection of usefull regular expressions for ukrainian matiuky'
|
14
14
|
spec.homepage = 'https://github.com/mamantoha/matiuky_regexp'
|
15
|
-
spec.
|
15
|
+
spec.licenses = 'MIT'
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
18
18
|
spec.bindir = 'exe'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: matiuky_regexp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anton Maminov
|
@@ -77,6 +77,7 @@ files:
|
|
77
77
|
- ".rubocop.yml"
|
78
78
|
- ".travis.yml"
|
79
79
|
- Gemfile
|
80
|
+
- LICENSE
|
80
81
|
- README.md
|
81
82
|
- Rakefile
|
82
83
|
- bin/console
|
@@ -87,7 +88,7 @@ files:
|
|
87
88
|
- matiuky_regexp.gemspec
|
88
89
|
homepage: https://github.com/mamantoha/matiuky_regexp
|
89
90
|
licenses:
|
90
|
-
-
|
91
|
+
- MIT
|
91
92
|
metadata: {}
|
92
93
|
post_install_message:
|
93
94
|
rdoc_options: []
|