On Mon, Nov 22, 2010 at 11:37 AM, Daniel Shahaf <d...@daniel.shahaf.name> wrote: > I don't see anything specific to windows in that file. > > Try changing that line and see what breaks? > > Benjamin Jaton wrote on Sun, Nov 21, 2010 at 14:36:04 -0800: >> I can see the ./build/win32/make_gem.rb that specifically set >> s.platform = Gem::Platform::WIN32 >> >> Is there something that prevent the gem to be built under UNIX ? >>
I don't know, as Daniel suggests you could try it. kou did all the heavy lifting on the bindings, and we worked to get them building on Windows specifically because many Windows users won't have the tools to build Subversion and its dependencies. We made it easy to make a Windows gem since most of the functionality is in .so files. I've released a few on rubygems.org. I'm not sure how it would work to release a binary gem for the different flavors of *nix. I'm having enough trouble figuring out a mingw build to attempt to get a gem suitable for 1.8.7+. -- Joe >> >> On Sun, Nov 21, 2010 at 2:29 PM, Benjamin Jaton >> <benjamin.ja...@gmail.com>wrote: >> >> > Hi, >> > >> > I know there are subversion bindings for Ruby, but is there a gem that does >> > the job ? >> > A gem is much more convenient for people who want to manage dependencies. >> > >> > THanks, >> > Benjamin >> > >