datocms / ruby-datocms-client

Ruby client for the DatoCMS API.
https://www.datocms.com/docs/content-management-api/using-the-ruby-client
MIT License
20 stars 14 forks source link

v0.1.21 breaks the Middleman gem #1

Closed danhalliday closed 7 years ago

danhalliday commented 7 years ago

Middleman Gem calls Dato::Local::Site::load (https://github.com/datocms/middleman-dato/blob/master/lib/middleman_dato/middleman_extension.rb#L27), which is no longer present here https://github.com/datocms/ruby-datocms-client/blob/master/lib/dato/local/site.rb.

stefanoverna commented 7 years ago

Hi Dan, thanks for the report! Just released middleman-dato v0.5.22 to solve the problem.

Stefano Verna CTO @ Cantiere Creativo

On Sep 9, 2016, at 1:30 AM, Dan Halliday notifications@github.com wrote:

Middleman Gem calls Dato::Local::Site::load (https://github.com/datocms/middleman-dato/blob/master/lib/middleman_dato/middleman_extension.rb#L27), which is no longer present here https://github.com/datocms/ruby-datocms-client/blob/master/lib/dato/local/site.rb.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

danhalliday commented 7 years ago

Amazing thanks, yes that solves it.