Sha256: 083e141573e989daf7d36e714653dc54f3b6a7d01248508081052e5864c9563a

Contents?: true

Size: 780 Bytes

Versions: 5

Compression:

Stored size: 780 Bytes

Contents

require 'spec'
require 'spec/rake/spectask'
require 'init'

desc 'Default: run specs.'
task :default => :spec

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{activerecord_null_object}
    s.summary = %q{Implements the Null Object Pattern for nil values in ActiveRecord associations.}
    s.email = %q{info@westarete.com}
    s.homepage = %q{http://github.com/westarete/activerecord_null_object/}
    s.description = ""
    s.authors = ["Scott Woods"]
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
westarete-activerecord_null_object-0.0.0 Rakefile
westarete-activerecord_null_object-0.0.1 Rakefile
westarete-activerecord_null_object-0.1.0 Rakefile
activerecord_null_object-0.2.0 Rakefile
activerecord_null_object-0.1.0 Rakefile