regularity 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/regularity/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: c3dfda8cb2dc77dd720be20afeded8a232549ac57ba955212ac3cce613cb0407
|
4
|
+
data.tar.gz: 3d4564dd5ac780e298278d7f9272c02cb5124e20fe979c7accb2f6033040d56b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b71b030d97946a69bb77d9c601a7201ae8320ededf067726e6d7ca7ddd850209f608830874f97b8536730f4d538443dc889fc299bd9f8c2a400842102a607ea8
|
7
|
+
data.tar.gz: ba72f4c3ea221ab3ae9df03593d63f99ea001b58f553f4657215305d622460fd392ce373dcaea47aa78c0655c51121210db1fb6abb473369469ca2ecd1a5428a
|
data/lib/regularity/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: regularity
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Berls
|
@@ -14,25 +14,25 @@ dependencies:
|
|
14
14
|
name: rspec
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
-
description:
|
28
|
-
by chaining Ruby method calls instead of deciphering cryptic syntax.
|
27
|
+
description: " Regularity provides a flexible syntax for constructing regular expressions
|
28
|
+
by chaining Ruby method calls instead of deciphering cryptic syntax. "
|
29
29
|
email: andrew.berls@gmail.com
|
30
30
|
executables: []
|
31
31
|
extensions: []
|
32
32
|
extra_rdoc_files: []
|
33
33
|
files:
|
34
|
-
- lib/regularity/version.rb
|
35
34
|
- lib/regularity.rb
|
35
|
+
- lib/regularity/version.rb
|
36
36
|
homepage: https://github.com/andrewberls/regularity
|
37
37
|
licenses:
|
38
38
|
- MIT
|
@@ -43,17 +43,17 @@ require_paths:
|
|
43
43
|
- lib
|
44
44
|
required_ruby_version: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
|
-
- -
|
46
|
+
- - ">="
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '0'
|
49
49
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
50
50
|
requirements:
|
51
|
-
- -
|
51
|
+
- - ">="
|
52
52
|
- !ruby/object:Gem::Version
|
53
53
|
version: '0'
|
54
54
|
requirements: []
|
55
55
|
rubyforge_project:
|
56
|
-
rubygems_version: 2.
|
56
|
+
rubygems_version: 2.7.3
|
57
57
|
signing_key:
|
58
58
|
specification_version: 4
|
59
59
|
summary: A friendly regular expression builder for Ruby
|