mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
[rubygems/rubygems] fix @license
typo preventing licenses from being correctly unmarshalled
d6ba7ef79f
This commit is contained in:
parent
e69945fc57
commit
d6fc8f3d57
2 changed files with 13 additions and 1 deletions
|
@ -1318,7 +1318,7 @@ class Gem::Specification < Gem::BasicSpecification
|
|||
spec.instance_variable_set :@has_rdoc, array[15]
|
||||
spec.instance_variable_set :@new_platform, array[16]
|
||||
spec.instance_variable_set :@platform, array[16].to_s
|
||||
spec.instance_variable_set :@license, array[17]
|
||||
spec.instance_variable_set :@licenses, [array[17]]
|
||||
spec.instance_variable_set :@metadata, array[18]
|
||||
spec.instance_variable_set :@loaded, false
|
||||
spec.instance_variable_set :@activated, false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue