markbates-gemstub 1.2.3.20090519110301 → 1.2.4.20090605150858
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.
@@ -118,7 +118,11 @@ end
|
|
118
118
|
Rake::RDocTask.new do |rd|
|
119
119
|
rd.main = "README"
|
120
120
|
files = Dir.glob("**/*.rb")
|
121
|
+
<%- if rspec? -%>
|
122
|
+
files = files.collect {|f| f unless f.match("spec/") || f.match("doc/") }.compact
|
123
|
+
<%- elsif unit? -%>
|
121
124
|
files = files.collect {|f| f unless f.match("test/") || f.match("doc/") }.compact
|
125
|
+
<%- end -%>
|
122
126
|
files << "README"
|
123
127
|
rd.rdoc_files = files
|
124
128
|
rd.rdoc_dir = "doc"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: markbates-gemstub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.4.20090605150858
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Bates
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-05
|
12
|
+
date: 2009-06-05 00:00:00 -07:00
|
13
13
|
default_executable: gemstub
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|