bool 1.0.4-x86-mingw32 → 1.0.5-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/bool_ext.so +0 -0
- metadata +2 -3
- data/lib/bool/console_printer.rb +0 -5
data/lib/bool_ext.so
CHANGED
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.
|
4
|
+
version: 1.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: x86-mingw32
|
7
7
|
authors:
|
@@ -50,7 +50,6 @@ extensions: []
|
|
50
50
|
extra_rdoc_files: []
|
51
51
|
files:
|
52
52
|
- lib/bool/ast.rb
|
53
|
-
- lib/bool/console_printer.rb
|
54
53
|
- lib/bool/evaluator.rb
|
55
54
|
- lib/bool.rb
|
56
55
|
- lib/bool_ext.so
|
@@ -74,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
73
|
version: '0'
|
75
74
|
requirements: []
|
76
75
|
rubyforge_project:
|
77
|
-
rubygems_version: 1.8.
|
76
|
+
rubygems_version: 1.8.23
|
78
77
|
signing_key:
|
79
78
|
specification_version: 3
|
80
79
|
summary: Boolean expression evaluator
|