Rakefile in osso-0.0.6 vs Rakefile in osso-0.0.7

- old
+ new

@@ -2,9 +2,11 @@ # 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' + require 'bundler/gem_tasks' require 'sinatra/activerecord/rake' require './lib/osso' ActiveRecord::Migrator.migrations_paths = ['./lib/osso/db/migrate']