# -*- encoding: utf-8 -*-
# stub: formie 0.9.11 ruby lib

Gem::Specification.new do |s|
  s.name = "formie".freeze
  s.version = "0.9.11".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Dittmar Krall".freeze]
  s.date = "2017-08-20"
  s.description = "    Formie implements low level template-based Rails helpers. It injects\n    the formies into the ActionView module. The form-bounded as well as\n    the unbounded templates are supported. Still, the ActionView\n    functionality (e.g. text_field) is kept untouched.\n".freeze
  s.email = ["dittmar.krall@matique.de".freeze]
  s.files = [".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, ".watchr".freeze, "Appraisals".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "config/initializers/formie.rb".freeze, "formie.gemspec".freeze, "gemfiles/rails4_2.gemfile".freeze, "gemfiles/rails_5.0.gemfile".freeze, "gemfiles/rails_5.1.gemfile".freeze, "lib/formie.rb".freeze, "lib/formie/engine.rb".freeze, "lib/formie/version.rb".freeze, "test/controllers/orders_test.rb".freeze, "test/integration/order_test.rb".freeze, "test/internal/app/controllers/application_controller.rb".freeze, "test/internal/app/controllers/orders_controller.rb".freeze, "test/internal/app/formies/application/copyright.html.erb".freeze, "test/internal/app/formies/forms/builtins.html.erb".freeze, "test/internal/app/formies/forms/l_text_field.html.erb".freeze, "test/internal/app/formies/templates/hello.slim".freeze, "test/internal/app/formies/templates/l_text_field.html.erb".freeze, "test/internal/app/formies/templates/labelled.html.erb".freeze, "test/internal/app/models/application_record.rb".freeze, "test/internal/app/models/order.rb".freeze, "test/internal/app/views/layouts/application.html.erb".freeze, "test/internal/app/views/orders/_form.html.erb".freeze, "test/internal/app/views/orders/_new.html.erb".freeze, "test/internal/app/views/orders/index.html.erb".freeze, "test/internal/app/views/orders/new.html.erb".freeze, "test/internal/app/views/orders/show.html.erb".freeze, "test/internal/config/database.yml".freeze, "test/internal/config/routes.rb".freeze, "test/internal/config/secrets.yml".freeze, "test/internal/db/migrate/20141016161801_create_orders.rb".freeze, "test/internal/db/schema.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "http://matique.de".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Formie is like a Rails helper, but uses the notation of a partial.".freeze
  s.test_files = ["test/controllers/orders_test.rb".freeze, "test/integration/order_test.rb".freeze, "test/internal/app/controllers/application_controller.rb".freeze, "test/internal/app/controllers/orders_controller.rb".freeze, "test/internal/app/formies/application/copyright.html.erb".freeze, "test/internal/app/formies/forms/builtins.html.erb".freeze, "test/internal/app/formies/forms/l_text_field.html.erb".freeze, "test/internal/app/formies/templates/hello.slim".freeze, "test/internal/app/formies/templates/l_text_field.html.erb".freeze, "test/internal/app/formies/templates/labelled.html.erb".freeze, "test/internal/app/models/application_record.rb".freeze, "test/internal/app/models/order.rb".freeze, "test/internal/app/views/layouts/application.html.erb".freeze, "test/internal/app/views/orders/_form.html.erb".freeze, "test/internal/app/views/orders/_new.html.erb".freeze, "test/internal/app/views/orders/index.html.erb".freeze, "test/internal/app/views/orders/new.html.erb".freeze, "test/internal/app/views/orders/show.html.erb".freeze, "test/internal/config/database.yml".freeze, "test/internal/config/routes.rb".freeze, "test/internal/config/secrets.yml".freeze, "test/internal/db/migrate/20141016161801_create_orders.rb".freeze, "test/internal/db/schema.rb".freeze, "test/test_helper.rb".freeze]

  s.specification_version = 4

  s.add_development_dependency(%q<bundler>.freeze, ["~> 1".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 12".freeze])
  s.add_development_dependency(%q<appraisal>.freeze, ["~> 2".freeze])
  s.add_development_dependency(%q<combustion>.freeze, ["~> 0".freeze])
end