octopress / deploy

Deployment for Octopress and Jekyll blogs.
MIT License
75 stars 23 forks source link

Octopress::Deploy.init_options needs to handle string-keyed Hashes #1

Closed parkr closed 10 years ago

parkr commented 10 years ago

Mercenary uses Strings instead of Symbols as the key for their option hashes. Just need to ensure all String keys are converted properly.

imathis commented 10 years ago

I'm fine with stringifying keys instead. As long as they are consistent. The core_ext.rb file has that Hash extension.

parkr commented 10 years ago

It's probably easier to just always symbolize the input, as all your code is already using Symbol keys. :)