Sha256: 945d4f054adf988a725fce1efbf8c2a4ff891df4d56a7d0a05fb9a681e94281a

Contents?: true

Size: 544 Bytes

Versions: 1

Compression:

Stored size: 544 Bytes

Contents

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "inequal_opportunity"
    gemspec.summary = "Adds mergable, stackable inequality statements to ActiveRecord conditions"
    gemspec.email = "ryan@angilly.com"
    gemspec.homepage = "http://github.com/ryana/inequal_opportunity"
    gemspec.description = "Adds mergable, stackable inequality statements to ActiveRecord conditions"
    gemspec.authors = ["Ryan Angilly"]
  
    gemspec.add_dependency 'activerecord', '~>2.3.5'
  end
  Jeweler::GemcutterTasks.new
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inequal_opportunity-0.2.1 Rakefile