# -*- encoding: utf-8 -*- # stub: mohawk 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "mohawk".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 = ["Levi Wilson".freeze] s.date = "2012-11-08" s.description = "High level wrapper around windows applications".freeze s.email = ["levi@leviwilson.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Changelog".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "cucumber.yml".freeze, "features/button.feature".freeze, "features/checkbox.feature".freeze, "features/combo_box.feature".freeze, "features/fado.feature".freeze, "features/radio.feature".freeze, "features/step_definitions/button_steps.rb".freeze, "features/step_definitions/checkbox_steps.rb".freeze, "features/step_definitions/combo_box_steps.rb".freeze, "features/step_definitions/fado_steps.rb".freeze, "features/step_definitions/radio_steps.rb".freeze, "features/step_definitions/text_steps.rb".freeze, "features/support/WindowsForms.exe".freeze, "features/support/env.rb".freeze, "features/support/screens/main_screen.rb".freeze, "features/support/string.rb".freeze, "features/text.feature".freeze, "lib/mohawk.rb".freeze, "lib/mohawk/accessors.rb".freeze, "lib/mohawk/accessors/button.rb".freeze, "lib/mohawk/accessors/checkbox.rb".freeze, "lib/mohawk/accessors/combo.rb".freeze, "lib/mohawk/accessors/radio.rb".freeze, "lib/mohawk/accessors/text.rb".freeze, "lib/mohawk/adapters/uia_adapter.rb".freeze, "lib/mohawk/navigation.rb".freeze, "lib/mohawk/version.rb".freeze, "mohawk.gemspec".freeze, "spec/lib/mohawk/accessors/button_spec.rb".freeze, "spec/lib/mohawk/accessors/checkbox_spec.rb".freeze, "spec/lib/mohawk/accessors/combo_spec.rb".freeze, "spec/lib/mohawk/accessors/radio_spec.rb".freeze, "spec/lib/mohawk/accessors/text_spec.rb".freeze, "spec/lib/mohawk_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/leviwilson/mohawk".freeze s.rubygems_version = "3.5.10".freeze s.summary = "High level wrapper around windows applications".freeze s.test_files = ["features/button.feature".freeze, "features/checkbox.feature".freeze, "features/combo_box.feature".freeze, "features/fado.feature".freeze, "features/radio.feature".freeze, "features/step_definitions/button_steps.rb".freeze, "features/step_definitions/checkbox_steps.rb".freeze, "features/step_definitions/combo_box_steps.rb".freeze, "features/step_definitions/fado_steps.rb".freeze, "features/step_definitions/radio_steps.rb".freeze, "features/step_definitions/text_steps.rb".freeze, "features/support/WindowsForms.exe".freeze, "features/support/env.rb".freeze, "features/support/screens/main_screen.rb".freeze, "features/support/string.rb".freeze, "features/text.feature".freeze, "spec/lib/mohawk/accessors/button_spec.rb".freeze, "spec/lib/mohawk/accessors/checkbox_spec.rb".freeze, "spec/lib/mohawk/accessors/combo_spec.rb".freeze, "spec/lib/mohawk/accessors/radio_spec.rb".freeze, "spec/lib/mohawk/accessors/text_spec.rb".freeze, "spec/lib/mohawk_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end