mwheelintent-rails 1.2 → 1.2.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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTE0NDU5YWJkYjlhY2ZhZmZjMmM1ZmRlYjM5OWViOTIzZDhjMDdlMg==
4
+ NDA3Y2RhYzQ2ZmExZjY3MGNmZGViMWNiMjc1MjExZjUyYjE2NzhkYw==
5
5
  data.tar.gz: !binary |-
6
- MzFiZDBiODkyNGU1NTM0NjY5NTBkMjMxNTAwY2JiNTkxYTYwZTlmYg==
6
+ NGFmNTFmZmNhMTBiZmRhOWIxNDRjZTJiYTdlZDg1NTg0NDZiNWEzYQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- Mjk0MzJiNDNkMjBiOGRiMGRjOTk2MDExOGIwNWQzZDBiNmFhOWFlNTMzNGE0
10
- Yzk3YTI4NzVkZGMyZjY0MWQyZTdiOTdhYWZlNmFkYjQwOGUzZjE0MmI2ZWI1
11
- MjYyMTE3NGQ1ZTlkMWU5NjM2ZjQwODcyMTBhM2NlYjhhMWJlMDg=
9
+ MmM1MmIxNjUyZWNiYzdmMmY0Nzk5Yjk5MDJkYjBkOGI0OTg5MmVhN2M2MmFi
10
+ YTM2ODhhZjE5MjUzYjVlYjhhZjhhZTNhNzdhYzQ4NTBlMmE2Yzk3MTZkODEw
11
+ NGJmOGZmOWEwZTIxMjA1NmFhYTg3YTAzODE3MTM4MWZlZWRlNzQ=
12
12
  data.tar.gz: !binary |-
13
- YWVhZDFjOTNlNzc4OWI2ZmIwMDY3MTZiOWNjMGVmMzUzNDIwMDc2MDZmODJj
14
- Y2E1MTZiZDJjZDZkMmI1MDhkNDVhNWMzZDc2MDY5MGMxOThjZTJlMWI0NGYy
15
- YTdiYzcyNjgyOWM4OWFiM2NmZjlhNTU0Mzg5MmFhNjEwMmVlNTk=
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
 
@@ -1,5 +1,5 @@
1
1
  module MWheelIntent
2
2
  module Rails
3
- VERSION = "1.2"
3
+ VERSION = "1.2.1"
4
4
  end
5
5
  end
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: '1.2'
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