[Nitro] Repo updated and beta gems.
Bryan Soto
bryan.a.soto at gmail.com
Mon Apr 17 20:03:07 EDT 2006
darcs pull or
gem update -y # update all your installed gems.
# Optionally, just update facets, cmdparse, daemons
gem update -y --source devlab.oree.ch/~bryan/beta
gem cleanup
I try to keep the repo stable (just my philosophy), so if you run into
a problem, we probably don't know it's there unless it has a ticket on
the devlab trac. So feel free to report bugs. :)
I've tried cleaning up the dependencies as well. Unfortunately gems
doesn't seem to handle circular dependencies very well, so I had to
remove them, i.e. Og doesn't depend on Glue anymore. :/
If you want to downgrade:
%w[gen nitro og glue].each do |package|
`gem uninstall #{package}`
end
gem install nitro -y
The following patches were applied:
[Nitro] [PATCH] New patch...
http://rubyforge.org/pipermail/nitro-general/2006-April/004006.html
[Nitro] [PATCH] test-fix-tc_aggregations_calculations
http://rubyforge.org/pipermail/nitro-general/2006-April/003975.html
[Nitro] [PATCH] og-aggregate-type-casting
http://rubyforge.org/pipermail/nitro-general/2006-April/003962.html
[Nitro] [PATCH][FIX] bugfix-nitro-R-operator
http://rubyforge.org/pipermail/nitro-general/2006-April/003960.html
[Nitro] [PATCH][BUGFIX] og-joins_many-relation
http://rubyforge.org/pipermail/nitro-general/2006-April/003957.html
[Nitro] [PATCH] tags
http://rubyforge.org/pipermail/nitro-general/2006-April/003829.html
[Nitro] [PATCH]: og-postgres-sti-fix
http://rubyforge.org/pipermail/nitro-general/2006-April/003811.html
[Nitro] [PATCH] og-postgres-join-tables
http://rubyforge.org/pipermail/nitro-general/2006-April/003801.html
[Nitro] [PATCH][BUGFIX] Camel cases in class names are not handled correctly
http://rubyforge.org/pipermail/nitro-general/2006-April/003762.html
--
"Never tell people how to do things. Tell them what to do and they
will surprise you with their ingenuity." —General George S. Patton
More information about the Nitro-general
mailing list