mwheelintent-rails 1.2 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NDA3Y2RhYzQ2ZmExZjY3MGNmZGViMWNiMjc1MjExZjUyYjE2NzhkYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NGFmNTFmZmNhMTBiZmRhOWIxNDRjZTJiYTdlZDg1NTg0NDZiNWEzYQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MmM1MmIxNjUyZWNiYzdmMmY0Nzk5Yjk5MDJkYjBkOGI0OTg5MmVhN2M2MmFi
|
10
|
+
YTM2ODhhZjE5MjUzYjVlYjhhZjhhZTNhNzdhYzQ4NTBlMmE2Yzk3MTZkODEw
|
11
|
+
NGJmOGZmOWEwZTIxMjA1NmFhYTg3YTAzODE3MTM4MWZlZWRlNzQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YzgzMzg4YWE4MzRkMDBhYjI5NTkyMDRhODIyMmYxMzc3ZTU2NTg1YjZiNDIw
|
14
|
+
N2U3M2IxZWY1NDFkMGFhZTRjMmMxOGQxNTIwZGRjODQ4M2E4YzdmODMzYmMw
|
15
|
+
ZmFkMmM1MmNkMmE0YTc4Mzk1MGEyYzBjOTBjNjY3ZjEwNGI0Yjc=
|
data/README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
# jQuery MouseWheel Intent plugin for Rails
|
2
|
+
[![Gem Version](https://badge.fury.io/rb/mwheelintent-rails.png)](http://badge.fury.io/rb/mwheelintent-rails)
|
2
3
|
|
3
4
|
A ruby gem that uses the Rails asset pipeline to include the jQuery MouseWheel Intent plugin by trixta.
|
4
5
|
|
@@ -24,7 +25,7 @@ NOTE: this is a jQuery plugin so you will also need the `jquery-rails` gem:
|
|
24
25
|
|
25
26
|
In your `application.js` you will need to add this line:
|
26
27
|
|
27
|
-
//= require mwheelintent
|
28
|
+
//= require jquery.mwheelintent
|
28
29
|
|
29
30
|
## Contributing
|
30
31
|
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mwheelintent-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ilya Bodrov
|
@@ -36,7 +36,7 @@ extra_rdoc_files: []
|
|
36
36
|
files:
|
37
37
|
- lib/mwheelintent-rails/version.rb
|
38
38
|
- lib/mwheelintent-rails.rb
|
39
|
-
- vendor/assets/javascripts/mwheelintent.js
|
39
|
+
- vendor/assets/javascripts/jquery.mwheelintent.js
|
40
40
|
- LICENSE
|
41
41
|
- README.md
|
42
42
|
homepage: https://github.com/bodrovis/mwheelintent-rails
|