# -*- encoding: utf-8 -*- # stub: inequal_opportunity 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "inequal_opportunity".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Angilly".freeze] s.date = "2010-05-18" s.description = "Adds mergable, stackable inequality statements to ActiveRecord conditions".freeze s.email = "ryan@angilly.com".freeze s.extra_rdoc_files = ["README".freeze] s.files = [".gitignore".freeze, "MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "inequal_opportunity.gemspec".freeze, "init.rb".freeze, "lib/inequal_opportunity.rb".freeze, "test/database.example.yml".freeze, "test/db_setup.rb".freeze, "test/inequal_opportunity_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/ryana/inequal_opportunity".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Adds mergable, stackable inequality statements to ActiveRecord conditions".freeze s.test_files = ["test/db_setup.rb".freeze, "test/inequal_opportunity_test.rb".freeze, "test/test_helper.rb".freeze] end