<?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>rob aldred &#187; Uncategorized</title>
	<atom:link href="http://robaldred.co.uk/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://robaldred.co.uk</link>
	<description>cars, f1, bikes, tech tips &#38; what ever i&#039;m interested in this week</description>
	<lastBuildDate>Thu, 15 Apr 2010 13:54:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>generate list of files for gem spec</title>
		<link>http://robaldred.co.uk/2010/04/generate-list-of-files-for-gem-spec/</link>
		<comments>http://robaldred.co.uk/2010/04/generate-list-of-files-for-gem-spec/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 13:50:31 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[gemspec]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubygems]]></category>
		<category><![CDATA[spec]]></category>

		<guid isPermaLink="false">http://robaldred.co.uk/2010/04/generate-list-of-files-for-gem-spec/</guid>
		<description><![CDATA[Gemspec files require the list of files to include in the gem build, here&#8217;s simple command you can run to add all files descending from the current directory, it ignores the .git directory and sorts the list for you. 1find . -type file &#124; grep -v .git/ &#124; sort You just to add the ruby [...]]]></description>
			<content:encoded><![CDATA[<p>Gemspec files require the list of files to include in the gem build, here&#8217;s simple command you can run to add all files descending from the current directory, it ignores the .git directory and sorts the list for you.</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">find . -type file | grep -v .git/ | sort</div></td></tr></tbody></table></div>
<p>You just to add the ruby array syntax.<br />
replace ./ with &#8221;<br />
replace \n with &#8220;,\n</p>
]]></content:encoded>
			<wfw:commentRss>http://robaldred.co.uk/2010/04/generate-list-of-files-for-gem-spec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OSX TerminalColors not loaded error with Terminal version 2.1.1 (v273)</title>
		<link>http://robaldred.co.uk/2010/04/mac-osx-terminalcolors-not-loaded-error-with-terminal-version-2-1-1-v273/</link>
		<comments>http://robaldred.co.uk/2010/04/mac-osx-terminalcolors-not-loaded-error-with-terminal-version-2-1-1-v273/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 09:24:45 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[TerminalColors]]></category>

		<guid isPermaLink="false">http://robaldred.co.uk/?p=199</guid>
		<description><![CDATA[With the recent update to OSX Snow Leopard if your&#8217;re using the TerminalColors SIMBL plugin you may notice you&#8217;ll have an error when loading your Terminal. This is easily fixable, by modifiying the Info.plist in the plugin to check for a higher version. cd ~/Library/Application\ Support/SIMBL/Plugins/TerminalColours.bundle/Contents open Info.plist in your favourite editor find the following [...]]]></description>
			<content:encoded><![CDATA[<p>With the recent update to OSX Snow Leopard if your&#8217;re using the TerminalColors SIMBL plugin you may notice you&#8217;ll have an error when loading your Terminal.</p>
<p>This is easily fixable, by modifiying the Info.plist in the plugin to check for a higher version.</p>
<div class="codecolorer-container bash twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">cd</span> ~<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Application\ Support<span style="color: #000000; font-weight: bold;">/</span>SIMBL<span style="color: #000000; font-weight: bold;">/</span>Plugins<span style="color: #000000; font-weight: bold;">/</span>TerminalColours.bundle<span style="color: #000000; font-weight: bold;">/</span>Contents</div></div>
<p>open Info.plist in your favourite editor find the following lines:</p>
<div class="codecolorer-container bash twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>28<br />29<br />30<br />31<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;</span>key<span style="color: #000000; font-weight: bold;">&gt;</span>MaxBundleVersion<span style="color: #000000; font-weight: bold;">&lt;/</span>key<span style="color: #000000; font-weight: bold;">&gt;</span><br />
<span style="color: #000000; font-weight: bold;">&lt;</span>string<span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000;">272</span><span style="color: #000000; font-weight: bold;">&lt;/</span>string<span style="color: #000000; font-weight: bold;">&gt;</span><br />
<span style="color: #000000; font-weight: bold;">&lt;</span>key<span style="color: #000000; font-weight: bold;">&gt;</span>MinBundleVersion<span style="color: #000000; font-weight: bold;">&lt;/</span>key<span style="color: #000000; font-weight: bold;">&gt;</span><br />
<span style="color: #000000; font-weight: bold;">&lt;</span>string<span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000;">240</span><span style="color: #000000; font-weight: bold;">&lt;/</span>string<span style="color: #000000; font-weight: bold;">&gt;</span></div></td></tr></tbody></table></div>
<p>change the <string> 272 to 273<br />
save the file, close your Terminal.app completely (Cmd+Q)</p>
<p>Start Terminal again and everything should be back to normal.</p>
]]></content:encoded>
			<wfw:commentRss>http://robaldred.co.uk/2010/04/mac-osx-terminalcolors-not-loaded-error-with-terminal-version-2-1-1-v273/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google thinks every result is spam/malware?</title>
		<link>http://robaldred.co.uk/2009/01/google-thinks-every-result-is-spammalware/</link>
		<comments>http://robaldred.co.uk/2009/01/google-thinks-every-result-is-spammalware/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 15:10:08 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://robaldred.co.uk/2009/01/google-thinks-every-result-is-spammalware/</guid>
		<description><![CDATA[I&#8217;ve turned my computer on today gone to search google and found that all the results have a warning under them&#8230; &#8220;This site may harm your computer&#8221; even amazon&#8230; what are google doing to me? Clicking on them gives me a google page that blocks me access to the page. //Update @ 15:16 GMT It [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve turned my computer on today gone to search google and found that all the results have a warning under them&#8230;</p>
<blockquote><p>&#8220;This site may harm your computer&#8221;</p></blockquote>
<p>even amazon&#8230; what are google doing to me?</p>
<p>Clicking on them gives me a google page that blocks me access to the page. <img src='http://robaldred.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<div id="attachment_54" class="wp-caption alignnone" style="width: 310px"><a href="http://robaldred.co.uk/wp-content/uploads/2009/01/malware_google.jpg"><img src="http://robaldred.co.uk/wp-content/uploads/2009/01/malware_google-300x251.jpg" alt="Google reckons all it&#039;s results are harmful" title="malware_google" width="300" height="251" class="size-medium wp-image-54" /></a><p class="wp-caption-text">Google reckons all it's results are harmful</p></div>
<p>//Update @ 15:16 GMT<br />
It would appear that I am not the only one, Google is actually broken, someone&#8217;s committed some broken code, whoops.</p>
<p>Theres loads of threads on the <a href="http://www.google.com/support/forum/p/Web+Search?hl=en">Google support forum</a> about this.</p>
]]></content:encoded>
			<wfw:commentRss>http://robaldred.co.uk/2009/01/google-thinks-every-result-is-spammalware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
