mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
git-subtree-dir: lib/gridster git-subtree-mainline: 80f8419dac97766a22ded5fa86186ced2b704178 git-subtree-split: a7ed9a4adec9f7c8361ad6f392993a1f0b9c1601
22 lines
944 B
Ruby
22 lines
944 B
Ruby
# 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
|