jslint 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/jslint +1 -1
  3. data/jslint.gemspec +3 -3
  4. metadata +5 -5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.1
1
+ 1.1.2
data/bin/jslint CHANGED
@@ -19,7 +19,7 @@ if File.exist? config_file
19
19
  when false
20
20
  "--no-#{option}"
21
21
  else
22
- "--#{option}='#{value.to_json}'"
22
+ "--#{option}=\"#{value.to_json}\""
23
23
  end
24
24
  end
25
25
  else
data/jslint.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{jslint}
8
- s.version = "1.1.1"
8
+ s.version = "1.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Geraud Boyer}]
12
- s.date = %q{2011-06-01}
12
+ s.date = %q{2011-08-09}
13
13
  s.description = %q{This gem provides an easy way to use jslint with your programs. It comes with rhino and it will use nodes.js if it is present.}
14
14
  s.email = %q{geraud@gmail.com}
15
15
  s.executables = [%q{jslint}]
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
45
45
  ]
46
46
  s.homepage = %q{http://github.com/geraud/jslint}
47
47
  s.require_paths = [%q{lib}]
48
- s.rubygems_version = %q{1.8.4}
48
+ s.rubygems_version = %q{1.8.5}
49
49
  s.summary = %q{Wrapping of jslint}
50
50
 
51
51
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jslint
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-06-01 00:00:00.000000000Z
12
+ date: 2011-08-09 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
16
- requirement: &2151838300 !ruby/object:Gem::Requirement
16
+ requirement: &70318572629740 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2151838300
24
+ version_requirements: *70318572629740
25
25
  description: This gem provides an easy way to use jslint with your programs. It comes
26
26
  with rhino and it will use nodes.js if it is present.
27
27
  email: geraud@gmail.com
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
- rubygems_version: 1.8.4
79
+ rubygems_version: 1.8.5
80
80
  signing_key:
81
81
  specification_version: 3
82
82
  summary: Wrapping of jslint