# -*- encoding: utf-8 -*- # stub: vedeu 0.0.32 ruby lib Gem::Specification.new do |s| s.name = "vedeu".freeze s.version = "0.0.32".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gavin Laking".freeze] s.date = "2014-07-17" s.email = ["gavinlaking@gmail.com".freeze] s.executables = ["vedeu".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/vedeu".freeze, "lib/vedeu.rb".freeze, "lib/vedeu/application.rb".freeze, "lib/vedeu/configuration.rb".freeze, "lib/vedeu/input/input.rb".freeze, "lib/vedeu/launcher.rb".freeze, "lib/vedeu/models/collection.rb".freeze, "lib/vedeu/models/colour.rb".freeze, "lib/vedeu/models/command.rb".freeze, "lib/vedeu/models/composition.rb".freeze, "lib/vedeu/models/interface.rb".freeze, "lib/vedeu/models/interface_collection.rb".freeze, "lib/vedeu/models/line.rb".freeze, "lib/vedeu/models/line_collection.rb".freeze, "lib/vedeu/models/presentation.rb".freeze, "lib/vedeu/models/stream.rb".freeze, "lib/vedeu/models/stream_collection.rb".freeze, "lib/vedeu/models/style_collection.rb".freeze, "lib/vedeu/output/interface_renderer.rb".freeze, "lib/vedeu/output/output.rb".freeze, "lib/vedeu/output/template.rb".freeze, "lib/vedeu/output/text_adaptor.rb".freeze, "lib/vedeu/process/process.rb".freeze, "lib/vedeu/repository/command_repository.rb".freeze, "lib/vedeu/repository/event_repository.rb".freeze, "lib/vedeu/repository/interface_repository.rb".freeze, "lib/vedeu/repository/repository.rb".freeze, "lib/vedeu/repository/storage.rb".freeze, "lib/vedeu/support/coordinate.rb".freeze, "lib/vedeu/support/esc.rb".freeze, "lib/vedeu/support/exit.rb".freeze, "lib/vedeu/support/geometry.rb".freeze, "lib/vedeu/support/menu.rb".freeze, "lib/vedeu/support/parser.rb".freeze, "lib/vedeu/support/parsing/hash_parser.rb".freeze, "lib/vedeu/support/parsing/json_parser.rb".freeze, "lib/vedeu/support/queue.rb".freeze, "lib/vedeu/support/terminal.rb".freeze, "lib/vedeu/support/translator.rb".freeze, "lib/vedeu/support/wordwrap.rb".freeze, "logs/.gitkeep".freeze, "test/example_app/bin/app".freeze, "test/example_app/lib/app.rb".freeze, "test/lib/vedeu/application_test.rb".freeze, "test/lib/vedeu/configuration_test.rb".freeze, "test/lib/vedeu/input/input_test.rb".freeze, "test/lib/vedeu/launcher_test.rb".freeze, "test/lib/vedeu/models/collection_test.rb".freeze, "test/lib/vedeu/models/colour_test.rb".freeze, "test/lib/vedeu/models/command_test.rb".freeze, "test/lib/vedeu/models/composition_test.rb".freeze, "test/lib/vedeu/models/interface_collection_test.rb".freeze, "test/lib/vedeu/models/interface_test.rb".freeze, "test/lib/vedeu/models/line_collection_test.rb".freeze, "test/lib/vedeu/models/line_test.rb".freeze, "test/lib/vedeu/models/presentation_test.rb".freeze, "test/lib/vedeu/models/stream_collection_test.rb".freeze, "test/lib/vedeu/models/stream_test.rb".freeze, "test/lib/vedeu/models/style_collection_test.rb".freeze, "test/lib/vedeu/output/interface_renderer_test.rb".freeze, "test/lib/vedeu/output/output_test.rb".freeze, "test/lib/vedeu/output/template.rb".freeze, "test/lib/vedeu/output/text_adaptor_test.rb".freeze, "test/lib/vedeu/process/process_test.rb".freeze, "test/lib/vedeu/repository/command_repository_test.rb".freeze, "test/lib/vedeu/repository/interface_repository_test.rb".freeze, "test/lib/vedeu/repository/repository_test.rb".freeze, "test/lib/vedeu/repository/storage_test.rb".freeze, "test/lib/vedeu/support/coordinate_test.rb".freeze, "test/lib/vedeu/support/esc_test.rb".freeze, "test/lib/vedeu/support/event_repository_test.rb".freeze, "test/lib/vedeu/support/exit_test.rb".freeze, "test/lib/vedeu/support/geometry_test.rb".freeze, "test/lib/vedeu/support/menu_test.rb".freeze, "test/lib/vedeu/support/parser_test.rb".freeze, "test/lib/vedeu/support/parsing/hash_parser_test.rb".freeze, "test/lib/vedeu/support/parsing/json_parser_test.rb".freeze, "test/lib/vedeu/support/queue_test.rb".freeze, "test/lib/vedeu/support/terminal_test.rb".freeze, "test/lib/vedeu/support/translator_test.rb".freeze, "test/lib/vedeu/support/wordwrap_test.rb".freeze, "test/lib/vedeu_test.rb".freeze, "test/support/colours.rb".freeze, "test/support/dummy_command.rb".freeze, "test/support/dummy_interface.rb".freeze, "test/support/json/int1_lin1_str1.json".freeze, "test/support/json/int1_lin1_str3.json".freeze, "test/support/json/int1_lin2_str1.json".freeze, "test/support/json/int1_lin2_str3.json".freeze, "test/support/json/int1_lin2_str3_styles.json".freeze, "test/support/json/int2_lin1_str1.json".freeze, "test/support/json/int2_lin1_str3.json".freeze, "test/support/json/int2_lin2_str1.json".freeze, "test/support/json/int2_lin2_str3.json".freeze, "test/support/json/int2_lin2_str3_styles.json".freeze, "test/support/template.erb".freeze, "test/test_helper.rb".freeze, "vedeu.gemspec".freeze] s.homepage = "http://www.gavinlaking.name/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A terminal case of wonderland.".freeze s.test_files = ["test/example_app/bin/app".freeze, "test/example_app/lib/app.rb".freeze, "test/lib/vedeu/application_test.rb".freeze, "test/lib/vedeu/configuration_test.rb".freeze, "test/lib/vedeu/input/input_test.rb".freeze, "test/lib/vedeu/launcher_test.rb".freeze, "test/lib/vedeu/models/collection_test.rb".freeze, "test/lib/vedeu/models/colour_test.rb".freeze, "test/lib/vedeu/models/command_test.rb".freeze, "test/lib/vedeu/models/composition_test.rb".freeze, "test/lib/vedeu/models/interface_collection_test.rb".freeze, "test/lib/vedeu/models/interface_test.rb".freeze, "test/lib/vedeu/models/line_collection_test.rb".freeze, "test/lib/vedeu/models/line_test.rb".freeze, "test/lib/vedeu/models/presentation_test.rb".freeze, "test/lib/vedeu/models/stream_collection_test.rb".freeze, "test/lib/vedeu/models/stream_test.rb".freeze, "test/lib/vedeu/models/style_collection_test.rb".freeze, "test/lib/vedeu/output/interface_renderer_test.rb".freeze, "test/lib/vedeu/output/output_test.rb".freeze, "test/lib/vedeu/output/template.rb".freeze, "test/lib/vedeu/output/text_adaptor_test.rb".freeze, "test/lib/vedeu/process/process_test.rb".freeze, "test/lib/vedeu/repository/command_repository_test.rb".freeze, "test/lib/vedeu/repository/interface_repository_test.rb".freeze, "test/lib/vedeu/repository/repository_test.rb".freeze, "test/lib/vedeu/repository/storage_test.rb".freeze, "test/lib/vedeu/support/coordinate_test.rb".freeze, "test/lib/vedeu/support/esc_test.rb".freeze, "test/lib/vedeu/support/event_repository_test.rb".freeze, "test/lib/vedeu/support/exit_test.rb".freeze, "test/lib/vedeu/support/geometry_test.rb".freeze, "test/lib/vedeu/support/menu_test.rb".freeze, "test/lib/vedeu/support/parser_test.rb".freeze, "test/lib/vedeu/support/parsing/hash_parser_test.rb".freeze, "test/lib/vedeu/support/parsing/json_parser_test.rb".freeze, "test/lib/vedeu/support/queue_test.rb".freeze, "test/lib/vedeu/support/terminal_test.rb".freeze, "test/lib/vedeu/support/translator_test.rb".freeze, "test/lib/vedeu/support/wordwrap_test.rb".freeze, "test/lib/vedeu_test.rb".freeze, "test/support/colours.rb".freeze, "test/support/dummy_command.rb".freeze, "test/support/dummy_interface.rb".freeze, "test/support/json/int1_lin1_str1.json".freeze, "test/support/json/int1_lin1_str3.json".freeze, "test/support/json/int1_lin2_str1.json".freeze, "test/support/json/int1_lin2_str3.json".freeze, "test/support/json/int1_lin2_str3_styles.json".freeze, "test/support/json/int2_lin1_str1.json".freeze, "test/support/json/int2_lin1_str3.json".freeze, "test/support/json/int2_lin2_str1.json".freeze, "test/support/json/int2_lin2_str3.json".freeze, "test/support/json/int2_lin2_str3_styles.json".freeze, "test/support/template.erb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, ["= 2.6.1".freeze]) s.add_development_dependency(%q.freeze, ["= 2.3.1".freeze]) s.add_development_dependency(%q.freeze, ["= 5.4.0".freeze]) s.add_development_dependency(%q.freeze, ["= 1.0.5".freeze]) s.add_development_dependency(%q.freeze, ["= 0.10.0".freeze]) s.add_development_dependency(%q.freeze, ["= 10.3.2".freeze]) s.add_development_dependency(%q.freeze, ["= 0.15.1".freeze]) s.add_development_dependency(%q.freeze, ["= 0.8.2".freeze]) s.add_runtime_dependency(%q.freeze, ["= 2.9.9".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.0.2".freeze]) end