myles/jekyll-typogrify

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
Prefer single-quoted strings when you don't need string interpolation or special symbols.
require "bundler/gem_tasks"
require 'rspec/core/rake_task'
 
RSpec::Core::RakeTask.new(:spec)
 
Final newline missing.
Use the new Ruby 1.9 hash syntax.
task :default => :spec