spbtv_code_style 1.2.0 → 1.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: 7b6f81864c78935f79c62e64d87eba442ed9b1e3
4
- data.tar.gz: 9fb3eacea76e86c5e518244219b7051296dcb067
3
+ metadata.gz: 875b0550c3189bf089ab48fd037c80783b46e479
4
+ data.tar.gz: b63142fa4561ae1a52f7b6c6982faacc1de28d24
5
5
  SHA512:
6
- metadata.gz: 811a8d85333e033fe3315614f9e925a14fe5fcc5864bfe2d45271319d9291881fdfd88bc073f0f11b4f504d6144e322c48f527fe1891b69d3f6c389b6e31f815
7
- data.tar.gz: 9fc64d8b77b8426723eaeeffc62bbf2585b083d62ee3a534b41a08d91da30d2259a8bf7061e7da5d4108c7bfec385f0a59e357a0d5ec3ac85c49a60f5d513c38
6
+ metadata.gz: f0efb9f57300cd9fdc87a8f6d2cf369aeeae2ebcfe4b58f96cc2269c378d5e189dacb7e18808193834956dee6c795ce79685a92657bc7326e89fe705f0e0d137
7
+ data.tar.gz: 1cb42262c8f74e81997fae2f180411d965f8def80ebfd718416f6ce43a27f9283297df2c3480501d827d8b3465e1b097d31e653c3092030889cb8d18bc38bda0
data/.rubocop.yml CHANGED
@@ -1,5 +1,5 @@
1
- AllCops:
2
- RunRailsCops: true
1
+ Rails:
2
+ Enabled: true
3
3
 
4
4
  Style/StringLiterals:
5
5
  Enabled: true
data/.travis.yml ADDED
@@ -0,0 +1,14 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.1.5
5
+ - 2.2.2
6
+ - 2.2.3
7
+ - ruby-head
8
+ matrix:
9
+ allow_failures:
10
+ - rvm: ruby-head
11
+ fast_finish: true
12
+ before_install: gem install bundler -v 1.10.6
13
+ script:
14
+ - bundle exec rubocop --fail-level C
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Build Status](https://travis-ci.org/SPBTV/spbtv_code_style.svg)](https://travis-ci.org/SPBTV/spbtv_code_style)
2
+
1
3
  # SpbtvCodeStyle
2
4
 
3
5
  This gem contains common `.rubocop.yml` file to simplify maintaining the same code style in various SpbTV projects.
@@ -1,4 +1,4 @@
1
1
  # Just namespace for version number
2
2
  module SpbtvCodeStyle
3
- VERSION = '1.2.0'
3
+ VERSION = '1.2.2'.freeze
4
4
  end
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16
16
  spec.require_paths = ['lib']
17
17
 
18
- spec.add_runtime_dependency 'rubocop', '~> 0.35.1'
18
+ spec.add_runtime_dependency 'rubocop', '~> 0.38.0'
19
19
  spec.add_runtime_dependency 'rubocop-checkstyle_formatter'
20
20
 
21
21
  spec.add_development_dependency 'bundler', '~> 1.10'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spbtv_code_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tema Bolshakov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-16 00:00:00.000000000 Z
11
+ date: 2016-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.35.1
19
+ version: 0.38.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.35.1
26
+ version: 0.38.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-checkstyle_formatter
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -75,6 +75,7 @@ extra_rdoc_files: []
75
75
  files:
76
76
  - ".gitignore"
77
77
  - ".rubocop.yml"
78
+ - ".travis.yml"
78
79
  - CHANGELOG.md
79
80
  - Gemfile
80
81
  - LICENSE
@@ -106,3 +107,4 @@ signing_key:
106
107
  specification_version: 4
107
108
  summary: SpbTV code style
108
109
  test_files: []
110
+ has_rdoc: