teepee 0.15.7 → 0.15.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/teepee/commander-mixins/boolean.rb +147 -0
- data/lib/teepee/commander-mixins/control.rb +189 -0
- data/lib/teepee/commander-mixins/formatting.rb +206 -0
- data/lib/teepee/commander-mixins/mathematics.rb +296 -0
- data/lib/teepee/commander-mixins/thinking-bicycle-models.rb +134 -0
- data/lib/teepee/commander.rb +13 -759
- metadata +7 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: teepee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Mark Gore
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07
|
11
|
+
date: 2016-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -47,6 +47,11 @@ files:
|
|
47
47
|
- lib/teepee.rb
|
48
48
|
- lib/teepee/actionable-commander.rb
|
49
49
|
- lib/teepee/command-parser.rb
|
50
|
+
- lib/teepee/commander-mixins/boolean.rb
|
51
|
+
- lib/teepee/commander-mixins/control.rb
|
52
|
+
- lib/teepee/commander-mixins/formatting.rb
|
53
|
+
- lib/teepee/commander-mixins/mathematics.rb
|
54
|
+
- lib/teepee/commander-mixins/thinking-bicycle-models.rb
|
50
55
|
- lib/teepee/commander.rb
|
51
56
|
- lib/teepee/constants.rb
|
52
57
|
- lib/teepee/errors.rb
|