# -*- encoding: utf-8 -*-
# stub: geoffgarside-oniguruma 2.0.2 ruby ext
# stub: ext/extconf.rb

Gem::Specification.new do |s|
  s.name = "geoffgarside-oniguruma".freeze
  s.version = "2.0.2".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["ext".freeze]
  s.authors = ["Geoff Garside".freeze]
  s.date = "2009-02-01"
  s.description = "TODO".freeze
  s.email = "geoff-rubygems@geoffgarside.co.uk".freeze
  s.extensions = ["ext/extconf.rb".freeze]
  s.files = ["History.txt".freeze, "License.txt".freeze, "README.txt".freeze, "VERSION.yml".freeze, "ext/depend".freeze, "ext/extconf.rb".freeze, "ext/rb_oniguruma.c".freeze, "ext/rb_oniguruma.h".freeze, "ext/rb_oniguruma_ext.h".freeze, "ext/rb_oniguruma_ext_match.c".freeze, "ext/rb_oniguruma_ext_string.c".freeze, "ext/rb_oniguruma_match.c".freeze, "ext/rb_oniguruma_match.h".freeze, "ext/rb_oniguruma_oregexp.c".freeze, "ext/rb_oniguruma_struct_args.h".freeze, "ext/rb_oniguruma_version.h".freeze, "spec/match_ext_spec.rb".freeze, "spec/oniguruma_spec.rb".freeze, "spec/oregexp_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/string_ext_spec.rb".freeze]
  s.homepage = "http://github.com/geoffgarside/ruby-oniguruma".freeze
  s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Oniguruma Regular Expressions bindings".freeze
end