Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
updating to latest version of jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bgouveia committed Aug 26, 2011
1 parent 09068f6 commit dc6a624
Show file tree
Hide file tree
Showing 4 changed files with 756 additions and 2,671 deletions.
4 changes: 4 additions & 0 deletions Changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.0.2 (26.08.2011)

* Updating jshint.js to latest release made by JSHint Community. Detailed changelog here: https://github.com/jshint/jshint/blob/master/CHANGELOG

Version 1.0.1 (04.04.2011)

* naming fix in lint.rb
Expand Down
1 change: 1 addition & 0 deletions jshint_on_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require 'jshint/utils'
Gem::Specification.new do |s|
s.name = "jshint_on_rails"
s.version = JSHint::VERSION
s.description = "JSHint wrapped in a Ruby gem for easier use"
s.summary = "JSHint is a little more flexible JavaScript checker, wrapped in a Ruby gem for easier use"
s.homepage = "http://github.com/bgouveia/jshint_on_rails"

Expand Down
2 changes: 1 addition & 1 deletion lib/jshint/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module JSHint

VERSION = "1.0.1"
VERSION = "1.0.2"
DEFAULT_CONFIG_FILE = File.expand_path(File.dirname(__FILE__) + "/config/jshint.yml")

class << self
Expand Down
Loading

0 comments on commit dc6a624

Please sign in to comment.