# -*- encoding: utf-8 -*- # stub: vedeu 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "vedeu".freeze s.version = "0.1.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 = ["Gavin Laking".freeze] s.date = "2014-08-01" s.email = ["gavinlaking@gmail.com".freeze] s.executables = ["log".freeze, "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/log".freeze, "bin/vedeu".freeze, "deps.md".freeze, "lib/vedeu.rb".freeze, "lib/vedeu/application.rb".freeze, "lib/vedeu/configuration.rb".freeze, "lib/vedeu/instrumentation.rb".freeze, "lib/vedeu/launcher.rb".freeze, "lib/vedeu/models/attributes/collection.rb".freeze, "lib/vedeu/models/attributes/interface_collection.rb".freeze, "lib/vedeu/models/attributes/line_collection.rb".freeze, "lib/vedeu/models/attributes/stream_collection.rb".freeze, "lib/vedeu/models/colour.rb".freeze, "lib/vedeu/models/composition.rb".freeze, "lib/vedeu/models/interface.rb".freeze, "lib/vedeu/models/line.rb".freeze, "lib/vedeu/models/presentation.rb".freeze, "lib/vedeu/models/stream.rb".freeze, "lib/vedeu/models/style.rb".freeze, "lib/vedeu/output/clear_interface.rb".freeze, "lib/vedeu/output/erb_parser.rb".freeze, "lib/vedeu/output/json_parser.rb".freeze, "lib/vedeu/output/menu_parser.rb".freeze, "lib/vedeu/output/raw_parser.rb".freeze, "lib/vedeu/output/render_interface.rb".freeze, "lib/vedeu/output/text_adaptor.rb".freeze, "lib/vedeu/output/view.rb".freeze, "lib/vedeu/support/builder.rb".freeze, "lib/vedeu/support/esc.rb".freeze, "lib/vedeu/support/events.rb".freeze, "lib/vedeu/support/geometry.rb".freeze, "lib/vedeu/support/helpers.rb".freeze, "lib/vedeu/support/input.rb".freeze, "lib/vedeu/support/menu.rb".freeze, "lib/vedeu/support/persistence.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/lib/vedeu/application_test.rb".freeze, "test/lib/vedeu/configuration_test.rb".freeze, "test/lib/vedeu/launcher_test.rb".freeze, "test/lib/vedeu/models/attributes/collection_test.rb".freeze, "test/lib/vedeu/models/attributes/interface_collection_test.rb".freeze, "test/lib/vedeu/models/attributes/line_collection_test.rb".freeze, "test/lib/vedeu/models/attributes/stream_collection_test.rb".freeze, "test/lib/vedeu/models/colour_test.rb".freeze, "test/lib/vedeu/models/composition_test.rb".freeze, "test/lib/vedeu/models/interface_test.rb".freeze, "test/lib/vedeu/models/line_test.rb".freeze, "test/lib/vedeu/models/presentation_test.rb".freeze, "test/lib/vedeu/models/stream_test.rb".freeze, "test/lib/vedeu/models/style_test.rb".freeze, "test/lib/vedeu/output/clear_interface_test.rb".freeze, "test/lib/vedeu/output/erb_parser_test.rb".freeze, "test/lib/vedeu/output/json_parser_test.rb".freeze, "test/lib/vedeu/output/menu_parser_test.rb".freeze, "test/lib/vedeu/output/raw_parser_test.rb".freeze, "test/lib/vedeu/output/render_interface_test.rb".freeze, "test/lib/vedeu/output/text_adaptor_test.rb".freeze, "test/lib/vedeu/output/view_test.rb".freeze, "test/lib/vedeu/support/builder_test.rb".freeze, "test/lib/vedeu/support/esc_test.rb".freeze, "test/lib/vedeu/support/events_test.rb".freeze, "test/lib/vedeu/support/geometry_test.rb".freeze, "test/lib/vedeu/support/helpers_test.rb".freeze, "test/lib/vedeu/support/input_test.rb".freeze, "test/lib/vedeu/support/menu_test.rb".freeze, "test/lib/vedeu/support/persistence_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/stats.sh".freeze, "test/support/bench.rb".freeze, "test/support/colours.rb".freeze, "test/support/dummy_interface.rb".freeze, "test/support/erb/colour.erb".freeze, "test/support/erb/colour_style.erb".freeze, "test/support/erb/style.erb".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 = "https://github.com/gavinlaking/vedeu".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A terminal case of wonderland.".freeze s.test_files = ["test/lib/vedeu/application_test.rb".freeze, "test/lib/vedeu/configuration_test.rb".freeze, "test/lib/vedeu/launcher_test.rb".freeze, "test/lib/vedeu/models/attributes/collection_test.rb".freeze, "test/lib/vedeu/models/attributes/interface_collection_test.rb".freeze, "test/lib/vedeu/models/attributes/line_collection_test.rb".freeze, "test/lib/vedeu/models/attributes/stream_collection_test.rb".freeze, "test/lib/vedeu/models/colour_test.rb".freeze, "test/lib/vedeu/models/composition_test.rb".freeze, "test/lib/vedeu/models/interface_test.rb".freeze, "test/lib/vedeu/models/line_test.rb".freeze, "test/lib/vedeu/models/presentation_test.rb".freeze, "test/lib/vedeu/models/stream_test.rb".freeze, "test/lib/vedeu/models/style_test.rb".freeze, "test/lib/vedeu/output/clear_interface_test.rb".freeze, "test/lib/vedeu/output/erb_parser_test.rb".freeze, "test/lib/vedeu/output/json_parser_test.rb".freeze, "test/lib/vedeu/output/menu_parser_test.rb".freeze, "test/lib/vedeu/output/raw_parser_test.rb".freeze, "test/lib/vedeu/output/render_interface_test.rb".freeze, "test/lib/vedeu/output/text_adaptor_test.rb".freeze, "test/lib/vedeu/output/view_test.rb".freeze, "test/lib/vedeu/support/builder_test.rb".freeze, "test/lib/vedeu/support/esc_test.rb".freeze, "test/lib/vedeu/support/events_test.rb".freeze, "test/lib/vedeu/support/geometry_test.rb".freeze, "test/lib/vedeu/support/helpers_test.rb".freeze, "test/lib/vedeu/support/input_test.rb".freeze, "test/lib/vedeu/support/menu_test.rb".freeze, "test/lib/vedeu/support/persistence_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/stats.sh".freeze, "test/support/bench.rb".freeze, "test/support/colours.rb".freeze, "test/support/dummy_interface.rb".freeze, "test/support/erb/colour.erb".freeze, "test/support/erb/colour_style.erb".freeze, "test/support/erb/style.erb".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, ["= 1.1.0".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.9.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.0.3".freeze]) end