# -*- encoding: utf-8 -*- # stub: unix_utils 0.0.8 ruby lib Gem::Specification.new do |s| s.name = "unix_utils".freeze s.version = "0.0.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Seamus Abshere".freeze] s.date = "2012-04-12" s.description = "Like FileUtils, but provides zip, unzip, bzip2, bunzip2, tar, untar, sed, du, md5sum, shasum, cut, head, tail, wc, unix2dos, dos2unix, iconv, curl, perl, etc.".freeze s.email = ["seamus@abshere.net".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "History.txt".freeze, "README.markdown".freeze, "Rakefile".freeze, "lib/unix_utils.rb".freeze, "lib/unix_utils/version.rb".freeze, "test/helper.rb".freeze, "test/regression/test_sed_large_file.rb".freeze, "test/target/directory-really-a-t_a_r-shh".freeze, "test/target/directory-really-a-z_i_p-shh".freeze, "test/target/directory.tar".freeze, "test/target/directory.zip".freeze, "test/target/directory/hello_world.txt".freeze, "test/target/directory/hello_world.xml".freeze, "test/target/file-really-a-b_z_2-shh".freeze, "test/target/file-really-a-g_z-shh".freeze, "test/target/file.bz2".freeze, "test/target/file.gz".freeze, "test/target/iso-8859-1.txt".freeze, "test/target/utf8.txt".freeze, "test/test_unix_utils.rb".freeze, "unix-philosophy-cover.png".freeze, "unix-philosophy-quote-pg1.png".freeze, "unix-philosophy-quote-pg2.png".freeze, "unix_utils.gemspec".freeze] s.homepage = "https://github.com/seamusabshere/unix_utils".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Like FileUtils, but provides zip, unzip, bzip2, bunzip2, tar, untar, sed, du, md5sum, shasum, cut, head, tail, wc, unix2dos, dos2unix, iconv, curl, perl, etc.".freeze s.test_files = ["test/helper.rb".freeze, "test/regression/test_sed_large_file.rb".freeze, "test/target/directory-really-a-t_a_r-shh".freeze, "test/target/directory-really-a-z_i_p-shh".freeze, "test/target/directory.tar".freeze, "test/target/directory.zip".freeze, "test/target/directory/hello_world.txt".freeze, "test/target/directory/hello_world.xml".freeze, "test/target/file-really-a-b_z_2-shh".freeze, "test/target/file-really-a-g_z-shh".freeze, "test/target/file.bz2".freeze, "test/target/file.gz".freeze, "test/target/iso-8859-1.txt".freeze, "test/target/utf8.txt".freeze, "test/test_unix_utils.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end