# -*- encoding: utf-8 -*- # stub: iconv 0.1 ruby lib # stub: ext/iconv/extconf.rb Gem::Specification.new do |s| s.name = "iconv".freeze s.version = "0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Yukihiro Matsumoto".freeze] s.date = "2010-08-19" s.description = "If you're using bundler, and your OS doesn't have iconv for some reason (silly FreeBSD), you can install it with this gem!".freeze s.extensions = ["ext/iconv/extconf.rb".freeze] s.files = ["ext/iconv/charset_alias.rb".freeze, "ext/iconv/extconf.rb".freeze, "ext/iconv/iconv.c".freeze, "ext/iconv/mkwrapper.rb".freeze] s.homepage = "http://github.com/ruby/ruby".freeze s.rubygems_version = "3.5.10".freeze s.summary = "iconv extension. The same as you can install with ruby".freeze end