librenms-librenms/lib/gridster/gridster.js-rails.gemspec

22 lines
944 B
Ruby
Raw Normal View History

2015-05-27 22:57:33 +08:00
# 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']
2015-05-28 20:33:28 -06:00
spec.files = Dir["{demos,lib,vendor}/**/*"] + ["LICENSE", "bower.json", "package.json", "CHANGELOG.md", "README.md"]
2015-05-27 22:57:33 +08:00
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.9"
spec.add_development_dependency "rake", "~> 10.0"
end