Rakefile in gmaps_geocoding-0.1.0 vs Rakefile in gmaps_geocoding-0.1.1
- old
+ new
@@ -29,10 +29,10 @@
t.verbose = true
end
desc 'Generate documentation'
YARD::Rake::YardocTask.new do |t|
- t.files = ['lib/**/*.rb', '-', 'LICENSE.txt']
+ t.files = ['lib/**/*.rb', '-', 'LICENSE.txt']
t.options = ['--main', 'README.md', '--no-private']
end
task default: :test