Sha256: cfc10d1d7125550a5fc39ed4db88594db108dc1552446da6a8c3cf5c21cbbd6f

Contents?: true

Size: 759 Bytes

Versions: 12

Compression:

Stored size: 759 Bytes

Contents

ENV['RUBYOPT'] = '-W1'

require 'rubygems'
require 'rake'
require 'rake/testtask'

FileList['tasks/**/*.rake'].each { |file| load file }

task :default => :spec

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = 'record_filter'
    gemspec.summary = 'Pure-ruby criteria API for building complex queries in ActiveRecord'
    gemspec.email = 'mat@patch.com'
    gemspec.homepage = 'http://github.com/outoftime/record_filter/tree/master'
    gemspec.description = 'Pure-ruby criteria API for building complex queries in ActiveRecord'
    gemspec.authors = ['Mat Brown', 'Aubrey Holland']
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
aub-record_filter-0.1.0 Rakefile
aub-record_filter-0.1.1 Rakefile
aub-record_filter-0.1.2 Rakefile
aub-record_filter-0.1.4 Rakefile
aub-record_filter-0.2.0 Rakefile
aub-record_filter-0.6.0 Rakefile
outoftime-record_filter-0.1.0 Rakefile
outoftime-record_filter-0.1.1 Rakefile
outoftime-record_filter-0.1.3 Rakefile
outoftime-record_filter-0.1.4 Rakefile
outoftime-record_filter-0.2.0 Rakefile
outoftime-record_filter-0.6.0 Rakefile