vagrant-chef-solo-mount-options 1.0.0 → 1.0.1

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: fc43f3a670dbef7e0f7b2531c9732e053c0e8f95
4
- data.tar.gz: 5f3185990f10a2982e05a758bd9bb3e74facdbc3
3
+ metadata.gz: c51e10e516bcc77c59fa8b2855e1653e6eb10cd0
4
+ data.tar.gz: 7c21bf2926bffc97d88908617dbe3bbe44d5dfd7
5
5
  SHA512:
6
- metadata.gz: be3326b6b4ed314af730005e64ff9a61a9429a2461cf44b1189ae7317d2540dbf510ef252cb8f6d935e021efc164a91e5d306342906a0986c72fab0b0a23c357
7
- data.tar.gz: 9e15af754ae97001aece2d714d710ce0456148c819d58118dae6e91bef4cb8d951295279537610ead6f7c5507a7e332568e78b3e5ce5aa3417f359d8e007c75a
6
+ metadata.gz: f162955ac39a6cf52ccc13ac15f4df41aad8af7dca3cae6191bf5bc152469a77b6243ec5a31ad7b2dd89a322baec4b64241acaddaecf5f106a834cf4b1290ea8
7
+ data.tar.gz: 00670944d2b2cde1cad6181cb3382d1daf5d8c06dc2f88a61e58c3e18f700bb7f88cef14f3b6a4dc76de13e17bc786d5c900086146e84e133a44d301486890f2
@@ -1,3 +1,5 @@
1
+ inherit_from: .rubocop_todo.yml
2
+
1
3
  AllCops:
2
4
  TargetRubyVersion: 2.2
3
5
 
@@ -0,0 +1,13 @@
1
+ # This configuration was generated by
2
+ # `rubocop --auto-gen-config`
3
+ # on 2016-10-26 22:16:55 +0100 using RuboCop version 0.39.0.
4
+ # The point is for the user to remove these configuration records
5
+ # one by one as the offenses are removed from the code base.
6
+ # Note that changes in the inspected code, or installation of new
7
+ # versions of RuboCop, may require this file to be generated again.
8
+
9
+ # Offense count: 1
10
+ # Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts.
11
+ Style/FileName:
12
+ Exclude:
13
+ - 'lib/vagrant-chef-solo-mount-options.rb'
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module ChefMountOptions
3
- VERSION = '1.0.0'.freeze
3
+ VERSION = '1.0.1'.freeze
4
4
  end
5
5
  end
@@ -6,7 +6,7 @@ require 'vagrant-chef-solo-mount-options/version'
6
6
 
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = 'vagrant-chef-solo-mount-options'
9
- spec.version = '1.0.0'.freeze
9
+ spec.version = VagrantPlugins::ChefMountOptions::VERSION
10
10
  spec.authors = ['Kieren Evans']
11
11
  spec.email = ['kevans+vagrant_plugins@inviqa.com']
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-chef-solo-mount-options
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kieren Evans
@@ -60,14 +60,15 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - ".rubocop.yml"
63
+ - ".rubocop_todo.yml"
63
64
  - Gemfile
64
65
  - README.md
65
66
  - Rakefile
67
+ - lib/vagrant-chef-solo-mount-options.rb
66
68
  - lib/vagrant-chef-solo-mount-options/config/chef_solo_mount_options.rb
67
69
  - lib/vagrant-chef-solo-mount-options/plugin.rb
68
70
  - lib/vagrant-chef-solo-mount-options/provisioner/chef_solo_mount_options.rb
69
71
  - lib/vagrant-chef-solo-mount-options/version.rb
70
- - lib/vagrant_chef_solo_mount_options.rb
71
72
  - vagrant-chef-solo-mount-options.gemspec
72
73
  homepage: ''
73
74
  licenses: