Skip to content

Commit

Permalink
Fix path to version constant in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Schirp committed Sep 10, 2012
1 parent 822e6bb commit e46783e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'rake'

require File.expand_path('../lib/abstract/version', __FILE__)
require File.expand_path('../lib/abstract_class/version', __FILE__)

FileList['tasks/**/*.rake'].each { |task| import task }

Expand Down

0 comments on commit e46783e

Please sign in to comment.