bool 1.0.4-x86-mingw32 → 1.0.5-x86-mingw32

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.
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
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.24
76
+ rubygems_version: 1.8.23
78
77
  signing_key:
79
78
  specification_version: 3
80
79
  summary: Boolean expression evaluator
@@ -1,5 +0,0 @@
1
- module Bool
2
- class ConsolePrinter
3
-
4
- end
5
- end