<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ne•o•phil•i•ac &#187; rubybroker-ec2</title>
	<atom:link href="http://www.neophiliac.net/category/rubybroker-ec2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neophiliac.net</link>
	<description>noun : addicted to all things new and novel</description>
	<lastBuildDate>Mon, 15 Dec 2008 23:00:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>rubybroker-ec2 and Merb 0.9.5</title>
		<link>http://www.neophiliac.net/2008/09/03/rubybroker-ec2-and-merb-095/</link>
		<comments>http://www.neophiliac.net/2008/09/03/rubybroker-ec2-and-merb-095/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 23:25:38 +0000</pubDate>
		<dc:creator>michael.daniel.jones</dc:creator>
				<category><![CDATA[capistrano]]></category>
		<category><![CDATA[merb]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubybroker-ec2]]></category>

		<guid isPermaLink="false">http://www.neophiliac.net/?p=78</guid>
		<description><![CDATA[Whilst I was putting together rubybroker-ec2 Merb 0.9.5 was released, as my side project was running 0.9.4 I fixed to use that version. This afternoon on my train journey home I finally upgraded, when it came to deploy it turned out different configuration is required for 0.9.5. 
This release addresses the issues around this and [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst I was putting together rubybroker-ec2 Merb 0.9.5 was released, as my <a href="http://www.we-workout.com">side project</a> was running 0.9.4 I fixed to use that version. This afternoon on my train journey home I finally upgraded, when it came to deploy it turned out different configuration is required for 0.9.5. </p>
<p>This release addresses the issues around this and also allows you to specify the version of Merb your application is using so the appropriate dependencies are installed.</p>
<p>You can grab the new version from GitHub:</p>
<pre name="code">  $ gem sources -a http://gems.github.com
  $ sudo gem install mikejones-rubybroker-ec2
</pre>
<p>The deployment process in the same as before but now when you now bootstrap your instance Merb 0.9.5 will be installed. This can be overridden in you deploy.rb e.g.: </p>
<pre name="code" class="ruby:nocontrols:nogutter">  set :merb_version, "0.9.3"</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.neophiliac.net/2008/09/03/rubybroker-ec2-and-merb-095/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
