Rakefile in permissive-0.0.1 vs Rakefile in permissive-0.2.0.alpha

- old
+ new

@@ -13,11 +13,11 @@ namespace :spec do desc 'Run the specs with Rcov output' Spec::Rake::SpecTask.new(:rcov) do |t| t.spec_files = FileList['spec/**/*.rb'] t.rcov = true - t.rcov_opts = ['--exclude', 'examples'] + t.rcov_opts = ['--exclude', 'spec/*,gems/*'] end end begin require 'jeweler' @@ -28,9 +28,9 @@ create a flexible approach to maintaining permissions on your ActiveRecord models. It supports an easy-to-use set of methods for accessing and determining permissions, including some fun metaprogramming.} gemspec.email = "flip@x451.com" gemspec.homepage = "http://github.com/flipsasser/permissive" - gemspec.authors = ["Flip Sasser", "Simon Parsons"] + gemspec.authors = ["Flip Sasser"] end rescue LoadError end