Sha256: a40573b72bf711e2831075f9c504846e659fb7d9dd6c3f17a9a3d9de524e3f6f

Contents?: true

Size: 382 Bytes

Versions: 45

Compression:

Stored size: 382 Bytes

Contents

# frozen_string_literal: true

# This Rakefile is used in gem development in order
# to tell ActiveRecord where to find the database
# schema and migrations

require 'bundler/gem_tasks'
require 'sinatra/activerecord/rake'
require './lib/osso'

ActiveRecord::Migrator.migrations_paths = ['./lib/osso/db/migrate']
Dir.glob('lib/tasks/*.rake').each { |r| load r }

task default: :spec

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
osso-0.0.6 Rakefile
osso-0.0.6.alpha Rakefile
osso-0.0.5 Rakefile
osso-0.0.5.pre.lambda Rakefile
osso-0.0.5.pre.kappa Rakefile
osso-0.0.5.pre.iota Rakefile
osso-0.0.5.pre.theta Rakefile
osso-0.0.5.pre.eta Rakefile
osso-0.0.5.pre.zeta Rakefile
osso-0.0.5.pre.epsilon Rakefile
osso-0.0.5.pre.delta Rakefile
osso-0.0.5.pre.gamma Rakefile
osso-0.0.5.pre.beta Rakefile
osso-0.0.5.pre.alpha Rakefile
osso-0.0.4 Rakefile
osso-0.0.3.27 Rakefile
osso-0.0.3.26 Rakefile
osso-0.0.3.25 Rakefile
osso-0.0.3.24 Rakefile
osso-0.0.3.23 Rakefile