# -*- encoding: utf-8 -*- # stub: alki-console 0.7.1 ruby lib Gem::Specification.new do |s| s.name = "alki-console".freeze s.version = "0.7.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 = ["Matt Edlefsen".freeze] s.bindir = "exe".freeze s.date = "2018-04-02" s.email = ["matt.edlefsen@gmail.com".freeze] s.executables = ["alki-console".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.adoc".freeze, "Rakefile".freeze, "alki-console.gemspec".freeze, "config/assembly.rb".freeze, "exe/alki-console".freeze, "lib/alki/console.rb".freeze, "lib/alki/console/pry_console.rb".freeze, "lib/alki/console/version.rb".freeze, "lib/alki/console/wrapper.rb".freeze, "test/feature/mounted_test.rb".freeze, "test/feature/standalone_test.rb".freeze, "test/feature/wrapper_test.rb".freeze, "test/feature_test_helper.rb".freeze, "test/fixtures/mounted.rb".freeze, "test/fixtures/standalone.rb".freeze, "test/fixtures/wrapper/config/assembly.rb".freeze, "test/fixtures/wrapper/lib/wrapper.rb".freeze] s.homepage = "http://alki.io/projects/alki-console".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.1.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Developer console for Alki applications".freeze s.test_files = ["test/feature/mounted_test.rb".freeze, "test/feature/standalone_test.rb".freeze, "test/feature/wrapper_test.rb".freeze, "test/feature_test_helper.rb".freeze, "test/fixtures/mounted.rb".freeze, "test/fixtures/standalone.rb".freeze, "test/fixtures/wrapper/config/assembly.rb".freeze, "test/fixtures/wrapper/lib/wrapper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q<alki>.freeze, ["~> 0.14.0".freeze]) s.add_runtime_dependency(%q<pry>.freeze, ["~> 0.11".freeze]) end