File: rails-assets-jquery.are-you-sure.gemspec

package info (click to toggle)
ruby-rails-assets-jquery.are-you-sure 1.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 120 kB
  • sloc: javascript: 214; sh: 39; ruby: 37; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 1,149 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rails-assets-jquery.are-you-sure/version'

Gem::Specification.new do |spec|
  spec.name          = "rails-assets-jquery.are-you-sure"
  spec.version       = RailsAssetsJqueryAreYouSure::VERSION
  spec.authors       = ["rails-assets.org"]
  spec.description   = "A light-weight jQuery 'dirty forms' Plugin - it monitors html forms and alerts users to unsaved changes if they attempt to close the browser or navigate away from the page. (Are you sure?)"
  spec.summary       = "A light-weight jQuery 'dirty forms' Plugin - it monitors html forms and alerts users to unsaved changes if they attempt to close the browser or navigate away from the page. (Are you sure?)"
  spec.homepage      = "https://github.com/codedance/jquery.AreYouSure"
  spec.license       = "MIT/GPLv2"

  spec.files         = `find ./* -type f | cut -b 3-`.split($/)
  spec.require_paths = ["lib"]

  spec.add_dependency "rails-assets-jquery", ">= 1.4.2"
  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end