# -*- encoding: utf-8 -*- # stub: sort_it_out 0.9.2 ruby lib Gem::Specification.new do |s| s.name = "sort_it_out".freeze s.version = "0.9.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jason Harrelson".freeze] s.date = "2009-11-15" s.description = "Easily apply sorting to your Rails controller actions.".freeze s.email = "jason@lookforwardenterprises.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "Histroy.txt".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/sort_it_out.rb".freeze, "lib/sort_it_out/sortable.rb".freeze, "script/console".freeze, "sort_it_out.gemspec".freeze, "spec/sort_it_out_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/midas/sort_it_out".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Easily apply sorting to your Rails controller actions.".freeze s.test_files = ["spec/sort_it_out_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end