# -*- encoding: utf-8 -*- # stub: chronicle-shell 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "chronicle-shell".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/chronicle-app/chronicle-shell/releases", "homepage_uri" => "https://github.com/chronicle-app/chronicle-shell", "source_code_uri" => "https://github.com/chronicle-app/chronicle-shell" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Andrew Louis".freeze] s.bindir = "exe".freeze s.date = "2022-02-26" s.description = "Extract shell command history from Bash or Zsh".freeze s.email = ["andrew@hyfen.net".freeze] s.files = ["CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "chronicle-shell.gemspec".freeze, "lib/chronicle/shell.rb".freeze, "lib/chronicle/shell/shell_history_extractor.rb".freeze, "lib/chronicle/shell/shell_history_transformer.rb".freeze, "lib/chronicle/shell/version.rb".freeze] s.homepage = "https://github.com/chronicle-app/chronicle-shell".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Shell connectors for Chronicle-ETL".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.4.0".freeze]) end