OH-13: Refine Jaspersoft gestalt definitions
authorRobin Luckey <robin@ohloh.net>
Fri, 11 Sep 2009 22:14:41 +0000 (15:14 -0700)
committerRobin Luckey <robin@ohloh.net>
Fri, 11 Sep 2009 22:18:39 +0000 (15:18 -0700)
commit6568b9ed8701dedc4f7972b2c583cf90c93f32e7
tree5b02985e39cd35fce355bc5ccf79ed9840afe5e5
parent18d52620ed25ef9b30b8261aacfbe1726f626ba5
OH-13: Refine Jaspersoft gestalt definitions

Expand definitions to include any use of Jasper brand names in code.

I had to "enhance" the KeywordRule class. Previously, this rule
required a specific language as a parameter. You can now use the rule
with a +nil+ language, and it will match any language.
ruby/gestalt.rb
ruby/gestalt/jasper_definitions.rb [new file with mode: 0644]
ruby/gestalt/java_definitions.rb
ruby/gestalt/rules/keyword_rule.rb
ruby/gestalt/rules/logical_rule.rb
test/unit/ruby/gestalt/definitions_test.rb
test/unit/ruby/gestalt/gestalt_test.rb
test/unit/ruby/gestalt/jasper_definitions_test.rb [new file with mode: 0644]
test/unit/ruby/gestalt/keyword_rule_test.rb