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 +4 -0
- data/lib/jshint/utils.rb +1 -1
- data/lib/jshint/vendor/jshint.js +750 -2670
- metadata +6 -8
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jshint_on_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 2
|
10
|
+
version: 1.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Bruno Gouveia
|
@@ -15,11 +15,10 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
19
|
-
default_executable:
|
18
|
+
date: 2011-08-26 00:00:00 Z
|
20
19
|
dependencies: []
|
21
20
|
|
22
|
-
description:
|
21
|
+
description: JSHint wrapped in a Ruby gem for easier use
|
23
22
|
email: brunogouveia@buzungo.com.br
|
24
23
|
executables: []
|
25
24
|
|
@@ -50,7 +49,6 @@ files:
|
|
50
49
|
- spec/railtie_spec.rb
|
51
50
|
- spec/spec_helper.rb
|
52
51
|
- spec/utils_spec.rb
|
53
|
-
has_rdoc: true
|
54
52
|
homepage: http://github.com/bgouveia/jshint_on_rails
|
55
53
|
licenses: []
|
56
54
|
|
@@ -80,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
78
|
requirements:
|
81
79
|
- Java JRE (5.0 or later)
|
82
80
|
rubyforge_project:
|
83
|
-
rubygems_version: 1.
|
81
|
+
rubygems_version: 1.8.8
|
84
82
|
signing_key:
|
85
83
|
specification_version: 3
|
86
84
|
summary: JSHint is a little more flexible JavaScript checker, wrapped in a Ruby gem for easier use
|