# -*- encoding: utf-8 -*- # stub: monkeysupport 1.0.0 ruby lib # stub: ext/monkeysupport_c/extconf.rbext/monkeysupport_output_safety/extconf.rb Gem::Specification.new do |s| s.name = "monkeysupport".freeze s.version = "1.0.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 monkeypatches some of the performance-sink parts of rails with speedy C extensions.".freeze s.email = "burke@burkelibbey.org".freeze s.extensions = ["ext/monkeysupport_c/extconf.rb".freeze, "ext/monkeysupport_output_safety/extconf.rb".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.md".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/monkeysupport_output_safety/Makefile".freeze, "ext/monkeysupport_output_safety/extconf.rb".freeze, "ext/monkeysupport_output_safety/monkeysupport_output_safety.c".freeze, "ext/monkeysupport_output_safety/src/monkeysupport_output_safety.c".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, "spec/output_safety_spec.rb".freeze, "spec/spec_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 = ["spec/output_safety_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end