bool 1.0.10-x86-mingw32 → 1.0.11-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module Bool
2
2
  if RUBY_PLATFORM =~ /java/
3
- # AST classes defined in bool_ext.jar (bool-jvm)
3
+ # AST classes defined in bool_ext.jar
4
4
  else
5
5
  class Var
6
6
  attr_reader :name
@@ -1,7 +1,7 @@
1
1
  module Bool
2
2
  class Evaluator
3
3
  if RUBY_PLATFORM =~ /java/
4
- require 'libbool'
4
+ require 'bool_ext'
5
5
 
6
6
  def self.new
7
7
  Java::Bool::Evaluator.new
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bool
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  prerelease:
6
6
  platform: x86-mingw32
7
7
  authors:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  version: '0'
74
74
  requirements: []
75
75
  rubyforge_project:
76
- rubygems_version: 1.8.23
76
+ rubygems_version: 1.8.24
77
77
  signing_key:
78
78
  specification_version: 3
79
79
  summary: Boolean expression evaluator