Rakefile in yard-rest-1.0.1 vs Rakefile in yard-rest-1.0.2
- old
+ new
@@ -9,10 +9,10 @@
gem.description = %Q{A customized plugin for Yardoc that produces API documentation for Restful web services}
gem.email = ''
gem.homepage = "https://github.com/spape/yard-rest-plugin"
gem.authors = ['R. Kevin Nelson', 'Aisha Fenton', 'Sebastian Pape']
gem.add_dependency("yard", '~>0.7.4')
- gem.files = Dir.glob("{lib,example,templates/rest}/**/*.*").concat(["Rakefile"])
+ gem.files = Dir.glob("{lib,example,templates/rest}/**/*").concat(["Rakefile"])
gem.extra_rdoc_files = ['VERSION', 'README.markdown']
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"