# -*- encoding: utf-8 -*-
# stub: ember 0.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "ember".freeze
  s.version = "0.0.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 = ["Suraj N. Kurapati".freeze]
  s.date = "2009-10-03"
  s.description = "                            Ember 0.0.1\n\n                     eRuby template processor\n\n                http://snk.tuxfamily.org/lib/ember/\n\n   Ember is an [1]eRuby template processsor that allows\n   debugging, reduces markup, and improves composability of\n   eRuby templates.\n\nVersion 0.0.1 (2009-10-03)\n\n   This release improves Ruby 1.9 support and revises the user\n   manual.\n\n     * [2]Bug fixes\n\n     * [3]Housekeeping\n\n   Bug fixes\n\n     * Nested templates could not access parent's binding in\n       Ruby 1.9\n\n   Housekeeping\n\n     * Use simpler Copyright reminder at the top of every file.\n\n     * Rename internal Program class' methods to be\n       self-documenting.\n\n     * Open source is for fun, so [4]be nice: speak of \"related\n       works\" instead of \"competitors\".\n\nReferences\n\n   1. http://en.wikipedia.org/wiki/ERuby\n   2. http://snk.tuxfamily.org/lib/ember/#Bug-fixes\n   3. http://snk.tuxfamily.org/lib/ember/#Housekeeping\n   4. http://loiclemeur.com/english/2009/03/never-criticize-your-competitors.html\n".freeze
  s.email = "sunaku@gmail.com".freeze
  s.executables = ["ember".freeze]
  s.files = ["LICENSE".freeze, "bin/ember".freeze, "doc/api/apple-touch-icon.png".freeze, "doc/api/classes/Ember.html".freeze, "doc/api/classes/Ember/Template.html".freeze, "doc/api/classes/Ember/Template/Program.html".freeze, "doc/api/created.rid".freeze, "doc/api/css/main.css".freeze, "doc/api/css/panel.css".freeze, "doc/api/css/reset.css".freeze, "doc/api/favicon.ico".freeze, "doc/api/files/LICENSE.html".freeze, "doc/api/files/lib/ember/template_rb.html".freeze, "doc/api/files/lib/ember_rb.html".freeze, "doc/api/i/arrows.png".freeze, "doc/api/i/results_bg.png".freeze, "doc/api/i/tree_bg.png".freeze, "doc/api/index.html".freeze, "doc/api/js/jquery-1.3.2.min.js".freeze, "doc/api/js/jquery-effect.js".freeze, "doc/api/js/main.js".freeze, "doc/api/js/searchdoc.js".freeze, "doc/api/panel/index.html".freeze, "doc/api/panel/search_index.js".freeze, "doc/api/panel/tree.js".freeze, "doc/ember.png".freeze, "doc/ember.svg".freeze, "doc/example.erb".freeze, "doc/example.txt".freeze, "doc/history.erb".freeze, "doc/index.erb".freeze, "doc/index.html".freeze, "doc/intro.erb".freeze, "doc/setup.erb".freeze, "doc/usage.erb".freeze, "lib/ember.rb".freeze, "lib/ember/template.rb".freeze, "rakefile".freeze, "test/ember.rb".freeze, "test/ember/template.rb".freeze]
  s.homepage = "http://snk.tuxfamily.org/lib/ember/".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "eRuby template processor".freeze

  s.specification_version = 3

  s.add_development_dependency(%q<inochi>.freeze, ["~> 1".freeze])
  s.add_runtime_dependency(%q<inochi>.freeze, ["~> 1".freeze])
end