Re: Ruby gem for subversion

2010-11-22 Thread Joe Swatosh
On Mon, Nov 22, 2010 at 11:37 AM, Daniel Shahaf 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

Re: Ruby gem for subversion

2010-11-22 Thread Daniel Shahaf
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 prev

Re: Ruby gem for subversion

2010-11-21 Thread Benjamin Jaton
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 ? Benjamin On Sun, Nov 21, 2010 at 2:29 PM, Benjamin Jaton wrote: > Hi, > > I know there are subversion bindings for Ruby, but is th

Ruby gem for subversion

2010-11-21 Thread Benjamin Jaton
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