jshint_on_rails 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Changelog.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ Version 1.0.2 (26.08.2011)
2
+
3
+ * Updating jshint.js to latest release made by JSHint Community. Detailed changelog here: https://github.com/jshint/jshint/blob/master/CHANGELOG
4
+
1
5
  Version 1.0.1 (04.04.2011)
2
6
 
3
7
  * naming fix in lint.rb
data/lib/jshint/utils.rb CHANGED
@@ -3,7 +3,7 @@ require 'yaml'
3
3
 
4
4
  module JSHint
5
5
 
6
- VERSION = "1.0.1"
6
+ VERSION = "1.0.2"
7
7
  DEFAULT_CONFIG_FILE = File.expand_path(File.dirname(__FILE__) + "/config/jshint.yml")
8
8
 
9
9
  class << self