# -*- encoding: utf-8 -*-
# stub: xml_to_form 0.0.2 ruby lib

Gem::Specification.new do |s|
  s.name = "xml_to_form".freeze
  s.version = "0.0.2".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["nitanshu verma".freeze]
  s.date = "2017-03-25"
  s.description = "As it is basically a converter of xml file to rails nested form it takes help from nokogiri do some hacks of nokogiri and update the xml file and create an updated.xml file".freeze
  s.email = ["nitanshu1991@gmail.com".freeze]
  s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/assets/javascripts/xml_to_form/application.js".freeze, "app/assets/javascripts/xml_to_form/xml_handlers.js".freeze, "app/assets/stylesheets/xml_to_form/application.css".freeze, "app/assets/stylesheets/xml_to_form/xml_handlers.css".freeze, "app/controllers/xml_to_form/application_controller.rb".freeze, "app/controllers/xml_to_form/xml_handlers_controller.rb".freeze, "app/helpers/xml_to_form/application_helper.rb".freeze, "app/helpers/xml_to_form/xml_handlers_helper.rb".freeze, "app/models/xml_to_form/xml_handler.rb".freeze, "app/views/layouts/xml_to_form/application.html.erb".freeze, "app/views/xml_to_form/xml_handlers/_parent_node_form.html.erb".freeze, "app/views/xml_to_form/xml_handlers/upload_file.html.erb".freeze, "app/views/xml_to_form/xml_handlers/xml_form.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20160411193812_create_xml_handlers.rb".freeze, "lib/noko_hacks.rb".freeze, "lib/tasks/xml_to_form_tasks.rake".freeze, "lib/xml_to_form.rb".freeze, "lib/xml_to_form/engine.rb".freeze, "lib/xml_to_form/version.rb".freeze]
  s.homepage = "https://github.com/nitanshu/xmlToForm".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "It converts a xml file to rails form and you can update it through that form.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<rails>.freeze, ["~> 0".freeze])
  s.add_runtime_dependency(%q<activemodel>.freeze, ["~> 0".freeze])
  s.add_runtime_dependency(%q<nokogiri>.freeze, ["~> 0".freeze])
end