pronto-jshint 0.9.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 852fee88533667d8761a5f5d8bad6bd9f3d7c654
4
- data.tar.gz: 900d770f29380377c975244fa904144706095477
2
+ SHA256:
3
+ metadata.gz: cfaa31aa4eff13c437b14ecaebf0f493a8455cf327b9315e8cb05dd0eb5c4fa6
4
+ data.tar.gz: 7f93ee52d0f88a9a872c464efa47d188d14552ab7e7daa1c6f352b474513c0b6
5
5
  SHA512:
6
- metadata.gz: 967b0a273e6b8aabca350e9d2967cde51c10f4f51b33471452e5f79cfaff74ed029c013405739731f17d15ffe7d421e26bdeedfda2f4bd591ca1aedfc4e59134
7
- data.tar.gz: c66ee5fc4e5bac1bc38bed2ec9117d0a8d35461213e019ea5e9c1510096ee2d47b95aab742fa10988d6c51cdfb86df219d43692d337fd30eb426b634a15f7484
6
+ metadata.gz: 4d9d4b6580761e39cea1113d4670fbb5487d8891305f281e87b37f3c8079877fd1a184fac4261aa66f63e3a2d686cd3f785f118924290126de9ec28ec5880c33
7
+ data.tar.gz: 5df14ad70d32451d99a68f3a191b3b67c8421088536d904d5c2065f0e76f80cc3a0a46f65416023097442222257bf1baea7c2ca35d301bd380828306514c9022
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # Pronto runner for JSHint
2
2
 
3
- [![Code Climate](https://codeclimate.com/github/mmozuras/pronto-jshint.png)](https://codeclimate.com/github/mmozuras/pronto-jshint)
4
- [![Build Status](https://travis-ci.org/mmozuras/pronto-jshint.png)](https://travis-ci.org/mmozuras/pronto-jshint)
3
+ [![Code Climate](https://codeclimate.com/github/prontolabs/pronto-jshint.png)](https://codeclimate.com/github/prontolabs/pronto-jshint)
4
+ [![Build Status](https://travis-ci.org/prontolabs/pronto-jshint.png)](https://travis-ci.org/prontolabs/pronto-jshint)
5
5
  [![Gem Version](https://badge.fury.io/rb/pronto-jshint.png)](http://badge.fury.io/rb/pronto-jshint)
6
- [![Dependency Status](https://gemnasium.com/mmozuras/pronto-jshint.png)](https://gemnasium.com/mmozuras/pronto-jshint)
6
+ [![Dependency Status](https://gemnasium.com/prontolabs/pronto-jshint.png)](https://gemnasium.com/prontolabs/pronto-jshint)
7
7
 
8
- Pronto runner for [JSHint](http://www.jshint.com/), JavaScript code quality tool. [What is Pronto?](https://github.com/mmozuras/pronto)
8
+ Pronto runner for [JSHint](http://www.jshint.com/), JavaScript code quality tool. [What is Pronto?](https://github.com/prontolabs/pronto)
9
9
 
10
10
  ## Prerequisites
11
11
 
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module JSHintVersion
3
- VERSION = '0.9.0'.freeze
3
+ VERSION = '0.10.0'.freeze
4
4
  end
5
5
  end
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
  s.summary = 'Pronto runner for JSHint, JavaScript code quality tool'
15
15
 
16
16
  s.licenses = ['MIT']
17
- s.required_ruby_version = '>= 2.0.0'
17
+ s.required_ruby_version = '>= 2.3.0'
18
18
  s.rubygems_version = '1.8.23'
19
19
 
20
20
  s.files = `git ls-files`.split($RS).reject do |file|
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
32
32
  s.extra_rdoc_files = ['LICENSE', 'README.md']
33
33
  s.require_paths = ['lib']
34
34
 
35
- s.add_dependency('pronto', '~> 0.9.0')
35
+ s.add_dependency('pronto', '~> 0.10.0')
36
36
  s.add_dependency('jshintrb', '~> 0.3.0')
37
37
  s.add_development_dependency('rake', '~> 12.0')
38
38
  s.add_development_dependency('rspec', '~> 3.4')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-jshint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mindaugas Mozūras
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-23 00:00:00.000000000 Z
11
+ date: 2019-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pronto
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.10.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.9.0
26
+ version: 0.10.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jshintrb
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -105,15 +105,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
106
  - - ">="
107
107
  - !ruby/object:Gem::Version
108
- version: 2.0.0
108
+ version: 2.3.0
109
109
  required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  requirements: []
115
- rubyforge_project:
116
- rubygems_version: 2.6.10
115
+ rubygems_version: 3.0.1
117
116
  signing_key:
118
117
  specification_version: 4
119
118
  summary: Pronto runner for JSHint, JavaScript code quality tool