We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6ab50 commit ec64353Copy full SHA for ec64353
Rakefile
@@ -41,7 +41,7 @@ task :update_json_list do
41
# get a sorted list of platforms from files in the platforms dir
42
# but skip any hidden files and skip the fake chefspec platform
43
plats = Dir.children("./lib/fauxhai/platforms/").sort
44
- .select { |v| !v.match?(/(^\.|chefspec)/) }
+ .grep_v(/(^\.|chefspec)/)
45
.to_h { |v| [v, {}] }
46
47
# add version, deprecated status, and file path to each platform
0 commit comments