Sha256: c2a56e5fc6d770ffa15df4f27bef44f969cb7d76ba0080c771c0bddb7654a7e7
Contents?: true
Size: 207 Bytes
Versions: 3
Compression:
Stored size: 207 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) task :default => :spec task :deploy do puts "Deploying to GitHub" system "bundle exec middleman deploy" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
colorgy_style-0.0.0.4 | Rakefile |
colorgy_style-0.0.0.2 | Rakefile |
colorgy_style-0.0.0.1 | Rakefile |