# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{linux-tools} s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Mrigesh Pokhrel"] s.date = %q{2011-05-01} s.description = %q{Common *NIX tools and commands which can be used easily in irb} s.email = %q{mrigeshpokhrel@gmail.com} s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ ".buildpath", ".document", ".project", ".yardoc/checksums", ".yardoc/objects/root.dat", ".yardoc/proxy_types", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", "coverage/index.html", "coverage/jquery-1.3.2.min.js", "coverage/jquery.tablesorter.min.js", "coverage/lib-linux-tools_rb.html", "coverage/print.css", "coverage/rcov.js", "coverage/screen.css", "doc/Lt.html", "doc/_index.html", "doc/class_list.html", "doc/css/common.css", "doc/css/full_list.css", "doc/css/style.css", "doc/file.LICENSE.html", "doc/file.README.html", "doc/file_list.html", "doc/frames.html", "doc/index.html", "doc/js/app.js", "doc/js/full_list.js", "doc/js/jquery.js", "doc/method_list.html", "doc/top-level-namespace.html", "lib/build", "lib/linux-tools.rb", "linux-tools.gemspec", "pkg/linux-tools-0.0.0.gem", "pkg/linux-tools-0.1.0.gem", "pkg/lt-0.0.0.gem", "rdoc/classes/Lt.html", "rdoc/created.rid", "rdoc/files/README_rdoc.html", "rdoc/files/lib/linux-tools_rb.html", "rdoc/fr_class_index.html", "rdoc/fr_file_index.html", "rdoc/fr_method_index.html", "rdoc/index.html", "rdoc/rdoc-style.css", "test/helper.rb", "test/test_linux-tools.rb" ] s.homepage = %q{http://github.com/mrigesh/linux-tools} s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = %q{1.7.2} s.summary = %q{common *NIX tools in ruby} s.test_files = [ "test/helper.rb", "test/test_linux-tools.rb" ] if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["~> 1.0.0"]) s.add_development_dependency(%q, ["~> 1.5.2"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.5.2"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.5.2"]) s.add_dependency(%q, [">= 0"]) end end