Rakefile in slugtastic-0.1.1 vs Rakefile in slugtastic-0.1.2
- old
+ new
@@ -1,9 +1,9 @@
require 'rubygems'
require 'rake'
require 'echoe'
-Echoe.new('slugtastic', '0.1.1') do |p|
+Echoe.new('slugtastic', '0.1.2') do |p|
p.description = "A simple slug string generator for ActiveRecord. Will populate a slug attribute from another attribute."
p.url = "http://github.com/danbee/slugtastic"
p.author = "Dan Barber"
p.email = "danbee@gmail.com"
p.ignore_pattern = ["tmp/*", "script/*"]
\ No newline at end of file