coffeelint 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 12ea363be234261603c842b9b5d69c2d2faa90d2
4
- data.tar.gz: c3ac4cb8d5d2919797bdb4271f35846cecacf74d
3
+ metadata.gz: 76713bbfbb795037eab1289b6dc0d72f4327d924
4
+ data.tar.gz: 25c6f47d2b4964f075a006508fccecddf1c27564
5
5
  SHA512:
6
- metadata.gz: d63545a40702411336cb530fc03481df13289e6143fdfb10d52934941da81338ac69486d01dcf43543f35cf05f1f176fb3bd86db42fe8643034d92bb0491f54d
7
- data.tar.gz: 56ea3c973f062576f2e416313fcea845f90a726d33b5f35f18122f52096df6701ae8352ffb7fedcb5745e9b83e8cfbb3e21a768ac00bb518915f222be7af6d5c
6
+ metadata.gz: 7a9253b066121068759345df1a5fbf2167356dfca22e6998c21ac8d0a76e358fd70cf8afe2b089401b20e6b133d415e58710a72122e91595325953cdf1968936
7
+ data.tar.gz: 3f8e91d8bfaf0a2dfc9187facf7e4d13f75d0d7d5ffd42a45b565aeb98cb211c2651689299f7f6110220801da23f61101c5c1814dd23ad024164999847981459
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Coffeelint [![Build Status](https://travis-ci.org/zipcodeman/coffeelint-ruby.png?branch=master)](https://travis-ci.org/zipcodeman/coffeelint-ruby) [![Gem Version](https://badge.fury.io/rb/coffeelint.png)](http://badge.fury.io/rb/coffeelint)
1
+ # Coffeelint [![Build Status](https://travis-ci.org/zmbush/coffeelint-ruby.svg?branch=master)](https://travis-ci.org/zmbush/coffeelint-ruby) [![Gem Version](https://badge.fury.io/rb/coffeelint.png)](http://badge.fury.io/rb/coffeelint)
2
2
 
3
3
  Using coffeelint version: v1.1.0
4
4
 
@@ -12,7 +12,7 @@ Add this line to your application's Gemfile:
12
12
 
13
13
  Or for the most up to date version:
14
14
 
15
- gem 'coffeelint', :git => 'git://github.com/zipcodeman/coffeelint-ruby.git', :submodules => true
15
+ gem 'coffeelint', :git => 'git://github.com/zmbush/coffeelint-ruby.git', :submodules => true
16
16
 
17
17
  And then execute:
18
18
 
data/bin/coffeelint.rb CHANGED
@@ -30,7 +30,7 @@ opt_parser = OptionParser.new do |opts|
30
30
  =end
31
31
 
32
32
 
33
- opts.on "-f", "--file", "Specify a custom configuration file." do |f|
33
+ opts.on "-f FILE", "--file FILE", "Specify a custom configuration file." do |f|
34
34
  linter_options[:config_file] = f
35
35
  end
36
36
 
data/lib/coffeelint.rb CHANGED
@@ -4,7 +4,7 @@ require 'coffee-script'
4
4
  require 'json'
5
5
 
6
6
  module Coffeelint
7
- require 'coffeelint/railtie' if defined?(Rails)
7
+ require 'coffeelint/railtie' if defined?(Rails::Railtie)
8
8
 
9
9
  def self.path()
10
10
  @path ||= File.expand_path('../../coffeelint/lib/coffeelint.js', __FILE__)
@@ -1,3 +1,3 @@
1
1
  module Coffeelint
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coffeelint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zachary Bush
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-23 00:00:00.000000000 Z
11
+ date: 2014-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coffee-script