Sha256: 78ce8f5c29cda0f6775bab6f92479231ecc1c29fe34e7640eb0e5a0847609434

Contents?: true

Size: 286 Bytes

Versions: 9

Compression:

Stored size: 286 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

desc 'Run specs'
RSpec::Core::RakeTask.new

namespace "doc" do
  desc "Generate README and preview in browser"
  task "readme" do
    sh "markdown README.md > README.html && open README.html"
  end
end

task :default => :spec

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
with_model-2.0.0 Rakefile.rb
with_model-1.2.2 Rakefile.rb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/with_model-1.2.1/Rakefile
solidus_backend-1.0.0.pre2 vendor/bundle/gems/with_model-1.2.1/Rakefile
solidus_backend-1.0.0.pre vendor/bundle/gems/with_model-1.2.1/Rakefile
with_model-1.2.1 Rakefile
with_model-1.2.0 Rakefile
with_model-1.1.0 Rakefile
with_model-1.0.0 Rakefile