logic 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/logic +1 -1
- data/features/step_definitions/logic_testing_steps.rb +1 -1
- data/features/support/env.rb +1 -3
- metadata +4 -5
- data/lib/logic.rb +0 -3
data/bin/logic
CHANGED
data/features/support/env.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 2
|
9
|
+
version: 0.0.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Bryan Ash
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-
|
17
|
+
date: 2010-04-07 00:00:00 -04:00
|
18
18
|
default_executable: logic
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -61,7 +61,6 @@ files:
|
|
61
61
|
- features/support/env.rb
|
62
62
|
- features/truth_table.feature
|
63
63
|
- lib/integer.rb
|
64
|
-
- lib/logic.rb
|
65
64
|
- lib/logic_operations.rb
|
66
65
|
- lib/logic_parser.treetop
|
67
66
|
- lib/test_case.rb
|
@@ -72,7 +71,7 @@ files:
|
|
72
71
|
- spec/spec.opts
|
73
72
|
- spec/truth_table_spec.rb
|
74
73
|
has_rdoc: true
|
75
|
-
homepage:
|
74
|
+
homepage: http://github.com/bryan-ash/logic
|
76
75
|
licenses: []
|
77
76
|
|
78
77
|
post_install_message:
|
data/lib/logic.rb
DELETED