regexp-examples 0.3.0 → 0.3.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/README.md +3 -3
- data/coverage/.resultset.json +77 -74
- data/coverage/index.html +350 -332
- data/lib/regexp-examples/groups.rb +2 -0
- data/lib/regexp-examples/version.rb +1 -1
- data/regexp-examples.gemspec +0 -1
- data/spec/regexp-examples_spec.rb +2 -1
- metadata +2 -2
data/regexp-examples.gemspec
CHANGED
@@ -3,7 +3,6 @@ require File.expand_path("../lib/regexp-examples/version", __FILE__)
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'regexp-examples'
|
5
5
|
s.version = RegexpExamples::VERSION
|
6
|
-
s.date = '2014-11-04'
|
7
6
|
s.summary = "Extends the Regexp class with '#examples'"
|
8
7
|
s.description =
|
9
8
|
'Regexp#examples returns a list of strings that are matched by the regex'
|
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: 0.3.
|
4
|
+
version: 0.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:
|
11
|
+
date: 2015-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|