drumherum 0.1.21 → 0.1.22

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. data/lib/drumherum/rake.rb +4 -8
  2. data/version.rb +1 -1
  3. metadata +1 -1
@@ -91,21 +91,18 @@ end
91
91
  # docs
92
92
  #
93
93
 
94
- # Task :docs
94
+ # Task :doku
95
95
  #
96
96
  desc 'regenerate yard documentation'
97
- task :doku => [ :clobber_docs, :yard, :yard_post] do
97
+ task :doku => [ :clobber_docs, :yard_doc, :yard_post] do
98
98
  puts 'done.'
99
99
  end
100
100
 
101
101
 
102
102
 
103
- # yard
103
+ # yard_doc
104
104
  #
105
- remove_task 'yard'
106
-
107
- desc 'yard doc'
108
- task :yard do
105
+ task :yard_doc do
109
106
  if Hoe::WINDOZE
110
107
  sh "yard doc "
111
108
  else
@@ -116,7 +113,6 @@ end
116
113
 
117
114
  # Task :yard_post
118
115
  #
119
- desc 'postprocessing for yard docs'
120
116
  task :yard_post do
121
117
  Dir.chdir "./doc" do
122
118
  if Hoe::WINDOZE
data/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Drumherum
3
3
 
4
- VERSION = '0.1.21'
4
+ VERSION = '0.1.22'
5
5
 
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drumherum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.22
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: