Skip to content

Commit

Permalink
Merge pull request #50 from kenhub/master
Browse files Browse the repository at this point in the history
Updates coffeelint to 1.16.0
  • Loading branch information
zmbush authored Apr 28, 2017
2 parents 95ea078 + 5bc6d0b commit 6c0dc48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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)

Using coffeelint version: v1.14.0
Using coffeelint version: v1.16.0

Coffeelint is a set of simple ruby bindings for [coffeelint](https://github.com/clutchski/coffeelint).

Expand Down
2 changes: 1 addition & 1 deletion coffeelint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Gem::Specification.new do |gem|
gem.add_dependency "execjs"

gem.add_development_dependency 'rspec', '~> 3.1.0'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rake', '~>11.3.0'
end

0 comments on commit 6c0dc48

Please sign in to comment.