emitter 0.2.0 → 0.2.1

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 (2) hide show
  1. data/lib/emitter/tasks.rb +2 -2
  2. metadata +3 -3
data/lib/emitter/tasks.rb CHANGED
@@ -17,8 +17,8 @@ module Emitter
17
17
  sh full_cmd, &blk
18
18
  end
19
19
 
20
- def define
21
- Rocco::make 'docs/', 'lib/flight/carbon_model.rb'
20
+ def define(name)
21
+ Rocco::make 'docs/', "lib/#{name}/carbon_model.rb"
22
22
 
23
23
  desc 'Build rocco docs'
24
24
  task :docs => :rocco
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andy Rossmeissl
@@ -362,7 +362,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
362
362
  requirements:
363
363
  - - ">="
364
364
  - !ruby/object:Gem::Version
365
- hash: -132103181
365
+ hash: -487497105
366
366
  segments:
367
367
  - 0
368
368
  version: "0"