On May 22, 5:53=A0pm, Ilias Lazaridis <il... / lazaridis.com> wrote: > > The binaries for JSON > [...] - (complex information) > > In the current version of EventMachine > [...] - (complex information) > What you consider "complex" information is needed information. > > May someone can tell me: > > Who can provide / upload the native gems (windows binaries) of the > "eventmachine"? > Gem authors. And this has already been covered in newer versions of these libraries,at least the EventMachine one. Since thin depends on >=3D version of EventManchine, you can try installing the pre-release version: gem install eventmachine --pre And then try to install Thin. > And who could provide / upload an automated fall-back to the > "json_pure" if "json" cannot be build locally? > There is no possible fallback in that scenario, you need to code in your application/library/whatever you're writing this fallback. Also, if you want this attempt to be solved in each of the libraries you mention, patches are welcome. -- Luis Lavena