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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/diecut/cli.rb +3 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 050a46989b178da905def8fbfb34438d55420670
4
- data.tar.gz: 0d78911f4ba8eff62a23771eac548fc972ec0459
3
+ metadata.gz: 01a45e29b9b672903a8d5fc00daa41753d2ab0c6
4
+ data.tar.gz: 4c9123529bf97c1859f0b8ff3862992daa88b293
5
5
  SHA512:
6
- metadata.gz: 95b1f40f8bae335f41412543b63865870590b824606660fa3cd509202725093b13720f2cb1439b02bf4561e6014508363d53187c38302d3cb46122d7ec40e7ab
7
- data.tar.gz: 0b7b55d6b626fc9c0e55eac32e8229909f768f8f3651d83d3acf4444d1a131da2bb9d088e63fa25a6c282d11b4bd6084086bc6dc4cc9a52fb9caf325fc434f0d
6
+ metadata.gz: 6cbfcf8a323c845447d731cd5150d56e06df7c4ebef2cbb0aa481cbb32592e9edad33bee466490cbb5c6d30fd0890cfba10e2a6eba90961dd7032131081dea8e
7
+ data.tar.gz: 56dedc25d74df4a96c5efc6468184dc00d1369f06b8f75ee304e9d148155490f377f21397216f92aa75acfa7d40aa077c7c2228709d367befa483e0c772d3b60
@@ -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
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.4 Documentation
147
+ - diecut-0.0.5 Documentation
148
148
  require_paths:
149
149
  - lib/
150
150
  required_ruby_version: !ruby/object:Gem::Requirement