Skip to content

Commit 3afb6e0

Browse files
author
Matt Callaway
committed
add gemspect
1 parent 0f6d2eb commit 3afb6e0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# -*- encoding: utf-8 -*-
2+
$:.push File.expand_path("../lib", __FILE__)
3+
require "jquery/datatables/editable/rails/version"
4+
5+
Gem::Specification.new do |s|
6+
s.name = "jquery-datatables-editable-rails"
7+
s.version = Jquery::Datatables::Editable::Rails::VERSION
8+
s.authors = ["Matthew Callaway"]
9+
s.email = ["[email protected]"]
10+
s.homepage = "https://github.com/kindjal/jquery-datatables-editable-rails"
11+
s.summary = %q{jquery datatables editable for rails}
12+
s.description = %q{}
13+
14+
s.files = `git ls-files`.split("\n")
15+
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16+
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
17+
s.require_paths = ["lib"]
18+
19+
s.add_dependency "jquery-datatables-rails"
20+
end

0 commit comments

Comments
 (0)