# -*- encoding: utf-8 -*- # stub: monkeysupport 0.2.0 ruby lib # stub: ext/monkeysupport_c/extconf.rbext/output_safety_ext/extconf.rb Gem::Specification.new do |s| s.name = "monkeysupport".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Burke Libbey".freeze] s.date = "2009-12-28" s.description = "MonkeySupport provides C implementations for some of the more intensive string manipulation methods in activesupport.".freeze s.email = "burke@burkelibbey.org".freeze s.extensions = ["ext/monkeysupport_c/extconf.rb".freeze, "ext/output_safety_ext/extconf.rb".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "ext/monkeysupport_c/extconf.rb".freeze, "ext/monkeysupport_c/src/activesupport_inflector.c".freeze, "ext/monkeysupport_c/src/activesupport_inflector.h".freeze, "ext/monkeysupport_c/src/monkeysupport_c.c".freeze, "ext/output_safety_ext/Makefile".freeze, "ext/output_safety_ext/extconf.rb".freeze, "ext/output_safety_ext/output_safety_ext.bundle".freeze, "ext/output_safety_ext/output_safety_ext.c".freeze, "ext/output_safety_ext/output_safety_ext.o".freeze, "lib/monkeysupport.rb".freeze, "lib/monkeysupport/activesupport/inflector.rb".freeze, "lib/monkeysupport/c_proxy.rb".freeze, "lib/monkeysupport/lru_cache.rb".freeze, "lib/monkeysupport/memoizable.rb".freeze, "monkeysupport.gemspec".freeze, "test/monkeysupport_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/burke/monkeysupport".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Monkeypatching Rails with C since 2009".freeze s.test_files = ["test/monkeysupport_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end