magnific-popup-rails 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5cc8b8bc89dfb4d6c2e1b0f10e7075845c5c9f03
4
- data.tar.gz: c67bd32477666ac9da23380d552576ab47bb110d
5
- SHA512:
6
- metadata.gz: bc43e875bd28e24f43fc7b82ad056d2a8e66998693626bcb71f0bbe532a3ed5675c8f6db824ba7bdf3c1aa6907943c3654522c5dc06537cd3c34c8c7cfb27e44
7
- data.tar.gz: 6e3f6220b241a6110b003c9c4a76d59385bfc9fdab734c2273d677a7f0614323f4b28eb4a3110eb8acdbe4cfd2e506964fa7ce3a7aaff16ec499d53efe106871
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YzIxNjFiZDllNDIzNDVhMWI4OWU3NjI2ZmQ2NjkxMzRmMTVjYjE2ZA==
5
+ data.tar.gz: !binary |-
6
+ ZjYyZGI1NjJlNmFhNDRlYzE4ZDAxN2JlMzVlYzYxYTQyYWM1ZGJiMA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NjRlNWU1NmM5YmYxYTk1YTNiZmJiZDA1NjFiZGM0NjU2ODAyYzg5NWY2ZTZl
10
+ MTU2YjlkM2U0OTA4ZGFjMzY0ZjNjYWVkYjQxNTEyYjg4OGUyNDNiZGMyMmM1
11
+ ZmQ3ZjE1YWQwN2I3YTZhYzA5OTE2NmVkN2Y1MGNlYjg4M2RhZGU=
12
+ data.tar.gz: !binary |-
13
+ N2MzZWNlMjQ5OTFkNzkzMDc3ZGNhMjFhZjM2ZWRhMTE0NDcxMzA0MDI1ZTFk
14
+ NDljMmJkMmI2M2U3OTdjOWMxZmFkNGM3MGZkZTFhNDBiMTg1YjMxYTQ0YzUy
15
+ NjVhNDNkMDc2NjVmOGRjMGEzOWZjNDg1NjE5MmFhMDFhZDRhOGI=
@@ -1,5 +1,5 @@
1
1
  module MagnificPopup
2
2
  module Rails
3
- VERSION = "0.9.4"
3
+ VERSION = "0.9.5"
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- /*! Magnific Popup - v0.9.4 - 2013-08-07
1
+ /*! Magnific Popup - v0.9.5 - 2013-08-21
2
2
  * http://dimsemenov.com/plugins/magnific-popup/
3
3
  * Copyright (c) 2013 Dmitry Semenov; */
4
4
  ;(function($) {
@@ -77,7 +77,7 @@ var _mfpOn = function(name, f) {
77
77
  }
78
78
  },
79
79
  _setFocus = function() {
80
- (mfp.st.focus ? mfp.content.find(mfp.st.focus).eq(0) : mfp.wrap).trigger('focus');
80
+ (mfp.st.focus ? mfp.content.find(mfp.st.focus).eq(0) : mfp.wrap).focus();
81
81
  },
82
82
  _getCloseBtn = function(type) {
83
83
  if(type !== _currPopupType || !mfp.currTemplate.closeBtn) {
@@ -480,7 +480,7 @@ MagnificPopup.prototype = {
480
480
 
481
481
 
482
482
  if(mfp._lastFocusedEl) {
483
- $(mfp._lastFocusedEl).trigger('focus'); // put tab focus back
483
+ $(mfp._lastFocusedEl).focus(); // put tab focus back
484
484
  }
485
485
  mfp.currItem = null;
486
486
  mfp.content = null;
@@ -119,7 +119,9 @@ button.mfp-arrow {
119
119
  -webkit-appearance: none;
120
120
  display: block;
121
121
  padding: 0;
122
- z-index: 1046; }
122
+ z-index: 1046;
123
+ -webkit-box-shadow: none;
124
+ box-shadow: none; }
123
125
 
124
126
  button::-moz-focus-inner {
125
127
  padding: 0;
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magnific-popup-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Jansen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-09 00:00:00.000000000 Z
11
+ date: 2013-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  description: Magnific Popup is a free responsive jQuery lightbox plugin that is focused
@@ -54,17 +54,17 @@ require_paths:
54
54
  - lib
55
55
  required_ruby_version: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - '>='
57
+ - - ! '>='
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
- - - '>='
62
+ - - ! '>='
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0'
65
65
  requirements: []
66
66
  rubyforge_project:
67
- rubygems_version: 2.0.0
67
+ rubygems_version: 2.0.6
68
68
  signing_key:
69
69
  specification_version: 4
70
70
  summary: Magnific Popup displays images before they're completely loaded to take full