Sha256: b7a587f00317eaba732ebfb53e1c02c96d323bcdda6dde847b9655af77bc3550

Contents?: true

Size: 827 Bytes

Versions: 6

Compression:

Stored size: 827 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')

  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

6 entries across 6 versions & 1 rubygems

Version Path
datatable-0.2pre3 datatable.gemspec
datatable-0.2pre2 datatable.gemspec
datatable-0.2pre1 datatable.gemspec
datatable-0.1.1alpha4 datatable.gemspec
datatable-0.1.1alpha1 datatable.gemspec
datatable-0.1.0alpha2 datatable.gemspec