forked from dsmorse/gridster.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gridster.js-rails.gemspec
21 lines (16 loc) · 944 Bytes
/
gridster.js-rails.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# coding: utf-8
require File.expand_path('../lib/gridster.js-rails/version', __FILE__)
Gem::Specification.new do |spec|
spec.name = "gridster.js-rails"
spec.version = Gridster::Rails::VERSION
spec.authors = ["dsmorse"]
spec.email = ['https://github.com/dsmorse']
spec.summary = %q{jQuery plugin for draggable grid layouts}
spec.description = %q{Gridster is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns. You can even dynamically add and remove elements from the grid.}
spec.homepage = "https://github.com/dsmorse/gridster.js"
spec.licenses = ['MIT']
spec.files = Dir["{demos,lib,vendor}/**/*"] + ["LICENSE", "bower.json", "package.json", "CHANGELOG.md", "README.md"]
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.9"
spec.add_development_dependency "rake", "~> 10.0"
end