gemstub 1.5.2 → 1.5.3

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/gemstub.rb +2 -0
  2. metadata +1 -1
data/lib/gemstub.rb CHANGED
@@ -167,6 +167,8 @@ module Gemstub
167
167
  rd.title = "content_o_matic"
168
168
  yield rd if block_given?
169
169
  end
170
+
171
+ task :doc => [:readme, :rerdoc]
170
172
  end
171
173
 
172
174
  end # class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemstub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Bates