File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
Metrics/LineLength :
2
2
Max : 120
3
3
4
+ Style/RegexpLiteral :
5
+ EnforcedStyle : slashes
6
+ AllowInnerSlashes : true
7
+
4
8
Style/FrozenStringLiteralComment :
5
9
EnforcedStyle : never
Original file line number Diff line number Diff line change 12
12
13
13
* Fix missing new_ostruct_member in Ruby 2.7 ([ #255 ] ( https://github.com/railsconfig/config/pull/255 ) )
14
14
* Fix validation contract documentation ([ #260 ] ( https://github.com/railsconfig/config/pull/260 ) )
15
+ * Excluded test application's * .md files from the gem build ([ #267 ] ( https://github.com/railsconfig/config/pull/267 ) )
15
16
16
17
### Changes
17
18
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ Please consider donating to our open collective to help us maintain this project
21
21
👉 Donate: \e [34mhttps://opencollective.com/rubyconfig/donate\e [0m\n "
22
22
23
23
s . files = `git ls-files` . split ( $/)
24
- s . files . select! { |file | /(^lib\/ |\. md$|\. gemspec$)/ =~ file }
25
- s . files += Dir . glob ( 'doc/**/*' )
24
+ s . files . select! { |file | /(^lib\/ |\w *.md$|\. gemspec$)/ =~ file }
26
25
27
26
s . require_paths = [ 'lib' ]
28
27
s . required_ruby_version = '>= 2.4.0'
You can’t perform that action at this time.
0 commit comments