rails_best_practices 1.15.6 → 1.15.7
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d098b816cc2e15fc57766a6a7321575527f6f0e0
|
4
|
+
data.tar.gz: 3d8f0c27f5e41a24352d248b68ae7d3cc8c7f721
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ccb6c1dd44f4b42b3db37dc455cede8497d1ab09d54400db6d90ab27fe37431aa6a650206b829d80355137bff5f94c40dfac0e5a08b924bfe3751bf7082802f
|
7
|
+
data.tar.gz: c108d6043328773b724917fec86bd9de8670edda777b83f5b73c3edb0fccd2af7a7383b08f53a35530feafb2f0236ac5d12a36e3913cb454db643c79fe21471d
|
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# rails_best_practices
|
2
2
|
|
3
|
-
[![Gem Version](https://badge.fury.io/rb/rails_best_practices.
|
4
|
-
[![Build Status](https://secure.travis-ci.org/railsbp/rails_best_practices.
|
5
|
-
[![Coverage Status](https://coveralls.io/repos/railsbp/rails_best_practices/badge.
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/rails_best_practices.svg)](http://badge.fury.io/rb/rails_best_practices)
|
4
|
+
[![Build Status](https://secure.travis-ci.org/railsbp/rails_best_practices.svg)](http://travis-ci.org/railsbp/rails_best_practices)
|
5
|
+
[![Coverage Status](https://coveralls.io/repos/railsbp/rails_best_practices/badge.svg?branch=master)](https://coveralls.io/r/railsbp/rails_best_practices)
|
6
6
|
|
7
7
|
[![Coderwall Endorse](http://api.coderwall.com/flyerhzm/endorsecount.png)](http://coderwall.com/flyerhzm)
|
8
8
|
[![Click here to lend your support to: rails best practices and make a donation at www.pledgie.com !](https://pledgie.com/campaigns/12057.png?skin_name=chrome)](https://pledgie.com/campaigns/12057)
|
@@ -3,10 +3,10 @@ module RailsBestPractices
|
|
3
3
|
module Lexicals
|
4
4
|
# Make sure there are no tabs in files.
|
5
5
|
#
|
6
|
-
# See the best practice details here http://rails-bestpractices.com/posts/
|
6
|
+
# See the best practice details here http://rails-bestpractices.com/posts/2011/07/04/remove-tab/
|
7
7
|
class RemoveTabCheck < Core::Check
|
8
8
|
interesting_files ALL_FILES
|
9
|
-
url "http://rails-bestpractices.com/posts/
|
9
|
+
url "http://rails-bestpractices.com/posts/2011/07/04/remove-tab/"
|
10
10
|
|
11
11
|
# check if the content of file contains a tab.
|
12
12
|
#
|
@@ -3,10 +3,10 @@ module RailsBestPractices
|
|
3
3
|
module Lexicals
|
4
4
|
# Make sure there are no trailing whitespace in codes.
|
5
5
|
#
|
6
|
-
# See the best practice details here http://rails-bestpractices.com/posts/
|
6
|
+
# See the best practice details here http://rails-bestpractices.com/posts/2010/12/02/remove-trailing-whitespace/
|
7
7
|
class RemoveTrailingWhitespaceCheck < Core::Check
|
8
8
|
interesting_files ALL_FILES
|
9
|
-
url "http://rails-bestpractices.com/posts/
|
9
|
+
url "http://rails-bestpractices.com/posts/2010/12/02/remove-trailing-whitespace/"
|
10
10
|
|
11
11
|
# check if the content of file contain a trailing whitespace.
|
12
12
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_best_practices
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.15.
|
4
|
+
version: 1.15.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Richard Huang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-02-
|
11
|
+
date: 2015-02-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|