<?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>kfeirby &#187; gemfile</title>
	<atom:link href="https://kfeirby.ru/tag/gemfile/feed/" rel="self" type="application/rss+xml" />
	<link>https://kfeirby.ru</link>
	<description>ybriefk</description>
	<lastBuildDate>Sat, 20 Feb 2021 15:53:12 +0000</lastBuildDate>
	<language>ru-RU</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.11</generator>
	<item>
		<title>Gem-ы под разные платформы</title>
		<link>https://kfeirby.ru/gem-y-pod-raznye-platformy/</link>
		<comments>https://kfeirby.ru/gem-y-pod-raznye-platformy/#comments</comments>
		<pubDate>Sat, 23 Nov 2013 12:59:53 +0000</pubDate>
		<dc:creator><![CDATA[kfeirby]]></dc:creator>
				<category><![CDATA[Работа]]></category>
		<category><![CDATA[gemfile]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.kfeirby.ru/?p=86</guid>
		<description><![CDATA[if RUBY_PLATFORM =~ /win32/ # Windows OS   gem 'therubyracer', :platform =&#62; :ruby   gem 'libv8', '3.11.8.0' else # Other OS   gem 'therubyracer', '0.12.0', :platform =&#62; :ruby   gem 'libv8', '3.16.14.0' end]]></description>
				<content:encoded><![CDATA[<pre>if RUBY_PLATFORM =~ /win32/
  # Windows OS
  gem 'therubyracer', :platform =&gt; :ruby
  gem 'libv8', '3.11.8.0'
else
  # Other OS
  gem 'therubyracer', '0.12.0', :platform =&gt; :ruby
  gem 'libv8', '3.16.14.0'
end</pre>
]]></content:encoded>
			<wfw:commentRss>https://kfeirby.ru/gem-y-pod-raznye-platformy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
