rec 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/.yardopts +1 -0
- metadata +5 -4
data/.yardopts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
--title "Ruby Event Correlation" -m rdoc --main README lib/**/*.rb - README EXAMPLES
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 7
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 8
|
10
|
+
version: 1.0.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Richard Kernahan
|
@@ -46,6 +46,7 @@ files:
|
|
46
46
|
- rulesets/rules.rb
|
47
47
|
- rulesets/sample-rules.rb
|
48
48
|
- rulesets/postfix-rules.rb
|
49
|
+
- .yardopts
|
49
50
|
- README
|
50
51
|
- EXAMPLES
|
51
52
|
- LICENSE
|
@@ -88,4 +89,4 @@ specification_version: 3
|
|
88
89
|
summary: Ruby event correlation
|
89
90
|
test_files: []
|
90
91
|
|
91
|
-
has_rdoc:
|
92
|
+
has_rdoc: "true"
|