Sha256: 1624557d0c7ab699b3cf85d796882a79988ce64897895cd29c9fafa6d01acfda

Contents?: true

Size: 1.36 KB

Versions: 17

Compression:

Stored size: 1.36 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       = "open-source@metaminded.com"
  s.homepage    = "http://github.com/metaminded/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', 'Florian Thomas', 'René Sprotte']
  s.license       = 'MIT'
  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')
  s.add_dependency('slim', '>= 2.0')
  s.add_dependency('tilt', '~> 1.4', '>= 1.4.1')
  s.add_dependency('font-awesome-rails', '>= 4.0')
  s.add_development_dependency('rspec-rails', '~> 3.1.0')
  s.add_development_dependency('capybara', '~> 2.4.1')
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
tabulatr2-0.9.31 tabulatr.gemspec
tabulatr2-0.9.30 tabulatr.gemspec
tabulatr2-0.9.29 tabulatr.gemspec
tabulatr2-0.9.28 tabulatr.gemspec
tabulatr2-0.9.27 tabulatr.gemspec
tabulatr2-0.9.26 tabulatr.gemspec
tabulatr2-0.9.25 tabulatr.gemspec
tabulatr2-0.9.24 tabulatr.gemspec
tabulatr2-0.9.23 tabulatr.gemspec
tabulatr2-0.9.22 tabulatr.gemspec
tabulatr2-0.9.21 tabulatr.gemspec
tabulatr2-0.9.20 tabulatr.gemspec
tabulatr2-0.9.19 tabulatr.gemspec
tabulatr2-0.9.18 tabulatr.gemspec
tabulatr2-0.9.17 tabulatr.gemspec
tabulatr2-0.9.16 tabulatr.gemspec
tabulatr2-0.9.15 tabulatr.gemspec