gemstub 1.5.2 → 1.5.3

Sign up to get free protection for your applications and to get access to all the features.
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