Rakefile in adzap-validates_timeliness-2.0.0 vs Rakefile in adzap-validates_timeliness-2.1.0

- old
+ new

@@ -3,11 +3,11 @@ require 'rubygems/specification' require 'date' require 'spec/rake/spectask' GEM = "validates_timeliness" -GEM_VERSION = "2.0.0" +GEM_VERSION = "2.1.0" AUTHOR = "Adam Meehan" EMAIL = "adam.meehan@gmail.com" HOMEPAGE = "http://github.com/adzap/validates_timeliness" SUMMARY = "Date and time validation plugin for Rails 2.x which allows custom formats" @@ -32,10 +32,10 @@ task :default => :spec desc "Run specs" Spec::Rake::SpecTask.new do |t| t.spec_files = FileList['spec/**/*_spec.rb'] - t.spec_opts = %w(-fs --color) + t.spec_opts = %w(--color) end Rake::GemPackageTask.new(spec) do |pkg| pkg.gem_spec = spec