# -*- encoding: utf-8 -*- # stub: trivial 0.0.7 ruby lib Gem::Specification.new do |s| s.name = "trivial".freeze s.version = "0.0.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.2".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Bintz".freeze] s.date = "2010-05-18" s.description = "\t\tFor those who are using PHP to build their sites and want a very simple framework\n\t\tin which to organize their files, trivial is the solution. It's one PHP file\n\t\tthat can include a few other pre-determined PHP and HTML files based on the\n\t\trequest URI. This very simple division of content, actions (controllers), and\n\t\tviews allows for multiple people to easily work on a smaller project without\n\t\tthe overhead of a larger framework.\n".freeze s.email = "john@coswelproductions.com".freeze s.executables = ["trivialize".freeze] s.extra_rdoc_files = ["CHANGELOG".freeze, "bin/trivialize".freeze, "lib/trivial.php".freeze] s.files = ["CHANGELOG".freeze, "Manifest".freeze, "Rakefile".freeze, "bin/trivialize".freeze, "config/trivial.inc".freeze, "content/dynamic.inc".freeze, "content/index.html".freeze, "dist/htaccess.dist".freeze, "lib/trivial.php".freeze, "readme.md".freeze, "styles/application.css".freeze, "styles/blueprint/LICENSE".freeze, "styles/blueprint/ie.css".freeze, "styles/blueprint/plugins/buttons/icons/cross.png".freeze, "styles/blueprint/plugins/buttons/icons/key.png".freeze, "styles/blueprint/plugins/buttons/icons/tick.png".freeze, "styles/blueprint/plugins/buttons/readme.txt".freeze, "styles/blueprint/plugins/buttons/screen.css".freeze, "styles/blueprint/plugins/fancy-type/readme.txt".freeze, "styles/blueprint/plugins/fancy-type/screen.css".freeze, "styles/blueprint/plugins/link-icons/icons/doc.png".freeze, "styles/blueprint/plugins/link-icons/icons/email.png".freeze, "styles/blueprint/plugins/link-icons/icons/external.png".freeze, "styles/blueprint/plugins/link-icons/icons/feed.png".freeze, "styles/blueprint/plugins/link-icons/icons/im.png".freeze, "styles/blueprint/plugins/link-icons/icons/pdf.png".freeze, "styles/blueprint/plugins/link-icons/icons/visited.png".freeze, "styles/blueprint/plugins/link-icons/icons/xls.png".freeze, "styles/blueprint/plugins/link-icons/readme.txt".freeze, "styles/blueprint/plugins/link-icons/screen.css".freeze, "styles/blueprint/plugins/rtl/readme.txt".freeze, "styles/blueprint/plugins/rtl/screen.css".freeze, "styles/blueprint/print.css".freeze, "styles/blueprint/screen.css".freeze, "styles/blueprint/src/forms.css".freeze, "styles/blueprint/src/grid.css".freeze, "styles/blueprint/src/grid.png".freeze, "styles/blueprint/src/ie.css".freeze, "styles/blueprint/src/print.css".freeze, "styles/blueprint/src/reset.css".freeze, "styles/blueprint/src/typography.css".freeze, "trivial.gemspec".freeze, "upgrade-notes/0.0.6.txt".freeze, "views/application.inc".freeze] s.homepage = "http://github.com/johnbintz/trivial".freeze s.rdoc_options = ["--line-numbers".freeze, "--inline-source".freeze, "--title".freeze, "Trivial".freeze, "--main".freeze, "readme.md".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ultra-lightweight website framework for PHP".freeze end