Rakefile in osso-0.0.8 vs Rakefile in osso-0.0.10

- old
+ new

@@ -3,9 +3,10 @@ # This Rakefile is used in gem development in order # to tell ActiveRecord where to find the database # schema and migrations ENV['SESSION_SECRET'] ||= 'rake-secret' +ENV['BASE_URL'] ||= 'https://example.com' require 'bundler/gem_tasks' require 'sinatra/activerecord/rake' require './lib/osso'