# -*- encoding: utf-8 -*- # stub: maiha-merb_inspector 0.2.5.1 ruby lib Gem::Specification.new do |s| s.name = "maiha-merb_inspector".freeze s.version = "0.2.5.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 = ["Maiha".freeze] s.date = "2008-12-30" s.description = "Merb plugin that provides powerful 'inspect' helper method".freeze s.email = "maiha@wota.jp".freeze s.extra_rdoc_files = ["README".freeze, "LICENSE".freeze, "TODO".freeze] s.files = ["LICENSE".freeze, "README".freeze, "Rakefile".freeze, "TODO".freeze, "inspectors/array.rb".freeze, "inspectors/basic.rb".freeze, "inspectors/data_mapper.rb".freeze, "inspectors/hash.rb".freeze, "inspectors/object.rb".freeze, "lib/merb_inspector".freeze, "lib/merb_inspector.rb".freeze, "lib/merb_inspector/helper.rb".freeze, "lib/merb_inspector/inspector.rb".freeze, "lib/merb_inspector/manager.rb".freeze, "lib/merb_inspector/merbtasks.rb".freeze, "mirror/public".freeze, "mirror/public/stylesheets".freeze, "mirror/public/stylesheets/merb_inspector.css".freeze, "spec/merb_inspector_spec.rb".freeze, "spec/spec_helper.rb".freeze, "templates/_default.html.erb".freeze, "templates/array".freeze, "templates/array/_default.html.erb".freeze, "templates/basic".freeze, "templates/basic/_default.html.erb".freeze, "templates/data_mapper".freeze, "templates/data_mapper/collection".freeze, "templates/data_mapper/collection/_records.html.erb".freeze, "templates/data_mapper/resource".freeze, "templates/data_mapper/resource/_record.html.erb".freeze, "templates/hash".freeze, "templates/hash/_default.html.erb".freeze, "templates/object".freeze, "templates/object/_default.html.erb".freeze, "templates/object/_plain.html.erb".freeze] s.homepage = "http://github.com/maiha/merb_inspector".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Merb plugin that provides powerful 'inspect' helper method".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 1.0.7".freeze]) end