pronto-coffeelint 0.0.3 → 0.0.4

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
2
  SHA1:
3
- metadata.gz: 7b4922841fc854c77fb70c00d8ddd78efe6ab53a
4
- data.tar.gz: ea4548057874de6066b6373586be2e77e073c4db
3
+ metadata.gz: 920166fa7c90781251ce3505dc9f5b5fd12e5a02
4
+ data.tar.gz: 2063c384eb4d7ad2290dcf1389559844584b10cf
5
5
  SHA512:
6
- metadata.gz: 0a0db13cf315e1ea36b6912d7f54dd35ef03d13a9ba9d1a516d0acf00f6652b2763d959f4ef5f192183787670437940289c5008d444c754c0c23cead6e3fe1aa
7
- data.tar.gz: 3a15269edc9760db7ef65ab40c1b37b3daf3a6076e9fc1c9f293fd7b3d96e720b8f484e969fb8d189a750fa7c1d4de80a7a0f94df94ce6a987f3c6495ae3f19f
6
+ metadata.gz: 0d4b5a3ad3f46e2b48faab3143925c9b7a9604789e01cc607051751af11650c67dce54ce9330503ae0f055925bb702d897e563240038838bc13deb11c49227cb
7
+ data.tar.gz: 72ff060aae3109baadee73fc705a477e3d7eba4e80a18c49a57865bf63129d3a9b37672c5c18be64b7d2010bed487e9328a26d572854b7ef26babace83582abd
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Pronto runner for Coffeelint
2
2
 
3
- Pronto runner for [Coffeelint](http://www.coffeelint.com/), Coffeescript code quality tool. [What is Pronto?](https://github.com/mmozuras/pronto)
3
+ Pronto runner for [Coffeelint](http://www.coffeelint.org/), Coffeescript code quality tool. [What is Pronto?](https://github.com/mmozuras/pronto)
4
4
 
5
5
  Shamelessly copied and adapted from [pronto-jshint](https://github.com/mmozuras/pronto-jshint)
6
6
 
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module CoffeelintVersion
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-coffeelint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Siebert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-04 00:00:00.000000000 Z
11
+ date: 2015-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pronto
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.9'
33
+ version: '1.11'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1.9'
40
+ version: '1.11'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  version: 1.3.6
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.2.2
113
+ rubygems_version: 2.4.5
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: Pronto runner for Coffeelint, CoffeeScript code quality tool