Skip to content

Commit

Permalink
fixed gem version requirement in tasks/gem_loader/load_active_support.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyredrick committed Jun 7, 2009
1 parent b02493b commit 42cce37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tasks/gem_loader/load_active_support.rb
@@ -1,3 +1,3 @@
require 'rubygems'
gem 'activesupport', '<=2.2'
gem 'activesupport', '>=2.2'
require 'active_support'
4 changes: 2 additions & 2 deletions website/index.html
Expand Up @@ -32,9 +32,9 @@

<h1>RiCal</h1>
<div class="sidebar">
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rical"; return false'>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/ri-cal"; return false'>
<p>Get Version</p>
<a href="http://rubyforge.org/projects/rical" class="numbers">0.5.0</a>
<a href="http://rubyforge.org/projects/ri-cal" class="numbers">0.6.0</a>
</div>
</div>
<h2>What</h2>
Expand Down

0 comments on commit 42cce37

Please sign in to comment.