Skip to content

Commit

Permalink
Add a Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Mar 15, 2014
1 parent f8ea20e commit e1132aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
@@ -0,0 +1,6 @@
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec
1 change: 1 addition & 0 deletions jekyll-sitemap.gemspec
Expand Up @@ -12,4 +12,5 @@ Gem::Specification.new do |s|

s.add_dependency "jekyll", "~> 1.4.3"
s.add_development_dependency "rspec"
s.add_development_dependency "rake"
end

0 comments on commit e1132aa

Please sign in to comment.