# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{preformatter} s.version = "0.7.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adrian Cuadros", "Eduardo Moreno", "Andres Paglayan"] s.date = %q{2010-07-07} s.description = %q{The gem helps you by deleting spaces, special characters or replacing accents in the fields you need.} s.email = %q{adrian@innku.com} s.extra_rdoc_files = [ "LICENSE", "README.textile" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.textile", "Rakefile", "VERSION", "lib/preformatter.rb", "preformatter.gemspec" ] s.homepage = %q{http://github.com/adriancuadros/preformatter} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Does basic preformatting of information before creating a record} s.test_files = [ "test/app/controllers/application_controller.rb", "test/app/helpers/application_helper.rb", "test/config/boot.rb", "test/config/environment.rb", "test/config/environments/development.rb", "test/config/environments/production.rb", "test/config/environments/test.rb", "test/config/initializers/backtrace_silencers.rb", "test/config/initializers/inflections.rb", "test/config/initializers/mime_types.rb", "test/config/initializers/new_rails_defaults.rb", "test/config/initializers/session_store.rb", "test/config/routes.rb", "test/db/migrate/20100524181952_add_ascii_name_to_users.rb", "test/db/seeds.rb", "test/test/performance/browsing_test.rb", "test/test/test_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) end end