Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Commit

Permalink
Fixed rubygems dependency in Rakefile (to fix jeweler load error)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginkel committed Jun 10, 2010
1 parent ca07198 commit ecca4d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -2,6 +2,7 @@


begin
require 'rubygems'
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "calendar_date_select"
Expand Down

0 comments on commit ecca4d8

Please sign in to comment.