rec 1.0.7 → 1.0.8

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.
Files changed (2) hide show
  1. data/.yardopts +1 -0
  2. metadata +5 -4
@@ -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: 25
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 7
10
- version: 1.0.7
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"