# -*- encoding: utf-8 -*- # stub: ultra_light_wizard 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "ultra_light_wizard".freeze s.version = "0.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andy Maleh".freeze] s.date = "2016-01-29" s.description = "Ultra light & maintainble wizards in Rails that honor REST, MVC, and OO with minimal writing of code involved and maximum flexibility".freeze s.email = "andy.am@gmail.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = [".ruby-gemset".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/generators/templates/app/controllers/model_controller.rb.erb".freeze, "lib/generators/templates/app/controllers/wizard_steps_controller.rb.erb".freeze, "lib/generators/templates/app/helpers/wizard_steps_helper.rb.erb".freeze, "lib/generators/templates/app/models/wizard_step_model.rb.erb".freeze, "lib/generators/templates/app/views/wizard_step_navigation_view.html.erb".freeze, "lib/generators/templates/app/views/wizard_step_view.html.erb".freeze, "lib/generators/ultra_light_wizard/wizard_generator.rb".freeze, "lib/ultra_light_wizard.rb".freeze, "ruby187.Gemfile".freeze, "spec/spec_helper.rb".freeze, "spec/ultra_light_wizard/ultra_light_wizard_spec.rb".freeze, "ultra_light_wizard.gemspec".freeze, "ultra_light_wizard.jpg".freeze] s.homepage = "http://github.com/AndyObtiva/ultra_light_wizard".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ultra Light & Maintainable Wizards In Rails".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.8.8".freeze]) end