Skip to content

Commit

Permalink
fixing jeweler-caused error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Oct 12, 2008
1 parent ab71c63 commit 2552a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ begin
require 'jeweler'
Jeweler.gemspec = spec
rescue LoadError
puts "Jeweler not available. sudo gem install technicalpickles-jeweler --source=http://gems.github.com"
end

namespace :generator do
Expand Down
2 changes: 1 addition & 1 deletion lib/clearance/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Clearance
module Clearance
module Version
MAJOR = 0
MINOR = 2
Expand Down

0 comments on commit 2552a38

Please sign in to comment.