# -*- encoding: utf-8 -*- # stub: rubish 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "rubish".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Howard Yeh".freeze] s.date = "2010-01-20" s.description = "Ruby Interactive Shell".freeze s.email = "hayeah@gmail.com".freeze s.executables = ["rubish".freeze] s.extra_rdoc_files = ["LICENSE".freeze] s.files = ["LICENSE".freeze, "README.markdown".freeze, "README.textile".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "bin/rubish".freeze, "lib/rubish.rb".freeze, "lib/rubish/awk.rb".freeze, "lib/rubish/batch_executable.rb".freeze, "lib/rubish/command.rb".freeze, "lib/rubish/command_builder.rb".freeze, "lib/rubish/context.rb".freeze, "lib/rubish/executable.rb".freeze, "lib/rubish/job.rb".freeze, "lib/rubish/job_control.rb".freeze, "lib/rubish/pipe.rb".freeze, "lib/rubish/repl.rb".freeze, "lib/rubish/sed.rb".freeze, "lib/rubish/streamer.rb".freeze, "lib/rubish/stub.rb".freeze, "lib/rubish/unix_executable.rb".freeze, "lib/rubish/workspace.rb".freeze, "test/slowcat.rb".freeze, "test/test.rb".freeze, "test/test_dev.rb".freeze] s.homepage = "http://github.com/hayeah/rubish".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby Interactive Shell".freeze s.test_files = ["test/test.rb".freeze, "test/test_dev.rb".freeze, "test/slowcat.rb".freeze] end