Sha256: c31439cdb9678f7f8ff9482aa525784223fdaf52a998a1e442d019007326ae98
Contents?: true
Size: 836 Bytes
Versions: 2
Compression:
Stored size: 836 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "datatable/version" Gem::Specification.new do |s| s.name = "datatable" s.version = Datatable::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Michael Greenly", 'Mischa Fierer'] s.email = ["michaelgreenly@logic-refinery.com"] s.homepage = "https://github.com/logic-refinery/datatable" s.summary = %q{A Rails plugin for the jquery.datatables library} s.description = %q{A Rails plugin for the jquery.datatables library} s.add_dependency('rails', '> 3.0', '< 4.0' ) s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datatable-0.2pre6 | datatable.gemspec |
datatable-0.2pre5 | datatable.gemspec |