spring-commands-rubocop 0.2.0 → 0.3.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
- SHA1:
3
- metadata.gz: f18edcdcf9c2085edb2effe4d7c371b0d4961036
4
- data.tar.gz: f3b9ec23b1d8dc09a171ee24a42a163f236909d3
2
+ SHA256:
3
+ metadata.gz: 1accac56e041d48fd75587d5312c581aaca88e7d0a3396d99cd82e431c99adfa
4
+ data.tar.gz: e9f5bfac2982b5c3e47fa17d8f01c21953d36b637a93b28ef42e94e9d0573d3d
5
5
  SHA512:
6
- metadata.gz: f0cfefdd8a54ad978c2fb68fb94cf6a4e1736343b1dc1545c16358599b5036b48bdef61dfe00977e68648992c56f33a5e7e4bb78f7c4f24ad659be9bded67aa5
7
- data.tar.gz: f99449d2de6511bf66eeef57ea3bd50d229e9e106c0fae639ca1bafa547aec7883482f8c73f245a235a5f5c6dcded50880d4dae8daafd0a1fde7bd622b323e88
6
+ metadata.gz: 474dc69c949c70aae7a755c587d4d7930e5b0bc4edb646b80788decc4ec412093a994f25fa2317db61645b2a4b3565d674154a80079d44d25fbcb587ccec430b
7
+ data.tar.gz: 7c751ffb75cfd54829822012ee500775ef675527b0ee15d6f4a8d085b6b3537053a1156d23962987505af1c425a335d097c05016edb57fc8fc81e7fcd3e9fedc
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'spring-commands-rubocop'
6
- spec.version = '0.2.0'
6
+ spec.version = '0.3.0'
7
7
  spec.author = 'Alex Rodionov'
8
8
  spec.email = 'p0deje@gmail.com'
9
9
  spec.description = 'RuboCop command for Spring'
@@ -16,6 +16,6 @@ Gem::Specification.new do |spec|
16
16
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
17
17
  spec.require_paths = ['lib']
18
18
 
19
- spec.add_dependency 'spring', '>= 1.0', '< 3.0'
19
+ spec.add_dependency 'spring', '>= 1.0', '< 4.0'
20
20
  spec.add_development_dependency 'rake'
21
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spring-commands-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Rodionov
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-06 00:00:00.000000000 Z
11
+ date: 2021-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: spring
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '1.0'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '3.0'
22
+ version: '4.0'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '1.0'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '3.0'
32
+ version: '4.0'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: rake
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -57,12 +57,12 @@ files:
57
57
  - Rakefile
58
58
  - lib/spring-commands-rubocop.rb
59
59
  - lib/spring/commands/rubocop.rb
60
- - spring-commands-rspec.gemspec
60
+ - spring-commands-rubocop.gemspec
61
61
  homepage: https://github.com/p0deje/spring-commands-rubocop
62
62
  licenses:
63
63
  - MIT
64
64
  metadata: {}
65
- post_install_message:
65
+ post_install_message:
66
66
  rdoc_options: []
67
67
  require_paths:
68
68
  - lib
@@ -77,9 +77,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubyforge_project:
81
- rubygems_version: 2.4.5.1
82
- signing_key:
80
+ rubygems_version: 3.2.22
81
+ signing_key:
83
82
  specification_version: 4
84
83
  summary: RuboCop command for Spring
85
84
  test_files: []