jquery-hoverIntent-rails 0.0.9 → 0.0.10

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.
data/README.md CHANGED
@@ -20,6 +20,9 @@ Or install it yourself as:
20
20
 
21
21
  $ gem install jquery-hoverIntent-rails
22
22
 
23
+ ## What's included?
24
+ * jquery.hoverIntent.js
25
+
23
26
  ## Usage
24
27
 
25
28
  https://github.com/briancherne/jquery-hoverIntent
@@ -7,6 +7,7 @@ Gem::Specification.new do |gem|
7
7
  gem.description = %q{A wrapper for jquery hoverIntent plugin}
8
8
  gem.summary = %q{Jquery Hover improved}
9
9
  gem.homepage = "https://github.com/curlyb/jquery-hoverIntent-rails"
10
+ gem.license = "MIT"
10
11
 
11
12
  gem.files = `git ls-files`.split($\)
12
13
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module HoverIntent
3
3
  module Rails
4
- VERSION = "0.0.9"
4
+ VERSION = "0.0.10"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-hoverIntent-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-18 00:00:00.000000000 Z
12
+ date: 2013-07-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A wrapper for jquery hoverIntent plugin
15
15
  email:
@@ -28,7 +28,8 @@ files:
28
28
  - lib/jquery-hoverIntent-rails/version.rb
29
29
  - vendor/assets/javascripts/jquery.hoverIntent.js
30
30
  homepage: https://github.com/curlyb/jquery-hoverIntent-rails
31
- licenses: []
31
+ licenses:
32
+ - MIT
32
33
  post_install_message:
33
34
  rdoc_options: []
34
35
  require_paths: