rubocop-select 1.0.0 → 2.0.0

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: 99d1df799a6be728116cf92a60e8206eaa3d1fd1
4
- data.tar.gz: cefcc523d51995d0da1e29fe394536cb738f2438
3
+ metadata.gz: 6590944038fe4a02f54a1c5f0571fd44fc526a8c
4
+ data.tar.gz: a000954c511bd000135c49c98316c2a45c1d0630
5
5
  SHA512:
6
- metadata.gz: 36b05328f549ea2ef357d27ca5422a9b532223f1151ed8e7c7b08bc538622cae3ac65365a85b601011e5f6cb174d4e3b52e999ed15c016b20c35de32a6cc8357
7
- data.tar.gz: e304e78dc149685511f2eb59f396cb6108f680be2cdcea5a9aa1748e87dcd747cdeed07e29cd95e71c91903f9ec3e0f8e3959382fde9e83006df16568830e905
6
+ metadata.gz: 189af184f0a9648a47d6fe873c448b5b0635cb0ec3ab682740d2d25f444963912127d98b37b1e0c40f4b94429337ca21af4f0f9ffcaecb41c4c798080784b36e
7
+ data.tar.gz: 0dd9127e7841ff0acafa06c200f39729b3821b7dc5961c15ec1c100ca0def00a895743c2bce722b480b66f6a6bdc13e47b0abbc6f76499e40e4491ff188f4c01
data/.gitignore CHANGED
File without changes
data/.rspec CHANGED
File without changes
File without changes
File without changes
@@ -1,16 +1,13 @@
1
1
  language: ruby
2
2
  sudo: false
3
3
  rvm:
4
- - 1.9
5
4
  - 2.0.0
6
5
  - 2.1.10
7
- - 2.2.4
8
- - 2.3.0
6
+ - 2.2.6
7
+ - 2.3.3
8
+ - 2.4.0
9
9
  before_install:
10
10
  - gem update bundler
11
11
  notifications:
12
12
  email:
13
13
  - ogataken@gmail.com
14
- branches:
15
- only:
16
- - master
File without changes
data/Gemfile CHANGED
File without changes
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
@@ -1,5 +1,10 @@
1
1
  # ChangeLog
2
2
 
3
+ ## v2.0.0 (2017-01-04)
4
+
5
+ * Drop support for ruby 1.9
6
+
7
+
3
8
  ## v1.0.0
4
9
 
5
10
  * Ship v1.0.0
File without changes
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  module RuboCop
2
2
  module Select
3
- VERSION = '1.0.0'
3
+ VERSION = '2.0.0'
4
4
 
5
5
  MSG = '%s (using RuboCop %s, running on %s %s %s)'
6
6
 
@@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.description = 'Pipe between git diff and rubocop.'
14
14
  spec.homepage = 'https://github.com/packsaddle/rubocop-select'
15
15
  spec.license = 'MIT'
16
+ spec.required_ruby_version = '>= 2.0'
16
17
 
17
18
  spec.files = `git ls-files -z`
18
19
  .split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-select
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - sanemat
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-09 00:00:00.000000000 Z
11
+ date: 2017-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -112,7 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
112
  requirements:
113
113
  - - ">="
114
114
  - !ruby/object:Gem::Version
115
- version: '0'
115
+ version: '2.0'
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
118
  - - ">="