<?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>Чудо{вищные} заметки &#187; watir</title>
	<atom:link href="http://miracle.rpz.name/tag/watir/feed/" rel="self" type="application/rss+xml" />
	<link>http://miracle.rpz.name</link>
	<description>Sorry for my terrible english. My native language is PHP.</description>
	<lastBuildDate>Thu, 12 Jan 2012 20:42:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
		<item>
		<title>watir и ruby1.9</title>
		<link>http://miracle.rpz.name/2009/12/10/firewatir-vs-ruby1-9/</link>
		<comments>http://miracle.rpz.name/2009/12/10/firewatir-vs-ruby1-9/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 08:21:59 +0000</pubDate>
		<dc:creator>MiRacLe</dc:creator>
				<category><![CDATA[DailyWTF]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[watir]]></category>

		<guid isPermaLink="false">http://miracle.rpz.name/?p=313</guid>
		<description><![CDATA[В системе обновился ruby до 1.9 и после переустановки нужных gem-ов ВНЕЗАПНО обнаружилось, что watir не грузится. /usr/lib/ruby/gems/1.9.1/gems/user-choices-1.1.6/lib/user-choices/arglist-strategies.rb:152: warning: else without rescue is useless /usr/lib/ruby/gems/1.9.1/gems/user-choices-1.1.6/lib/user-choices.rb:1:in `require&#8217;: /usr/lib/ruby/gems/1.9.1/gems/user-choices-1.1.6/lib/user-choices/arglist-strategies.rb:148: syntax error, unexpected &#8216;:&#8217;, expecting keyword_then or &#8216;,&#8217; or &#8216;;&#8217; or &#8216;\n&#8217; (SyntaxError) when 0: # This is not considered an error because another source Решить &#171;проблему&#187; удалось [...]]]></description>
			<content:encoded><![CDATA[<p>В <a href="http://slackware.com/changelog/current.php?cpu=i386">системе обновился ruby до 1.9</a> и после переустановки нужных gem-ов ВНЕЗАПНО обнаружилось, что <a href="http://watir.com/">watir</a> не грузится.</p>
<blockquote><p>/usr/lib/ruby/gems/1.9.1/gems/user-choices-1.1.6/lib/user-choices/arglist-strategies.rb:152: warning: else without rescue is useless<br />
/usr/lib/ruby/gems/1.9.1/gems/user-choices-1.1.6/lib/user-choices.rb:1:in `require&#8217;: /usr/lib/ruby/gems/1.9.1/gems/user-choices-1.1.6/lib/user-choices/arglist-strategies.rb:148: syntax error, unexpected &#8216;:&#8217;, expecting keyword_then or &#8216;,&#8217; or &#8216;;&#8217; or &#8216;\n&#8217; (SyntaxError)<br />
      when 0: # This is not considered an error because another source</p></blockquote>
<p>Решить &laquo;проблему&raquo; удалось редактированием нескольких файлов в /usr/lib/ruby/gems/1.9.1/gems/user-choices-1.1.6/lib/user-choices/ &#8211; в <em>arglist-stragergies.rb</em>, <em>conversions.rb</em> и <em>sources.rb</em> необходимо все конструкции вида <strong>when XXXX :</strong> заменить на <strong>when XXXX then</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://miracle.rpz.name/2009/12/10/firewatir-vs-ruby1-9/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: miracle.rpz.name @ 2012-02-06 18:02:33 by W3 Total Cache -->
