Skip to content

Commit ee21c9f

Browse files
author
David Padilla
committed
Fixed a typo on chalo's RVM post
1 parent e86e69f commit ee21c9f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

_posts/2010-08-17-use-a-project-specific-ruby-version-rvm.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ rvm 1.9.2@blog
4848

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

51-
h2. Final thoughs
51+
h2. Final thoughts
5252

5353
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...
5454

_site/2010/08/17/use-a-project-specific-ruby-version-rvm.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1>Use a project specific Ruby version with RVM</h1>
6868
<div class="highlight"><pre><code class="bash">rvm 1.9.2@blog
6969
</code></pre>
7070
</div><p><strong>And every time you cd into your directory, your ruby version and gemset will be changed :)</strong></p>
71-
<h2>Final thoughs</h2>
71+
<h2>Final thoughts</h2>
7272
<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>
7373
<p>What do you think about that?</p>
7474
<div class="author_box">
@@ -104,10 +104,10 @@ <h1>Related Posts</h1>
104104

105105
<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>
106106

107-
<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>
108-
109107
<li><span><b>06 Aug 2010</b></span> &raquo; <a href="/2010/08/06/our-git-workflow.html">Our git workflow</a></li>
110108

109+
<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>
110+
111111
<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>
112112

113113
</ul>

_site/atom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Crowd Interactive Tech Blog</title>
55
<link href="http://blog.crowdint.com/atom.xml" rel="self"/>
66
<link href="http://blog.crowdint.com/"/>
7-
<updated>2010-08-17T11:54:41-07:00</updated>
7+
<updated>2010-08-17T11:58:23-07:00</updated>
88
<id>http://blog.crowdint.com</id>
99

1010

@@ -39,7 +39,7 @@ Once you abandon the project directory, your default Ruby version will be used!&
3939
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;bash&quot;&gt;rvm 1.9.2@blog
4040
&lt;/code&gt;&lt;/pre&gt;
4141
&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;
42-
&lt;h2&gt;Final thoughs&lt;/h2&gt;
42+
&lt;h2&gt;Final thoughts&lt;/h2&gt;
4343
&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;
4444
&lt;p&gt;What do you think about that?&lt;/p&gt;</content>
4545
<author>

_site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h1><a href="/2010/08/17/use-a-project-specific-ruby-version-rvm.html">Use a pro
6969
<div class="highlight"><pre><code class="bash">rvm 1.9.2@blog
7070
</code></pre>
7171
</div><p><strong>And every time you cd into your directory, your ruby version and gemset will be changed :)</strong></p>
72-
<h2>Final thoughs</h2>
72+
<h2>Final thoughts</h2>
7373
<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>
7474
<p>What do you think about that?</p>
7575
<div class="author_box">

0 commit comments

Comments
 (0)