We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39259ce commit 06ca941Copy full SHA for 06ca941
lib/docs/scrapers/grunt.rb
@@ -2,7 +2,7 @@ module Docs
2
class Grunt < UrlScraper
3
self.name = 'Grunt'
4
self.type = 'simple'
5
- self.release = '1.3.0'
+ self.release = '1.4.2'
6
self.base_url = 'https://gruntjs.com/'
7
self.root_path = 'getting-started'
8
self.initial_paths = %w(api/grunt)
0 commit comments