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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9894154e2704c92fcb6ca8754341277d703b32c
4
- data.tar.gz: 3e63a6729574eac68d254315766919c5e09f4b23
3
+ metadata.gz: 94abdab1c267eae56ef6b2d7d9968891776cb64d
4
+ data.tar.gz: 8e01129cc7d0d34d584f25e52950e89cea9d431b
5
5
  SHA512:
6
- metadata.gz: 17d0bb4de2e56575c782a77de333ed1c99facaa75f91d4b29ebd33b9343e37a35f337f1e75f0c62517c9b4865156bb7dd77518e3caf76077c38815dc3f638710
7
- data.tar.gz: cf2d3b8d98116c909bd6aeb949e891f6fdfa5140fca42454a5a1c1bd24f4cb7cca6254a914b400b3776e7629281b66e688391f9e9e7536dcb298ea58fef798c2
6
+ metadata.gz: 776ca69a842d56844c0fd2b9eb0d03d5999a1bce2018ff74ee0a92106347f5710dc8c0bab1ce9beb705393768be8709d1f2193bc23381385f386e037f68151fb
7
+ data.tar.gz: 1c429180eec239661ab896a19a88835428ec74e05bb9af4ad6d63998d3d213510fc72d50d91be96eac9e78cad9e42c6f18d29f61b772b954fc48ea0b16b75a7e
data/.travis.yml CHANGED
@@ -1,9 +1,9 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.0.0-p598
4
- - 2.1.6
5
- - 2.2.4
6
- - 2.3.0
3
+ - 2.0.0
4
+ - 2.1.10
5
+ - 2.2.6
6
+ - 2.3.3
7
7
  - ruby-head
8
8
  matrix:
9
9
  allow_failures:
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.0-dev
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
@@ -1,4 +1,4 @@
1
1
  # Gem version
2
2
  module RegexpExamples
3
- VERSION = '1.3.0'
3
+ VERSION = '1.3.1'
4
4
  end
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.0
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-17 00:00:00.000000000 Z
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.5.1
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'