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

Gem::Specification.new do |s|
  s.name = "formation".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 = ["Chris Gibson".freeze]
  s.date = "2011-03-23"
  s.description = "first-class ruby forms".freeze
  s.email = ["chrislgibson@gmail.com".freeze]
  s.files = [".gitignore".freeze, "Gemfile".freeze, "Rakefile".freeze, "demo.rb".freeze, "formation.gemspec".freeze, "lib/formation.rb".freeze, "lib/formation/element.rb".freeze, "lib/formation/field.rb".freeze, "lib/formation/fieldset.rb".freeze, "lib/formation/form.rb".freeze, "lib/formation/printer.rb".freeze, "lib/formation/type.rb".freeze, "lib/formation/types/checkbox.rb".freeze, "lib/formation/types/password.rb".freeze, "lib/formation/types/text.rb".freeze, "lib/formation/types/text_area.rb".freeze, "lib/formation/util.rb".freeze, "lib/formation/version.rb".freeze, "readme.md".freeze, "test/field_spec.rb".freeze, "test/form_spec.rb".freeze, "test/forms/post_form.rb".freeze, "test/forms/simple_form.rb".freeze, "test/test_helper.rb".freeze, "test/type_spec.rb".freeze, "test/types/checkbox_spec.rb".freeze, "test/types/password_spec.rb".freeze, "test/types/text_area_spec.rb".freeze, "test/types/text_spec.rb".freeze, "test/util_spec.rb".freeze]
  s.homepage = "http://github.com/chrisgibson/formation".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "first-class ruby forms".freeze
  s.test_files = ["test/field_spec.rb".freeze, "test/form_spec.rb".freeze, "test/forms/post_form.rb".freeze, "test/forms/simple_form.rb".freeze, "test/test_helper.rb".freeze, "test/type_spec.rb".freeze, "test/types/checkbox_spec.rb".freeze, "test/types/password_spec.rb".freeze, "test/types/text_area_spec.rb".freeze, "test/types/text_spec.rb".freeze, "test/util_spec.rb".freeze]
end