class Gem::Specification

def executables= value

def executables= value
  # TODO: warn about setting instead of pushing
  @executables = Array(value)
end