tumblr / genesis

A tool for data center automation
http://tumblr.github.io/genesis/
Apache License 2.0
156 stars 24 forks source link

Changes in new Gem #77

Open michaeljs1990 opened 5 years ago

michaeljs1990 commented 5 years ago

You can close this out but just wanted to let you know the following if it's helpful at all. The collins key in the latest version that was unpublished went from accessing collins as a string to accessing it as a symbol. Additionally the log function has an implicit interface that went from passing in one parameter to passing in two.

These seem to be the two significant changes.

https://github.com/tumblr/genesis/blob/master/src/framework/lib/genesisframework/utils.rb#L35 https://github.com/tumblr/genesis/blob/master/src/framework/lib/genesisframework/utils.rb#L82

defect commented 5 years ago

Hi Michael! Thanks for the issue. I pushed what I thought was a pretty benign change to rubygems but didn't realize we've been really bad at keeping it up to date, so we jumped a bunch of versions. I unpublished the new version as soon as I heard you had problems. I hope that restored your systems.

Do you have any error messages or tracebacks of the errors you saw? I'll try out the new version locally more closely as soon as I have time, but any logs would be very helpful.