File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
...
6
6
7
- ## 2.2.0
7
+ ## 2.2.1
8
8
9
9
### Performance improvements
10
10
16
16
17
17
* Fix missing new_ostruct_member in Ruby 2.7 ([ #255 ] ( https://github.com/rubyconfig/config/pull/255 ) )
18
18
* Fix validation contract documentation ([ #260 ] ( https://github.com/rubyconfig/config/pull/260 ) )
19
- * Fix validation contract documentation ([ #260 ] ( https://github.com/rubyconfig/config/pull/260 ) )
19
+ * Excluded test application's * .md files from the gem build ([ #267 ] ( https://github.com/rubyconfig/config/pull/267 ) )
20
20
21
21
### Changes
22
22
Original file line number Diff line number Diff line change @@ -21,7 +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\/ |\w * .md$|\. gemspec$)/ =~ file }
24
+ s . files . select! { |file | /(^lib\/ |^ \w + .md$|\. gemspec$)/ =~ file }
25
25
26
26
s . require_paths = [ 'lib' ]
27
27
s . required_ruby_version = '>= 2.4.0'
Original file line number Diff line number Diff line change 1
1
module Config
2
- VERSION = '2.2.0 ' . freeze
2
+ VERSION = '2.2.1 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments