# -*- encoding: utf-8 -*- # stub: ruby_reportable 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "ruby_reportable".freeze s.version = "0.3.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 = ["John 'asceth' Long".freeze] s.date = "2013-06-03" s.description = "Allows you to write reports that use existing ruby classes/methods to present/filter the data".freeze s.email = ["machinist@asceth.com".freeze] s.files = [".gemtest".freeze, ".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, ".rvmrc".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "design".freeze, "examples/object_space_report.rb".freeze, "lib/ruby_reportable.rb".freeze, "lib/ruby_reportable/base.rb".freeze, "lib/ruby_reportable/filter.rb".freeze, "lib/ruby_reportable/output.rb".freeze, "lib/ruby_reportable/report.rb".freeze, "lib/ruby_reportable/sandbox.rb".freeze, "lib/ruby_reportable/source.rb".freeze, "lib/ruby_reportable/version.rb".freeze, "ruby_reportable.gemspec".freeze, "spec/base_spec.rb".freeze, "spec/filter_spec.rb".freeze, "spec/report_spec.rb".freeze, "spec/sandbox_spec.rb".freeze, "spec/source_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/asceth/ruby_reportable".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby Reporting".freeze s.test_files = ["spec/base_spec.rb".freeze, "spec/filter_spec.rb".freeze, "spec/report_spec.rb".freeze, "spec/sandbox_spec.rb".freeze, "spec/source_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end