# -*- encoding: utf-8 -*- # stub: burke-monkeysupport 0.1.1 ruby lib # stub: ext/monkeysupport_c/extconf.rb Gem::Specification.new do |s| s.name = "burke-monkeysupport".freeze s.version = "0.1.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 = ["Burke Libbey".freeze] s.date = "2009-09-04" s.description = "MonkeySupport provides C implementations for some of the more intensive string manipulation methods in activesupport. ActionView is up next.".freeze s.email = "burke@burkelibbey.org".freeze s.extensions = ["ext/monkeysupport_c/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, "lib/monkeysupport.rb".freeze, "lib/monkeysupport/activesupport/inflector.rb".freeze, "lib/monkeysupport/c_proxy.rb".freeze, "lib/monkeysupport/memoizable.rb".freeze, "lib/monkeysupport/type_checks.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