mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
parent
bd8df25cdc
commit
aeea88174d
43 changed files with 121 additions and 95 deletions
|
@ -129,7 +129,7 @@ Specific fields in the specification can be extracted in YAML format:
|
|||
platform = get_platform_from_requirements(options)
|
||||
|
||||
if platform
|
||||
specs = specs.select{|s| s.platform.to_s == platform }
|
||||
specs = specs.select {|s| s.platform.to_s == platform }
|
||||
end
|
||||
|
||||
unless options[:all]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue