# -*- encoding: utf-8 -*- # stub: reportable 1.4.2 ruby lib Gem::Specification.new do |s| s.name = "reportable".freeze s.version = "1.4.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Marco Otte-Witte".freeze, "Martin Kavalar".freeze] s.date = "2012-02-14" s.description = "Reportable allows for easy report generation from ActiveRecord models by the addition of the reportable method.".freeze s.email = "reportable@saulabs.com".freeze s.files = ["HISTORY.md".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/generators/reportable_jquery_flot_assets/reportable_jquery_flot_assets_generator.rb".freeze, "lib/generators/reportable_migration/reportable_migration_generator.rb".freeze, "lib/generators/reportable_migration/templates/migration.rb".freeze, "lib/generators/reportable_model_name_migration/reportable_model_name_migration_generator.rb".freeze, "lib/generators/reportable_model_name_migration/templates/migration.rb".freeze, "lib/generators/reportable_raphael_assets/reportable_raphael_assets_generator.rb".freeze, "lib/saulabs/reportable.rb".freeze, "lib/saulabs/reportable/config.rb".freeze, "lib/saulabs/reportable/cumulated_report.rb".freeze, "lib/saulabs/reportable/grouping.rb".freeze, "lib/saulabs/reportable/railtie.rb".freeze, "lib/saulabs/reportable/report.rb".freeze, "lib/saulabs/reportable/report_cache.rb".freeze, "lib/saulabs/reportable/report_tag_helper.rb".freeze, "lib/saulabs/reportable/reporting_period.rb".freeze, "lib/saulabs/reportable/result_set.rb".freeze, "spec/classes/cumulated_report_spec.rb".freeze, "spec/classes/grouping_spec.rb".freeze, "spec/classes/report_cache_spec.rb".freeze, "spec/classes/report_spec.rb".freeze, "spec/classes/reporting_period_spec.rb".freeze, "spec/db/database.yml".freeze, "spec/db/schema.rb".freeze, "spec/other/report_method_spec.rb".freeze, "spec/other/report_tag_helper_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/saulabs/reportable".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Easy report generation for Ruby on Rails".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) end