Skip to content

Commit 4ac2872

Browse files
author
pierre golfier
committed
include rubocop config in gem files 🤦‍♂️
1 parent c78b0ad commit 4ac2872

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rubocop_codeur/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubocopCodeur
4-
VERSION = '0.1.1'
4+
VERSION = '0.1.2'
55
end

rubocop-codeur.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818

1919
spec.metadata['homepage_uri'] = spec.homepage
2020

21-
spec.files = Dir['lib/**/*', 'MIT-LICENSE', 'README.md']
21+
spec.files = Dir['lib/**/*', 'MIT-LICENSE', 'README.md', 'default.yml']
2222

2323
spec.required_ruby_version = '~> 2.6'
2424
spec.add_dependency 'rubocop', '~> 1.8', '>= 1.8.1'

0 commit comments

Comments
 (0)