Sha256: 8b200dc9eed547e6fcfeb1fa166ab52e22f129936494db3f35487db460b3a3a8
Contents?: true
Size: 815 Bytes
Versions: 2
Compression:
Stored size: 815 Bytes
Contents
require "spec" require "spec/rake/spectask" require 'lib/is_paranoid.rb' Spec::Rake::SpecTask.new do |t| t.spec_opts = ['--options', "\"#{File.dirname(__FILE__)}/spec/spec.opts\""] t.spec_files = FileList['spec/**/*_spec.rb'] end begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = %q{is_paranoid} s.summary = %q{ActiveRecord 2.3 compatible gem "allowing you to hide and restore records without actually deleting them." Yes, like acts_as_paranoid, only with less code and less complexity.} s.email = %q{jeff@semanticart.com} s.homepage = %q{http://github.com/jchupp/is_paranoid/} s.description = "" s.authors = ["Jeffrey Chupp"] end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jchupp-is_paranoid-0.8.0 | Rakefile |
jchupp-is_paranoid-0.8.1 | Rakefile |