# -*- encoding: utf-8 -*- # stub: rant 0.3.2 ruby lib Gem::Specification.new do |s| s.name = "rant".freeze s.version = "0.3.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = [["Stefan Lang".freeze]] s.bindir = ["bin".freeze] s.date = "2005-04-03" s.email = "langstefan@gmx.at".freeze s.executables = ["rant".freeze, "rant-import".freeze] s.extra_rdoc_files = ["doc/rantfile.rdoc".freeze, "doc/configure.rdoc".freeze, "doc/rubyproject.rdoc".freeze, "doc/rant.rdoc".freeze, "doc/csharp.rdoc".freeze, "doc/rant-import.rdoc".freeze, "README".freeze, "doc/examples/myprog/README".freeze, "lib/rant/plugin/README".freeze, "NEWS".freeze] s.files = ["COPYING".freeze, "NEWS".freeze, "README".freeze, "Rantfile".freeze, "TODO".freeze, "bin/rant".freeze, "bin/rant-import".freeze, "devel-notes".freeze, "doc/configure.rdoc".freeze, "doc/csharp.rdoc".freeze, "doc/examples".freeze, "doc/examples/myprog".freeze, "doc/examples/myprog/README".freeze, "doc/examples/myprog/Rantfile".freeze, "doc/examples/myprog/src".freeze, "doc/examples/myprog/src/Rantfile".freeze, "doc/examples/myprog/src/lib.c".freeze, "doc/examples/myprog/src/lib.h".freeze, "doc/examples/myprog/src/main.c".freeze, "doc/rant-import.rdoc".freeze, "doc/rant.rdoc".freeze, "doc/rantfile.rdoc".freeze, "doc/rubyproject.rdoc".freeze, "lib/rant".freeze, "lib/rant.rb".freeze, "lib/rant/cs_compiler.rb".freeze, "lib/rant/import".freeze, "lib/rant/import.rb".freeze, "lib/rant/import/rubydoc.rb".freeze, "lib/rant/import/rubypackage.rb".freeze, "lib/rant/import/rubytest.rb".freeze, "lib/rant/plugin".freeze, "lib/rant/plugin/README".freeze, "lib/rant/plugin/configure.rb".freeze, "lib/rant/plugin/csharp.rb".freeze, "lib/rant/plugin_methods.rb".freeze, "lib/rant/rantenv.rb".freeze, "lib/rant/rantfile.rb".freeze, "lib/rant/rantlib.rb".freeze, "lib/rant/rantsys.rb".freeze, "lib/rant/rantvar.rb".freeze, "rantmethods.rb".freeze, "run_import".freeze, "run_rant".freeze, "setup.rb".freeze, "test/Rantfile".freeze, "test/plugin".freeze, "test/plugin/configure".freeze, "test/plugin/configure/Rantfile".freeze, "test/plugin/configure/test_configure.rb".freeze, "test/plugin/csharp".freeze, "test/plugin/csharp/Hello.cs".freeze, "test/plugin/csharp/Rantfile".freeze, "test/plugin/csharp/src".freeze, "test/plugin/csharp/src/A.cs".freeze, "test/plugin/csharp/src/B.cs".freeze, "test/plugin/csharp/test_csharp.rb".freeze, "test/plugin/rantfile".freeze, "test/plugin/test_conf_csharp.rb".freeze, "test/project1".freeze, "test/project1/Rantfile".freeze, "test/project1/test_project.rb".freeze, "test/project2".freeze, "test/project2/buildfile".freeze, "test/project2/rantfile.rb".freeze, "test/project2/sub1".freeze, "test/project2/sub1/Rantfile".freeze, "test/project2/sub2".freeze, "test/project2/test_project.rb".freeze, "test/project_rb1".freeze, "test/project_rb1/README".freeze, "test/project_rb1/bin".freeze, "test/project_rb1/bin/wgrep".freeze, "test/project_rb1/lib".freeze, "test/project_rb1/lib/wgrep.rb".freeze, "test/project_rb1/rantfile.rb".freeze, "test/project_rb1/test".freeze, "test/project_rb1/test/tc_wgrep.rb".freeze, "test/project_rb1/test/text".freeze, "test/project_rb1/test_project_rb1.rb".freeze, "test/standalone.rf".freeze, "test/subdirs".freeze, "test/subdirs/Rantfile".freeze, "test/subdirs/sub1".freeze, "test/subdirs/sub1/Rantfile".freeze, "test/subdirs/sub2".freeze, "test/subdirs/sub2/rantfile.rb".freeze, "test/subdirs/sub2/sub".freeze, "test/subdirs/sub2/sub/rantfile".freeze, "test/subdirs/test_subdirs.rb".freeze, "test/test_env.rb".freeze, "test/test_filelist.rb".freeze, "test/test_filetask.rb".freeze, "test/test_lighttask.rb".freeze, "test/test_metatask.rb".freeze, "test/test_rant_interface.rb".freeze, "test/test_sys.rb".freeze, "test/test_task.rb".freeze, "test/toplevel.rf".freeze, "test/ts_all.rb".freeze, "test/tutil.rb".freeze] s.homepage = "http://make.rubyforge.org".freeze s.rdoc_options = ["-S".freeze, "-c".freeze, "UTF-8".freeze, "--title".freeze, "Rant".freeze, "--main".freeze, "README".freeze] s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Rant is a Ruby based build tool.".freeze end