Skip to content

Commit

Permalink
Fixed a typo on chalo's RVM post
Browse files Browse the repository at this point in the history
  • Loading branch information
David Padilla committed Aug 17, 2010
1 parent e86e69f commit ee21c9f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rvm 1.9.2@blog

*And every time you cd into your directory, your ruby version and gemset will be changed :)*

h2. Final thoughs
h2. Final thoughts

Whether this file should or shouldn't be in your project repo is up to you, but IMO it should be ignored, creating the possibility to be defined by every user...

Expand Down
6 changes: 3 additions & 3 deletions _site/2010/08/17/use-a-project-specific-ruby-version-rvm.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1>Use a project specific Ruby version with RVM</h1>
<div class="highlight"><pre><code class="bash">rvm 1.9.2@blog
</code></pre>
</div><p><strong>And every time you cd into your directory, your ruby version and gemset will be changed :)</strong></p>
<h2>Final thoughs</h2>
<h2>Final thoughts</h2>
<p>Whether this file should or shouldn&#8217;t be in your project repo is up to you, but <span class="caps">IMO</span> it should be ignored, creating the possibility to be defined by every user&#8230;</p>
<p>What do you think about that?</p>
<div class="author_box">
Expand Down Expand Up @@ -104,10 +104,10 @@ <h1>Related Posts</h1>

<li><span><b>13 Aug 2010</b></span> &raquo; <a href="/2010/08/13/fix-incompatibility-with-attachment-fu-and-acts-as-list.html">Improve performance between attachment_fu and acts_as_list</a></li>

<li><span><b>02 Aug 2010</b></span> &raquo; <a href="/2010/08/02/instant-blog-using-jekyll-and-heroku.html">Instant blog using Jekyll and Heroku</a></li>

<li><span><b>06 Aug 2010</b></span> &raquo; <a href="/2010/08/06/our-git-workflow.html">Our git workflow</a></li>

<li><span><b>02 Aug 2010</b></span> &raquo; <a href="/2010/08/02/instant-blog-using-jekyll-and-heroku.html">Instant blog using Jekyll and Heroku</a></li>

<li><span><b>11 Jul 2010</b></span> &raquo; <a href="/2010/07/11/git-initial-configuration.html">First Things First... Our initial git configuration</a></li>

</ul>
Expand Down
4 changes: 2 additions & 2 deletions _site/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Crowd Interactive Tech Blog</title>
<link href="http://blog.crowdint.com/atom.xml" rel="self"/>
<link href="http://blog.crowdint.com/"/>
<updated>2010-08-17T11:54:41-07:00</updated>
<updated>2010-08-17T11:58:23-07:00</updated>
<id>http://blog.crowdint.com</id>


Expand Down Expand Up @@ -39,7 +39,7 @@ Once you abandon the project directory, your default Ruby version will be used!&
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;bash&quot;&gt;rvm 1.9.2@blog
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;And every time you cd into your directory, your ruby version and gemset will be changed :)&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;Final thoughs&lt;/h2&gt;
&lt;h2&gt;Final thoughts&lt;/h2&gt;
&lt;p&gt;Whether this file should or shouldn&amp;#8217;t be in your project repo is up to you, but &lt;span class=&quot;caps&quot;&gt;IMO&lt;/span&gt; it should be ignored, creating the possibility to be defined by every user&amp;#8230;&lt;/p&gt;
&lt;p&gt;What do you think about that?&lt;/p&gt;</content>
<author>
Expand Down
2 changes: 1 addition & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1><a href="/2010/08/17/use-a-project-specific-ruby-version-rvm.html">Use a pro
<div class="highlight"><pre><code class="bash">rvm 1.9.2@blog
</code></pre>
</div><p><strong>And every time you cd into your directory, your ruby version and gemset will be changed :)</strong></p>
<h2>Final thoughs</h2>
<h2>Final thoughts</h2>
<p>Whether this file should or shouldn&#8217;t be in your project repo is up to you, but <span class="caps">IMO</span> it should be ignored, creating the possibility to be defined by every user&#8230;</p>
<p>What do you think about that?</p>
<div class="author_box">
Expand Down

0 comments on commit ee21c9f

Please sign in to comment.