Skip to content

Commit

Permalink
Updated the Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Nov 19, 2010
1 parent a25c298 commit 82119c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -2,9 +2,10 @@
$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), 'lib')))
require 'rubygems'
begin
require 'rakefile' # http://github.com/bendiken/rakefile
require 'rakefile' # @see http://github.com/bendiken/rakefile
rescue LoadError => e
end

require 'rdf/trix'

desc "Build the rdf-trix-#{File.read('VERSION').chomp}.gem file"
Expand Down

0 comments on commit 82119c1

Please sign in to comment.