# -*- encoding: utf-8 -*- # stub: active_olap 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "active_olap".freeze s.version = "0.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Willem van Bergen".freeze] s.date = "2009-11-20" s.description = "Extends ActiveRecord with functionality to perform OLAP queries on your data. Includes helper method to ease displaying the results.".freeze s.email = ["willem@vanbergen.org".freeze] s.files = [".gitignore".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "active_olap.gemspec".freeze, "init.rb".freeze, "lib/active_olap.rb".freeze, "lib/active_olap/aggregate.rb".freeze, "lib/active_olap/category.rb".freeze, "lib/active_olap/configurator.rb".freeze, "lib/active_olap/cube.rb".freeze, "lib/active_olap/dimension.rb".freeze, "lib/active_olap/helpers/chart_helper.rb".freeze, "lib/active_olap/helpers/display_helper.rb".freeze, "lib/active_olap/helpers/form_helper.rb".freeze, "lib/active_olap/helpers/table_helper.rb".freeze, "lib/active_olap/test/assertions.rb".freeze, "spec/integration/active_olap_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/cube_spec.rb".freeze, "tasks/github-gem.rake".freeze, "test/active_olap_test.rb".freeze, "test/helper.rb".freeze, "test/helper_modules_test.rb".freeze] s.homepage = "http://wiki.github.com/wvanbergen/active_olap".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Extend ActiveRecord with OLAP query functionality.".freeze s.test_files = ["spec/unit/cube_spec.rb".freeze, "test/helper_modules_test.rb".freeze, "test/active_olap_test.rb".freeze, "spec/integration/active_olap_spec.rb".freeze] end