Florian Simon
Florian Simon
Ok, I'll try to have a look at it next weekend. Regards
Finally I found the time to add Windows specific reference gems to jeweler task in Rakefile. I tried the resulting gem on Ubuntu12.04 and Win7. On Windows win32console gem was...
No problem with your version, but it will result in two different gems: one windows specific and one for all other environments. That is because 'spec.add_dependency' will be evaluated at...
No problem ;-) I'll try it next weekend.
I'm sorry, but I totally missed it due to lots of other projects going on. I'll try to test bundler on windows and Linux next weekend. Apologizing once more vermluh
You were right. Bundler somehow seems to ignore gem extensions, whereas using simple `gem install...` will install the defined extensions on windows and leave them out on other systems. I...