Sha256: 7136c390d26203071ee9931244ce140230ace6ab1bac2ba7f3091a66e4ea624f

Contents?: true

Size: 142 Bytes

Versions: 10

Compression:

Stored size: 142 Bytes

Contents

require "rubygems"
require "bundler/setup"
require "bundler/gem_tasks"


task :default => 'specs'

task :specs do
  sh "bundle exec rspec"
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
active_record_schema_scrapper-0.9.0 Rakefile
active_record_schema_scrapper-0.8.0 Rakefile
active_record_schema_scrapper-0.6.1 Rakefile
active_record_schema_scrapper-0.6.0 Rakefile
active_record_schema_scrapper-0.5.0 Rakefile
active_record_schema_scrapper-0.4.0 Rakefile
active_record_schema_scrapper-0.3.0 Rakefile
active_record_schema_scrapper-0.2.2 Rakefile
active_record_schema_scrapper-0.2.1 Rakefile
active_record_schema_scrapper-0.2.0 Rakefile