regexp-examples 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +4 -4
- data/README.md +1 -1
- data/db/unicode_ranges_2.4.pstore +0 -0
- data/lib/regexp-examples/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94abdab1c267eae56ef6b2d7d9968891776cb64d
|
4
|
+
data.tar.gz: 8e01129cc7d0d34d584f25e52950e89cea9d431b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 776ca69a842d56844c0fd2b9eb0d03d5999a1bce2018ff74ee0a92106347f5710dc8c0bab1ce9beb705393768be8709d1f2193bc23381385f386e037f68151fb
|
7
|
+
data.tar.gz: 1c429180eec239661ab896a19a88835428ec74e05bb9af4ad6d63998d3d213510fc72d50d91be96eac9e78cad9e42c6f18d29f61b772b954fc48ea0b16b75a7e
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
@@ -57,7 +57,7 @@ Obviously, you will get different (random) results if you try these yourself!
|
|
57
57
|
* MRI 2.1.x
|
58
58
|
* MRI 2.2.x
|
59
59
|
* MRI 2.3.x
|
60
|
-
* MRI 2.4.
|
60
|
+
* MRI 2.4.x
|
61
61
|
|
62
62
|
MRI ≤ 1.9.3 are not supported. This is primarily because MRI 2.0.0 introduced a new
|
63
63
|
regexp engine (`Oniguruma` was replaced by `Onigmo`). Whilst *most* of this gem could
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: regexp-examples
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Lord
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
100
|
version: '0'
|
101
101
|
requirements: []
|
102
102
|
rubyforge_project:
|
103
|
-
rubygems_version: 2.
|
103
|
+
rubygems_version: 2.6.8
|
104
104
|
signing_key:
|
105
105
|
specification_version: 4
|
106
106
|
summary: Extends the Regexp class with '#examples' and '#random_example'
|