# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "fixed_width-multibyte" s.version = "0.2.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Timon Karnezos"] s.date = "2012-01-27" s.description = "A gem that provides a DSL for parsing and writing files of fixed-width records.\n\nMultibyte support added while Timon is on vacation.\n\nShamelessly forked from ryanwood/slither [http://github.com/ryanwood/slither].\n\nRenamed the gem to be a little clearer as to its purpose. Hate that 'nokogiri' nonsense.\n" s.email = "timon.karnezos@gmail.com" s.extra_rdoc_files = [ "README.markdown", "TODO" ] s.files = [ "COPYING", "HISTORY", "README.markdown", "Rakefile", "TODO", "VERSION", "examples/readme_example.rb", "fixed_width-multibyte.gemspec", "lib/fixed_width-multibyte.rb", "lib/fixed_width.rb", "lib/fixed_width/column.rb", "lib/fixed_width/core_ext/symbol.rb", "lib/fixed_width/definition.rb", "lib/fixed_width/fixed_width.rb", "lib/fixed_width/generator.rb", "lib/fixed_width/parser.rb", "lib/fixed_width/section.rb", "spec/column_spec.rb", "spec/definition_spec.rb", "spec/fixed_width_spec.rb", "spec/generator_spec.rb", "spec/parser_spec.rb", "spec/section_spec.rb", "spec/spec_helper.rb" ] s.homepage = "http://github.com/timonk/fixed_width" s.require_paths = ["lib"] s.rubygems_version = "1.8.10" s.summary = "A gem that provides a DSL for parsing and writing files of fixed-width records." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) end end