ytools 0.2.3 → 0.2.4

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.
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -23,6 +23,7 @@ module YTools
23
23
  protected
24
24
  def tail(command)
25
25
  command.alter do
26
+ string :literal, "Evaluate a literal string in addition to any file paths."
26
27
  boolean :strict, "Checks to make sure all of the YAML files exist before proceeding."
27
28
  boolean_ :examples, "Show some examples on how to use the path syntax." do
28
29
  validate do |show, options|
@@ -33,8 +33,6 @@ module YTools::Path
33
33
  end
34
34
  end
35
35
  end
36
-
37
- string :literal, "Evaluate a literal string in addition to any file paths."
38
36
  end
39
37
  end
40
38
  end # CLI
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ytools
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gabe McArthur