# -*- encoding: utf-8 -*- # stub: motion-wizard 0.1 ruby lib Gem::Specification.new do |s| s.name = "motion-wizard".freeze s.version = "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 = ["Ignacio Piantanida".freeze] s.date = "2013-11-08" s.description = "An small library to create wizard like views controllers".freeze s.email = ["ijpiantanida@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/motion-wizard.rb".freeze, "lib/motion-wizard/animation_strategy/base_animation_strategy.rb".freeze, "lib/motion-wizard/animation_strategy/ios7_slide_left_to_right.rb".freeze, "lib/motion-wizard/animation_strategy/ios7_slide_right_to_left.rb".freeze, "lib/motion-wizard/animation_strategy/left_to_right.rb".freeze, "lib/motion-wizard/animation_strategy/none.rb".freeze, "lib/motion-wizard/animation_strategy/right_to_left.rb".freeze, "lib/motion-wizard/animation_strategy/slide_animation.rb".freeze, "lib/motion-wizard/controllers/content_controller.rb".freeze, "lib/motion-wizard/controllers/wizard_view_controller.rb".freeze, "lib/motion-wizard/lib/forwardable.rb".freeze, "lib/motion-wizard/views/index_item_view.rb".freeze, "lib/motion-wizard/views/wizard_navigation_bar.rb".freeze, "motion-wizard.gemspec".freeze, "samples/wizard-1/.gitignore".freeze, "samples/wizard-1/Gemfile".freeze, "samples/wizard-1/Rakefile".freeze, "samples/wizard-1/app/app_delegate.rb".freeze, "samples/wizard-1/app/controllers/steps_view_controller.rb".freeze, "samples/wizard-1/app/controllers/wizard_1_view_controller.rb".freeze, "samples/wizard-1/app/views/styles/steps.rb".freeze, "samples/wizard-1/app/views/styles/wizard_1_view_controller.rb".freeze, "samples/wizard-1/resources/Default-568h@2x.png".freeze, "samples/wizard-1/spec/main_spec.rb".freeze, "samples/wizard-2/.gitignore".freeze, "samples/wizard-2/Gemfile".freeze, "samples/wizard-2/Rakefile".freeze, "samples/wizard-2/app/app_delegate.rb".freeze, "samples/wizard-2/app/controllers/steps_view_controller.rb".freeze, "samples/wizard-2/app/controllers/wizard_2_view_controller.rb".freeze, "samples/wizard-2/app/views/my_custom_index_item_view.rb".freeze, "samples/wizard-2/app/views/styles/handlers.rb".freeze, "samples/wizard-2/app/views/styles/index_item.rb".freeze, "samples/wizard-2/app/views/styles/steps.rb".freeze, "samples/wizard-2/app/views/styles/wizard_view_controller.rb".freeze, "samples/wizard-2/resources/Default-568h@2x.png".freeze, "samples/wizard-2/resources/background-568h@2x.png".freeze, "samples/wizard-2/resources/background.png".freeze, "samples/wizard-2/resources/background@2x.png".freeze, "samples/wizard-2/resources/button.png".freeze, "samples/wizard-2/spec/main_spec.rb".freeze, "wizard-1.gif".freeze, "wizard-2.gif".freeze] s.homepage = "https://github.com/ijpiantanida/motion-wizard".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An small library to create wizard like views".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end