pronto-foodcritic 0.8.1 → 0.8.2

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: 7c4008a09fbe48a23b42c4274b2dd95b22364b64
4
- data.tar.gz: d0cbee5874030a34e3b8d939f0602f134d0a93f8
3
+ metadata.gz: 8f5edb4b8afd3b612f313138ce1a4034e519266e
4
+ data.tar.gz: 254cb8a1f98db611128c6e60e4a594b058d18de3
5
5
  SHA512:
6
- metadata.gz: 51522f30c8d0407ee8ac3493adfb5c8ef22a9997ee68693d3795cd68f503299b3d243252f7e0fb36acc126d1b4150a4b62bf9605abf7a4727195af8fae891a5c
7
- data.tar.gz: 5cd49186029dcd86471400dae1f4233f52f1c85223dc006326ef2bf1af76271b317329af5b8de4f65c7f6c2b03d79fdf8996b6a4b9d4cbebe81e27ce464915c8
6
+ metadata.gz: fc0d2707a75dbe716d2333aefcde86ad7ee7e34dac4177d7babdc94758d09431e0cdbeb15009f78a7f22ef65123f6772a667d4c6d18ad8eff1bd419de24ff785
7
+ data.tar.gz: 205a8b5ab817925d64537fb2aa9f3c10718eaf31a33bf078ccda5f7b8eb933f2839810311f0e49eff54e5d3fa17c25aa0505882088fed907ec68d4257a428443
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Pronto runner for Food Critic
2
2
 
3
3
  [![Code Climate](https://codeclimate.com/github/mmozuras/pronto-foodcritic.png)](https://codeclimate.com/github/mmozuras/pronto-foodcritic)
4
- [![Build Status](https://travis-ci.org/mmozuras/pronto-foodcritic.png)](https://travis-ci.org/mmozuras/pronto-foodcritic)
4
+ [![Build Status](https://secure.travis-ci.org/mmozuras/pronto-foodcritic.svg)](http://travis-ci.org/mmozuras/pronto-foodcritic)
5
5
  [![Gem Version](https://badge.fury.io/rb/pronto-foodcritic.png)](http://badge.fury.io/rb/pronto-foodcritic)
6
6
  [![Dependency Status](https://gemnasium.com/mmozuras/pronto-foodcritic.png)](https://gemnasium.com/mmozuras/pronto-foodcritic)
7
7
 
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module FoodCriticVersion
3
- VERSION = '0.8.1'.freeze
3
+ VERSION = '0.8.2'.freeze
4
4
  end
5
5
  end
@@ -10,11 +10,11 @@ Gem::Specification.new do |s|
10
10
  s.platform = Gem::Platform::RUBY
11
11
  s.author = 'Mindaugas Mozūras'
12
12
  s.email = 'mindaugas.mozuras@gmail.com'
13
- s.homepage = 'http://github.org/mmozuras/pronto-foodcritic'
13
+ s.homepage = 'http://github.com/mmozuras/pronto-foodcritic'
14
14
  s.summary = 'Pronto runner for Food Critic, lint tool for chef'
15
15
 
16
16
  s.licenses = ['MIT']
17
- s.required_ruby_version = '>= 2.0.0'
17
+ s.required_ruby_version = '>= 2.2.0'
18
18
  s.rubygems_version = '1.8.23'
19
19
 
20
20
  s.files = `git ls-files`.split($RS).reject do |file|
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
32
32
  s.extra_rdoc_files = ['LICENSE', 'README.md']
33
33
  s.require_paths = ['lib']
34
34
 
35
- s.add_dependency('foodcritic', '~> 9', '>= 9.0.0')
35
+ s.add_dependency('foodcritic', '~> 10', '>= 10.0.0')
36
36
  s.add_dependency('pronto', '~> 0.8.0')
37
37
  s.add_development_dependency('rake', '~> 12.0')
38
38
  s.add_development_dependency('rspec', '~> 3.4')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-foodcritic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mindaugas Mozūras
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-03 00:00:00.000000000 Z
11
+ date: 2017-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: foodcritic
@@ -16,20 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '9'
19
+ version: '10'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 9.0.0
22
+ version: 10.0.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
- version: '9'
29
+ version: '10'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 9.0.0
32
+ version: 10.0.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: pronto
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -101,7 +101,7 @@ files:
101
101
  - lib/pronto/foodcritic.rb
102
102
  - lib/pronto/foodcritic/version.rb
103
103
  - pronto-foodcritic.gemspec
104
- homepage: http://github.org/mmozuras/pronto-foodcritic
104
+ homepage: http://github.com/mmozuras/pronto-foodcritic
105
105
  licenses:
106
106
  - MIT
107
107
  metadata: {}
@@ -113,7 +113,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
- version: 2.0.0
116
+ version: 2.2.0
117
117
  required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  requirements:
119
119
  - - ">="