rudelo 0.2.1 → 0.2.2

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/Gemfile CHANGED
@@ -4,6 +4,7 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  gem 'rufus-decision', git: 'https://github.com/jmettraux/rufus-decision.git'
7
+ # gem 'rufus-decision', git: 'https://github.com/lastobelus/rufus-decision.git', branch: 'short_circuit_matchers'
7
8
 
8
9
  group :development do
9
10
  gem "guard-rspec"
@@ -28,7 +28,7 @@ require 'rudelo/parsers/set_logic_transform'
28
28
  module Rudelo
29
29
  module Matchers
30
30
  class SetLogic < Rufus::Decision::Matcher
31
- SYNTAX_EXPR = %r{\$\([^)]\)|\$in}
31
+ SYNTAX_EXPR = %r{\$\([^)]*\)|\$in}
32
32
  attr_accessor :force
33
33
 
34
34
  def should_match?(cell, value)
@@ -1,3 +1,3 @@
1
1
  module Rudelo
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rudelo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -136,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  segments:
138
138
  - 0
139
- hash: 1721411996862607044
139
+ hash: 1610936843984583656
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  none: false
142
142
  requirements:
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  version: '0'
146
146
  segments:
147
147
  - 0
148
- hash: 1721411996862607044
148
+ hash: 1610936843984583656
149
149
  requirements: []
150
150
  rubyforge_project:
151
151
  rubygems_version: 1.8.25