# -*- encoding: utf-8 -*- # stub: trivial 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "trivial".freeze s.version = "0.0.5".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-03-21" 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 = ["bin/trivialize".freeze, "lib/trivial.php".freeze] s.files = ["Manifest".freeze, "Rakefile".freeze, "bin/trivialize".freeze, "content/index.html".freeze, "dist/htaccess.dist".freeze, "lib/trivial.php".freeze, "readme.md".freeze, "styles/application.css".freeze, "trivial.gemspec".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