regex 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/MANIFEST DELETED
@@ -1,25 +0,0 @@
1
- HISTORY
2
- LICENSE
3
- MANIFEST
4
- README
5
- bin/regex
6
- lib/regex
7
- lib/regex.rb
8
- lib/regex/command.rb
9
- lib/regex/extractor.rb
10
- lib/regex/string.rb
11
- lib/regex/templates
12
- lib/regex/templates/common.rb
13
- meta/authors
14
- meta/created
15
- meta/description
16
- meta/download
17
- meta/homepage
18
- meta/mailinglist
19
- meta/name
20
- meta/repository
21
- meta/summary
22
- meta/title
23
- meta/version
24
- test/demos
25
- test/demos/regex.rdoc
@@ -1,13 +0,0 @@
1
- class Regex
2
-
3
- #
4
- module TEMPLATES
5
- MLTAG = /<([A-Z][A-Z0-9]*)\b[^>]*>(.*?)<\/\1>/i
6
- IP = /\b(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b/
7
- EMAIL = /([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)/i
8
- USPHONE = /(\d\d\d[-]|\(\d\d\d\))?(\d\d\d)[-](\d\d\d\d)/
9
- RUBYBLOCK = /^=begin\s+(.*?)\n(.*?)\n=end/mi
10
- RUBYMETHOD = /\A\s*(\#.*?)^\s*def\s+(.*?)$/mi
11
- end
12
-
13
- end
@@ -1,2 +0,0 @@
1
- Thomas Sawyer
2
- Tyler Rick
@@ -1 +0,0 @@
1
- 2006-05-09
@@ -1 +0,0 @@
1
- Regex is simple commmandline Regular Expression tool.
@@ -1 +0,0 @@
1
- http://github.com/proutils/regex/downloads
@@ -1 +0,0 @@
1
- http://proutils.github.com/regex
@@ -1 +0,0 @@
1
- http://groups.google.com/group/proutils/topics?hl=en
data/meta/name DELETED
@@ -1 +0,0 @@
1
- regex
@@ -1 +0,0 @@
1
- git://github.com/proutils/regex.git
@@ -1 +0,0 @@
1
- Regex is simple commmandline Regular Expression tool.
data/meta/title DELETED
@@ -1 +0,0 @@
1
- Regex
@@ -1 +0,0 @@
1
- 1.0.0