Sha256: 81ff2a99c8adf301c26191c34a9601dec2c36c5f5176bc4776d775b06dc1c2f1

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'tidy/table/rails/version'

Gem::Specification.new do |spec|
  spec.name          = "tidy-table-rails"
  spec.version       = Tidy::Table::Rails::VERSION
  spec.authors       = ["dbackowski"]
  spec.email         = ["damianbackowski@gmail.com"]
  spec.summary       = %q{Create a HTML table from JSON that can be sorted, selected, and post-processed using a simple callback.}
  spec.description   = %q{Asset pipeline bundling of the tidy table jquery plugin.}
  spec.homepage      = "https://github.com/dbackowski/tidy-table-rails"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_runtime_dependency 'jquery-rails', '>= 3.0.0', '< 5.0'
  spec.add_development_dependency "bundler", "~> 1.7"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tidy-table-rails-2.2.2 tidy-table-rails.gemspec
tidy-table-rails-2.1.0 tidy-table-rails.gemspec
tidy-table-rails-2.0.5 tidy-table-rails.gemspec