Sha256: 2927733abfea631ced5b7f3838c82588744d13bc8fdcdb37b52b85ef04c022be

Contents?: true

Size: 877 Bytes

Versions: 1

Compression:

Stored size: 877 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/pivot_table', __FILE__)
require 'base64'

Gem::Specification.new do |s|
  s.name        = "pivot_table"
  s.version     = PivotTable::VERSION
  s.authors     = ["Ed James"]
  s.email       = Base64.decode64("ZWQuamFtZXMuZW1haWxAZ21haWwuY29t\n")
  s.homepage    = "https://github.com/edjames/pivot_table"
  s.summary     = "pivot_table-#{s.version}"
  s.description = "Transform an ActiveRecord-ish data set into a pivot table of objects"

  s.platform    = Gem::Platform::RUBY
  s.required_ruby_version = '>= 1.9'

  s.rubyforge_project = "pivot_table"
  s.rubygems_version = ">= 1.6.1"
  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pivot_table-0.1.3 pivot_table.gemspec