2 # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
4 # See LICENSE.txt for permissions.
7 SIMPLE_GEM = <<-GEMDATA
8 MD5SUM = "e3701f9db765a2358aef94c40ded71c8"
13 ARGV.options do |opts|
14 opts.on_tail("--help", "show this message") {puts opts; exit}
15 opts.on('--dir=DIRNAME', "Installation directory for the Gem") {|options[:directory]|}
16 opts.on('--force', "Force Gem to intall, bypassing dependency checks") {|options[:force]|}
17 opts.on('--gen-rdoc', "Generate RDoc documentation for the Gem") {|options[:gen_rdoc]|}
22 @directory = options[:directory] || Gem.dir
23 @force = options[:force]
25 gem = Gem::Installer.new(__FILE__).install(@force, @directory)
27 Gem::DocManager.new(gem).generate_rdoc
32 --- !ruby/object:Gem::Specification
33 rubygems_version: "1.0"
35 version: !ruby/object:Gem::Version
37 date: 2004-03-18 22:01:52.859121 -05:00
39 summary: This exercise the gem testing stuff.
50 - a computer processor
65 eJwVjDEKgDAUQ/eeIpsKguhY3ARPoHMp9quF0mL7e39/h5DwQpLpqz4TOqbC
66 U42eO6WuYEvBntIhECuaaX1KqXXLmy2kAEc32szExK+PjyBAlpTZyK0N/Twu
71 eJwrKC0pVlAvzy9XyE3MU+cCACwiBP4=