# -*- encoding: utf-8 -*- # stub: rumodule 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "rumodule".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tero Isannainen".freeze] s.date = "2016-03-19" s.description = "Rumodule is used to manage shell environment variables by\nadding/removing modules. By adding a module using Rumodule, for\nexample the PATH environment variable can be setup so that the\nexecutable is found.\n\nModules exist per tool or per tool version. Rumodule makes it easy\nto maintain and provide tool setups between multiple users.".freeze s.email = "tero.isannainen@gmail.com".freeze s.executables = ["rumodule".freeze] s.extra_rdoc_files = ["README.rdoc".freeze, "CHANGELOG.rdoc".freeze] s.files = ["CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "bin/rumodule".freeze, "doc/CmdAdd.html".freeze, "doc/CmdDisplay.html".freeze, "doc/CmdHelp.html".freeze, "doc/CmdList.html".freeze, "doc/CmdRm.html".freeze, "doc/CmdSadd.html".freeze, "doc/CmdSlist.html".freeze, "doc/CmdSrm.html".freeze, "doc/CmdWhich.html".freeze, "doc/EnvVar.html".freeze, "doc/Rumodule.html".freeze, "doc/RumoduleCommon.html".freeze, "doc/RumoduleMod.html".freeze, "doc/Utility.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.CHANGELOG.html".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "lib/version.rb".freeze, "test/run_fish".freeze, "test/run_zsh_sh_bash".freeze, "test/test_fish".freeze, "test/test_fish.log".freeze, "test/test_golden.log".freeze, "test/test_rumodule.rb".freeze, "test/test_zsh_sh_bash".freeze, "test/test_zsh_sh_bash.log".freeze] s.licenses = ["Ruby".freeze] s.post_install_message = "Check README...".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Shell env variable management utility.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.1.0".freeze]) end