# -*- encoding: utf-8 -*- # stub: ptools 1.2.5 universal-mingw32 lib Gem::Specification.new do |s| s.name = "ptools".freeze s.version = "1.2.5".freeze s.platform = "universal-mingw32".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Daniel J. Berger".freeze] s.date = "2014-07-11" s.description = " The ptools (power tools) library provides several handy methods to\n Ruby's core File class, such as File.which for finding executables,\n File.null to return the null device on your platform, and so on.\n".freeze s.email = "djberg96@gmail.com".freeze s.extra_rdoc_files = ["README".freeze, "CHANGES".freeze, "MANIFEST".freeze] s.files = [".gemtest".freeze, "CHANGES".freeze, "Gemfile".freeze, "MANIFEST".freeze, "README".freeze, "Rakefile".freeze, "lib/ptools.rb".freeze, "ptools.gemspec".freeze, "test/img/test.gif".freeze, "test/img/test.jpg".freeze, "test/img/test.png".freeze, "test/test_binary.rb".freeze, "test/test_constants.rb".freeze, "test/test_head.rb".freeze, "test/test_image.rb".freeze, "test/test_is_sparse.rb".freeze, "test/test_middle.rb".freeze, "test/test_nlconvert.rb".freeze, "test/test_null.rb".freeze, "test/test_tail.rb".freeze, "test/test_touch.rb".freeze, "test/test_wc.rb".freeze, "test/test_whereis.rb".freeze, "test/test_which.rb".freeze, "test/txt/english.txt".freeze, "test/txt/korean.txt".freeze] s.homepage = "https://github.com/djberg96/ptools".freeze s.licenses = ["Artistic 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Extra methods for the File class".freeze s.test_files = ["test/test_binary.rb".freeze, "test/test_constants.rb".freeze, "test/test_head.rb".freeze, "test/test_image.rb".freeze, "test/test_is_sparse.rb".freeze, "test/test_middle.rb".freeze, "test/test_nlconvert.rb".freeze, "test/test_null.rb".freeze, "test/test_tail.rb".freeze, "test/test_touch.rb".freeze, "test/test_wc.rb".freeze, "test/test_whereis.rb".freeze, "test/test_which.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.5.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.7.0".freeze]) end