the-perfect-gem 3.1.20 → 3.1.22
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION.yml +1 -1
- data/the-perfect-gem.gemspec +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
@@ -14,7 +14,7 @@ begin
|
|
14
14
|
s.authors = ["Josh Nichols"]
|
15
15
|
end
|
16
16
|
Jeweler::RubyforgeTasks.new do |rubyforge|
|
17
|
-
rubyforge.doc_task = "
|
17
|
+
rubyforge.doc_task = "yardoc"
|
18
18
|
end
|
19
19
|
rescue LoadError
|
20
20
|
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
data/VERSION.yml
CHANGED
data/the-perfect-gem.gemspec
CHANGED