jquery-hotkeys-rails 0.7.9 → 0.7.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/lib/jquery-hotkeys-rails/version.rb +1 -1
- metadata +17 -16
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 3ed0bebec4f0aba052bf710896099182c06a92de
|
|
4
|
+
data.tar.gz: 1c916e45b7efa71645fce40b259a51b17216dd66
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 1cbd0f6081a0df02d95ea92a1f9800d44fa7a0b4ef63fe9eaf2b27aaf447957d33255a8a26bea0133efb9b17314c4df8ff9598d68b5619418e9f240f8d78ef6a
|
|
7
|
+
data.tar.gz: c4d8561da79a29a160deb9262bf8cff2812a9e06091d8075fe7821964b40c2ea03de50952d8d74c0efa8222d3954598db9d6276cb71f3a7b2130b6571cf94c42
|
metadata
CHANGED
|
@@ -1,30 +1,32 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-hotkeys-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.9
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.7.9.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Derek Prior
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2013-06-07 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: railties
|
|
16
|
-
requirement:
|
|
17
|
-
none: false
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
18
16
|
requirements:
|
|
19
|
-
- -
|
|
17
|
+
- - '>='
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
19
|
version: '3.1'
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - '>='
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '3.1'
|
|
27
|
+
description: |2
|
|
28
|
+
jQuery Hotkeys is a plug-in that lets you easily add and remove handlers for
|
|
29
|
+
keyboard events anywhere in your code supporting almost any key combination.
|
|
28
30
|
email:
|
|
29
31
|
- derekprior@gmail.com
|
|
30
32
|
executables: []
|
|
@@ -38,26 +40,25 @@ files:
|
|
|
38
40
|
- README.md
|
|
39
41
|
homepage: https://github.com/derekprior/jquery-hotkeys-rails
|
|
40
42
|
licenses: []
|
|
43
|
+
metadata: {}
|
|
41
44
|
post_install_message:
|
|
42
45
|
rdoc_options: []
|
|
43
46
|
require_paths:
|
|
44
47
|
- lib
|
|
45
48
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
|
-
none: false
|
|
47
49
|
requirements:
|
|
48
|
-
- -
|
|
50
|
+
- - '>='
|
|
49
51
|
- !ruby/object:Gem::Version
|
|
50
52
|
version: '0'
|
|
51
53
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
52
|
-
none: false
|
|
53
54
|
requirements:
|
|
54
|
-
- -
|
|
55
|
+
- - '>='
|
|
55
56
|
- !ruby/object:Gem::Version
|
|
56
57
|
version: '0'
|
|
57
58
|
requirements: []
|
|
58
59
|
rubyforge_project:
|
|
59
|
-
rubygems_version:
|
|
60
|
+
rubygems_version: 2.0.0
|
|
60
61
|
signing_key:
|
|
61
|
-
specification_version:
|
|
62
|
+
specification_version: 4
|
|
62
63
|
summary: The jquery-hotkeys JavaScript library ready to play with Rails
|
|
63
64
|
test_files: []
|