yay 0.0.6 → 0.0.7

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.
data/data/yay/log4x.yay CHANGED
@@ -14,5 +14,5 @@ important is @serious
14
14
 
15
15
  @boring are dim lines
16
16
  @normal is normal
17
- @interesting is inverted yellow
18
- @serious is a inverted red
17
+ @interesting are yellow lines
18
+ @serious are red lines
data/data/yay/syslog.yay CHANGED
@@ -7,8 +7,8 @@ notice, /warn(ing)?/i are @interesting
7
7
  /err(or)?/i and alert are @serious
8
8
  /crit(ical)?/i, /emerg(ency)?/i are @serious
9
9
 
10
- @boring is dim
10
+ @boring are dim lines
11
11
  @normal is normal
12
- @interesting is inverted yellow
13
- @serious is inverted red
12
+ @interesting are yellow lines
13
+ @serious are red lines
14
14
 
data/lib/yay/version.rb CHANGED
@@ -3,7 +3,7 @@ require 'open3'
3
3
  class Yay
4
4
 
5
5
  # the gem version. increment to make a new release!
6
- VERSION = "0.0.6"
6
+ VERSION = "0.0.7"
7
7
 
8
8
  # yoinked from chef. this gives us the git revision number of the current
9
9
  # build if possible. used for --version
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yay
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - jon davey
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-11-20 00:00:00 +00:00
18
+ date: 2011-11-22 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -29,23 +29,23 @@ extra_rdoc_files: []
29
29
 
30
30
  files:
31
31
  - LICENSE
32
- - data/yay/default.yay
33
32
  - data/yay/log4x.yay
34
33
  - data/yay/syslog.yay
35
- - lib/yay/colourizer.rb
36
- - lib/yay/application.rb
37
- - lib/yay/version.rb
34
+ - data/yay/default.yay
38
35
  - lib/yay/parser_gen.rb
36
+ - lib/yay/rule_set.rb
37
+ - lib/yay/version.rb
39
38
  - lib/yay/lister.rb
40
- - lib/yay/lexer_regex.rb
41
- - lib/yay/errors.rb
42
- - lib/yay/parser.rb
39
+ - lib/yay/lexer.rb
43
40
  - lib/yay/loader.rb
44
- - lib/yay/paths.rb
41
+ - lib/yay/application.rb
45
42
  - lib/yay/colour_wheel.rb
43
+ - lib/yay/paths.rb
44
+ - lib/yay/colourizer.rb
45
+ - lib/yay/errors.rb
46
46
  - lib/yay/installer.rb
47
- - lib/yay/rule_set.rb
48
- - lib/yay/lexer.rb
47
+ - lib/yay/lexer_regex.rb
48
+ - lib/yay/parser.rb
49
49
  - bin/yay
50
50
  has_rdoc: true
51
51
  homepage: http://github.com/jond3k/yay