Sha256: c06732773cf9e2bc487de146a446b0660e2df9964b2935543ee0056f46ae01e7

Contents?: true

Size: 199 Bytes

Versions: 29

Compression:

Stored size: 199 Bytes

Contents

# frozen_string_literal: true

require 'bundler'
Bundler::GemHelper.install_tasks

require 'schema_dev/tasks'

task :default => :spec

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

Version data entries

29 entries across 29 versions & 11 rubygems

Version Path
schema_associations-1.4.0 Rakefile
schema_plus_views-1.0.1 Rakefile
schema_plus_columns-1.0.1 Rakefile
schema_plus_triggers-1.0.1 Rakefile
schema_plus_functions-1.0.1 Rakefile
schema_plus_indexes-1.0.1 Rakefile
schema_plus_compatibility-1.0.1 Rakefile
schema_plus_core-3.1.0 Rakefile
schema_monkey-3.0.2 Rakefile
schema_dev-4.2.0 templates/gem/Rakefile.erb
schema_dev-4.2.beta.5 templates/gem/Rakefile.erb
schema_plus_columns-1.0.1.beta.1 Rakefile
schema_plus_indexes-1.0.1.beta.3 Rakefile
schema_plus_indexes-1.0.1.beta.2 Rakefile
schema_plus_core-3.1.0.beta.3 Rakefile
schema_monkey-3.0.2.beta.1 Rakefile
schema_plus_enums-1.0.0 Rakefile
schema_plus_views-1.0.0 Rakefile
schema_plus_triggers-1.0.0 Rakefile
schema_plus_functions-1.0.0 Rakefile