diecut 0.0.4 → 0.0.5
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.
- checksums.yaml +4 -4
- data/lib/diecut/cli.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01a45e29b9b672903a8d5fc00daa41753d2ab0c6
|
|
4
|
+
data.tar.gz: 4c9123529bf97c1859f0b8ff3862992daa88b293
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cbfcf8a323c845447d731cd5150d56e06df7c4ebef2cbb0aa481cbb32592e9edad33bee466490cbb5c6d30fd0890cfba10e2a6eba90961dd7032131081dea8e
|
|
7
|
+
data.tar.gz: 56dedc25d74df4a96c5efc6468184dc00d1369f06b8f75ee304e9d148155490f377f21397216f92aa75acfa7d40aa077c7c2228709d367befa483e0c772d3b60
|
data/lib/diecut/cli.rb
CHANGED
|
@@ -14,6 +14,8 @@ module Diecut
|
|
|
14
14
|
@kind
|
|
15
15
|
end
|
|
16
16
|
|
|
17
|
+
desc "Generates #{kind} code into a target directory"
|
|
18
|
+
|
|
17
19
|
mediator.plugins.each do |plugin|
|
|
18
20
|
class_option "with-#{plugin.name}", :default => plugin.default_activated_for(kind)
|
|
19
21
|
end
|
|
@@ -60,7 +62,7 @@ module Diecut
|
|
|
60
62
|
end
|
|
61
63
|
|
|
62
64
|
class TargetedGenerate < Generate
|
|
63
|
-
argument :target_dir, :required => true, :type => :string, :banner => "The directory to use as the root of generated output"
|
|
65
|
+
argument :target_dir, :required => true, :type => :string, :banner => 'TARGET_DIR', :desc => "The directory to use as the root of generated output"
|
|
64
66
|
end
|
|
65
67
|
|
|
66
68
|
class Lint < KindGroup
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: diecut
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Judson Lester
|
|
@@ -144,7 +144,7 @@ rdoc_options:
|
|
|
144
144
|
- "--main"
|
|
145
145
|
- doc/README
|
|
146
146
|
- "--title"
|
|
147
|
-
- diecut-0.0.
|
|
147
|
+
- diecut-0.0.5 Documentation
|
|
148
148
|
require_paths:
|
|
149
149
|
- lib/
|
|
150
150
|
required_ruby_version: !ruby/object:Gem::Requirement
|