Sha256: 5b4e8c211d3252e155798ac84a9bcf91fff7ea6812fafa4093b7fb58b84ef4bf

Contents?: true

Size: 1.19 KB

Versions: 7

Compression:

Stored size: 1.19 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "tabulatr/version"

Gem::Specification.new do |s|
  s.name        = "tabulatr2"
  s.version     = Tabulatr::VERSION.dup
  s.platform    = Gem::Platform::RUBY
  s.summary     = "A tight DSL to build tables of ActiveRecord "+
                  "models with sorting, pagination, finding/filtering, "+
                  "selecting and batch actions."
  s.email       = "info@provideal.net"
  s.homepage    = "http://github.com/provideal/tabulatr2"
  s.description = "A tight DSL to build tables of ActiveRecord "+
                  "models with sorting, pagination, finding/filtering, "+
                  "selecting and batch actions. " +
                  "Tries to do for tables what formtastic and simple_form did "+
                  "for forms."
  s.authors     = ['Peter Horn', 'René Sprotte', 'Florian Thomas']

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.rdoc_options  = ['--charset=UTF-8']


  s.add_runtime_dependency('rails', '>= 4.0.0')
  s.add_dependency('slim', '>= 2.0.1')
  s.add_runtime_dependency('activerecord_outer_joins', '~> 0.0.1')
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tabulatr2-0.8.6 tabulatr.gemspec
tabulatr2-0.8.5 tabulatr.gemspec
tabulatr2-0.8.4 tabulatr.gemspec
tabulatr2-0.8.3 tabulatr.gemspec
tabulatr2-0.8.2 tabulatr.gemspec
tabulatr2-0.8.1 tabulatr.gemspec
tabulatr2-0.8.0 tabulatr.gemspec