bool 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/bool/console_printer.rb +5 -0
  2. metadata +3 -8
@@ -0,0 +1,5 @@
1
+ module Bool
2
+ class ConsolePrinter
3
+
4
+ end
5
+ end
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.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-11 00:00:00.000000000 Z
12
+ date: 2013-02-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -67,6 +67,7 @@ extensions:
67
67
  extra_rdoc_files: []
68
68
  files:
69
69
  - lib/bool/ast.rb
70
+ - lib/bool/console_printer.rb
70
71
  - lib/bool/evaluator.rb
71
72
  - lib/bool.rb
72
73
  - ext/bool_ext/extconf.rb
@@ -90,18 +91,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
91
  - - ! '>='
91
92
  - !ruby/object:Gem::Version
92
93
  version: '0'
93
- segments:
94
- - 0
95
- hash: -3550611650247858535
96
94
  required_rubygems_version: !ruby/object:Gem::Requirement
97
95
  none: false
98
96
  requirements:
99
97
  - - ! '>='
100
98
  - !ruby/object:Gem::Version
101
99
  version: '0'
102
- segments:
103
- - 0
104
- hash: -3550611650247858535
105
100
  requirements: []
106
101
  rubyforge_project:
107
102
  rubygems_version: 1.8.24