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: 226e897e70ff9eef8f71618f89f0477e251b98b6
4
- data.tar.gz: d306ab46262bb3b6cc11efa62c3d46b5ef12a056
3
+ metadata.gz: d098b816cc2e15fc57766a6a7321575527f6f0e0
4
+ data.tar.gz: 3d8f0c27f5e41a24352d248b68ae7d3cc8c7f721
5
5
  SHA512:
6
- metadata.gz: 2a22ae71b9e6b399c29987eb78a0ca19046b2823a2853e82b9e6b6772403daa1e6192b9f68330fefb658800c12547ac49cb0874d3fa615b14bd78a33e25d0f8e
7
- data.tar.gz: 80cb58e6262aa89f8781c8cfd8cd37b92131c247d2a8d2c114453a3f370b3969e507f458b946a08bf3a6bac7bf029c9b343642a53c15997197a01e1f0a90b967
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.png)](http://badge.fury.io/rb/rails_best_practices)
4
- [![Build Status](https://secure.travis-ci.org/railsbp/rails_best_practices.png)](http://travis-ci.org/railsbp/rails_best_practices)
5
- [![Coverage Status](https://coveralls.io/repos/railsbp/rails_best_practices/badge.png?branch=master)](https://coveralls.io/r/railsbp/rails_best_practices)
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/81-remove-tab
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/81-remove-tab"
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/60-remove-trailing-whitespace
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/60-remove-trailing-whitespace"
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
  #
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module RailsBestPractices
3
- VERSION = "1.15.6"
3
+ VERSION = "1.15.7"
4
4
  end
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.6
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-08 00:00:00.000000000 Z
11
+ date: 2015-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport