# -*- encoding: utf-8 -*- # stub: ruco 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "ruco".freeze s.version = "0.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Michael Grosser".freeze] s.date = "2015-10-17" s.email = "michael@grosser.it".freeze s.executables = ["ruco".freeze] s.files = ["MIT-LICENSE.txt".freeze, "bin/ruco".freeze, "lib/ruco.rb".freeze, "lib/ruco/application.rb".freeze, "lib/ruco/array_processor.rb".freeze, "lib/ruco/command_bar.rb".freeze, "lib/ruco/core_ext/array.rb".freeze, "lib/ruco/core_ext/file.rb".freeze, "lib/ruco/core_ext/hash.rb".freeze, "lib/ruco/core_ext/object.rb".freeze, "lib/ruco/core_ext/range.rb".freeze, "lib/ruco/core_ext/string.rb".freeze, "lib/ruco/editor.rb".freeze, "lib/ruco/editor/colors.rb".freeze, "lib/ruco/editor/history.rb".freeze, "lib/ruco/editor/line_numbers.rb".freeze, "lib/ruco/editor_area.rb".freeze, "lib/ruco/file_store.rb".freeze, "lib/ruco/form.rb".freeze, "lib/ruco/history.rb".freeze, "lib/ruco/option_accessor.rb".freeze, "lib/ruco/position.rb".freeze, "lib/ruco/status_bar.rb".freeze, "lib/ruco/syntax_parser.rb".freeze, "lib/ruco/text_area.rb".freeze, "lib/ruco/text_field.rb".freeze, "lib/ruco/tm_theme.rb".freeze, "lib/ruco/version.rb".freeze, "lib/ruco/window.rb".freeze, "spec/fixtures/railscasts.tmTheme".freeze] s.homepage = "https://github.com/grosser/ruco".freeze s.licenses = ["MIT".freeze] s.post_install_message = "\n Mac: shift/ctrl + arrow-keys only work in iterm (not Terminal.app)\n Ubuntu: sudo apt-get install xclip # to use the clipboard\n\n".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Desktop-style, Intuitive, Commandline Editor in Ruby. 'Better than nano, simpler than vim.'".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.9.8".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.0.7".freeze]) end