# -*- encoding: utf-8 -*- # stub: gem_grep 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "gem_grep".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gabriel Horner".freeze] s.date = "2009-04-25" s.description = "Enhances search command by displaying results in an ascii table and providing options to search (--fields) and display (--columns) gemspec attributes. These options take any gemspec attribute and more than one when comma delimited. Gemspec attributes can be aliased by specifying the first unique string that it starts with i.e. \"su\" for \"summary\".".freeze s.email = "gabriel.horner@gmail.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.rdoc".freeze] s.files = ["LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/rubygems/commands/grep_command.rb".freeze, "lib/rubygems/super_search.rb".freeze, "lib/rubygems_plugin.rb".freeze] s.homepage = "http://github.com/cldwalker/gem_grep".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A gem command plugin which enhances the search command by providing extra search options and displaying results as a table.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end