# -*- encoding: utf-8 -*- # stub: rubu 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "rubu".freeze s.version = "0.0.6".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 = "2018-09-11" s.description = "Rubu (Re-Usable Build Utility) is a library for building\nprograms. Rubu is in practice a replacement for Make and Rake type\nof tools. Rubu is targeted to provide means for creating flexible\nbuild environments.".freeze s.email = "tero.isannainen@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze, "CHANGELOG.rdoc".freeze] s.files = ["CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "doc/Array.html".freeze, "doc/Rubu.html".freeze, "doc/Rubu/Action.html".freeze, "doc/Rubu/AgedStep.html".freeze, "doc/Rubu/AlwaysBuild.html".freeze, "doc/Rubu/AlwaysStep.html".freeze, "doc/Rubu/Build.html".freeze, "doc/Rubu/DateBuild.html".freeze, "doc/Rubu/Flow.html".freeze, "doc/Rubu/FlowRun.html".freeze, "doc/Rubu/Fork.html".freeze, "doc/Rubu/Info.html".freeze, "doc/Rubu/Mark.html".freeze, "doc/Rubu/MarkBuild.html".freeze, "doc/Rubu/MarkStep.html".freeze, "doc/Rubu/Move.html".freeze, "doc/Rubu/MoveStyles.html".freeze, "doc/Rubu/Order.html".freeze, "doc/Rubu/RubyCommand.html".freeze, "doc/Rubu/ShellCommand.html".freeze, "doc/Rubu/State.html".freeze, "doc/Rubu/Step.html".freeze, "doc/Rubu/StepAged.html".freeze, "doc/Rubu/StepAgedMark.html".freeze, "doc/Rubu/StepAlways.html".freeze, "doc/Rubu/StepMark.html".freeze, "doc/Rubu/Trail.html".freeze, "doc/Rubu/TrailRun.html".freeze, "doc/Rubu/Var.html".freeze, "doc/Rubu/Walk.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, "example/bin/gen_world".freeze, "example/bin/rubu_example".freeze, "example/build/hello".freeze, "example/build/hello_world.o".freeze, "example/build/world.o".freeze, "example/gen_cee/world.c".freeze, "example/runme".freeze, "example/src/hello_world.c".freeze, "example/src/world.h".freeze, "example/up-to-date".freeze, "lib/rubu.rb".freeze, "lib/version.rb".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 = "Rubu is Re-Usable Build Utility library.".freeze end