Sunday, July 12th, 2009
Our company uses Apache Ivy for dependency management and tracks all our artifacts including EARs and WARs with Ivy. Ivy is great and provides a lot of great features but depends on Apache Ant. Making builds with Ant is a pain, because Ant is no programming language and misses a ...
Posted in Ruby, Uncategorized, rubygems | No Comments »
Wednesday, June 24th, 2009
I asked myself how to get started using github as a development platform but still support rubyforge as the main server for stable gem versions?
First I tried to use only hoe but did not get a gemspec file out of it. So I added jeweler to get a gemspec via ...
Posted in Ruby, rubygems | No Comments »