fotoramajs 4.4.3 → 4.4.4

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 10501d0dcdfbc278510b491b80b068df64b40398
4
+ data.tar.gz: b0873b719de2577141f853bb2aee76372f88700a
5
+ SHA512:
6
+ metadata.gz: bd16db98370862b73ce1e5a1a06654f4a3c8467b35818f133d86f890a1d1a7fd13f6d9a868016b5f5ef64d5202c5d4a59bdd5631f9b5c2c0cd8c151138b1eb33
7
+ data.tar.gz: bdde8302a6132c46fcffd08f082aa417d4b5057e31ea17a05980ce1bb0be7497f5c44f5bf6da960f6f5e608cafea2b52f30be5d996d7d529d9461c9ba89596de
data/Gemfile.lock CHANGED
@@ -1,55 +1,22 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fotoramajs (4.4.3)
5
- jquery-rails (>= 2.1.0)
4
+ fotoramajs (4.4.4)
6
5
  sprockets (>= 2)
7
6
 
8
7
  GEM
9
8
  remote: https://rubygems.org/
10
9
  specs:
11
- actionpack (4.0.0)
12
- activesupport (= 4.0.0)
13
- builder (~> 3.1.0)
14
- erubis (~> 2.7.0)
15
- rack (~> 1.5.2)
16
- rack-test (~> 0.6.2)
17
- activesupport (4.0.0)
18
- i18n (~> 0.6, >= 0.6.4)
19
- minitest (~> 4.2)
20
- multi_json (~> 1.3)
21
- thread_safe (~> 0.1)
22
- tzinfo (~> 0.3.37)
23
- atomic (1.1.14)
24
- builder (3.1.4)
25
- erubis (2.7.0)
26
10
  hike (1.2.3)
27
11
  httpclient (2.3.4.1)
28
- i18n (0.6.5)
29
- jquery-rails (3.0.4)
30
- railties (>= 3.0, < 5.0)
31
- thor (>= 0.14, < 2.0)
32
- minitest (4.7.5)
33
12
  multi_json (1.8.0)
34
13
  rack (1.5.2)
35
- rack-test (0.6.2)
36
- rack (>= 1.0)
37
- railties (4.0.0)
38
- actionpack (= 4.0.0)
39
- activesupport (= 4.0.0)
40
- rake (>= 0.8.7)
41
- thor (>= 0.18.1, < 2.0)
42
- rake (10.1.0)
43
14
  sprockets (2.10.0)
44
15
  hike (~> 1.2)
45
16
  multi_json (~> 1.0)
46
17
  rack (~> 1.0)
47
18
  tilt (~> 1.1, != 1.3.0)
48
- thor (0.18.1)
49
- thread_safe (0.1.3)
50
- atomic
51
19
  tilt (1.4.1)
52
- tzinfo (0.3.37)
53
20
 
54
21
  PLATFORMS
55
22
  ruby
data/fotoramajs.gemspec CHANGED
@@ -15,8 +15,7 @@ Gem::Specification.new do |s|
15
15
  'gallery. This is a gem, that allow you to simple install ' +
16
16
  'and maintain Fotorama in Rails Assets Pipeline.'
17
17
 
18
- s.add_dependency 'sprockets', '>= 2'
19
- s.add_dependency 'jquery-rails', '>= 2.1.0'
18
+ s.add_dependency 'sprockets', '>= 2'
20
19
 
21
20
  s.files = `git ls-files`.split("\n")
22
21
  s.require_path = 'lib'
@@ -1,3 +1,3 @@
1
1
  module Fotoramajs
2
- VERSION = "4.4.3"
2
+ VERSION = "4.4.4"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Fotorama 4.4.3 | http://fotorama.io/license/
2
+ * Fotorama 4.4.4 | http://fotorama.io/license/
3
3
  */
4
4
  (function (window, document, location, $, undefined) {
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Fotorama 4.4.3 | http://fotorama.io/license/
2
+ * Fotorama 4.4.4 | http://fotorama.io/license/
3
3
  */
4
4
  .fotorama__stage__shaft,
5
5
  .fotorama__stage__frame,
@@ -527,19 +527,6 @@
527
527
  z-index: 10;
528
528
  }
529
529
 
530
- body,
531
- div,
532
- article,
533
- aside,
534
- footer,
535
- header,
536
- main,
537
- nav,
538
- section {
539
- /* Force improvement of webkit mobile performance on sites using fotorama */
540
- -webkit-backface-visibility: hidden;
541
- }
542
-
543
530
  /* Strange fix of the #66 issue (Firefox bug while sliding backwards) */
544
531
 
545
532
  @-moz-document url-prefix() {
metadata CHANGED
@@ -1,48 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fotoramajs
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.3
5
- prerelease:
4
+ version: 4.4.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Artem Polikarpov
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-09-22 00:00:00.000000000 Z
11
+ date: 2013-09-29 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: sprockets
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '2'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '2'
30
- - !ruby/object:Gem::Dependency
31
- name: jquery-rails
32
- requirement: !ruby/object:Gem::Requirement
33
- none: false
34
- requirements:
35
- - - ! '>='
36
- - !ruby/object:Gem::Version
37
- version: 2.1.0
38
- type: :runtime
39
- prerelease: false
40
- version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
- requirements:
43
- - - ! '>='
44
- - !ruby/object:Gem::Version
45
- version: 2.1.0
46
27
  description: Fotorama is a simple, stunning, powerful JavaScript gallery. This is
47
28
  a gem, that allow you to simple install and maintain Fotorama in Rails Assets Pipeline.
48
29
  email:
@@ -67,32 +48,25 @@ files:
67
48
  homepage: http://fotorama.io/
68
49
  licenses:
69
50
  - MIT
51
+ metadata: {}
70
52
  post_install_message:
71
53
  rdoc_options: []
72
54
  require_paths:
73
55
  - lib
74
56
  required_ruby_version: !ruby/object:Gem::Requirement
75
- none: false
76
57
  requirements:
77
- - - ! '>='
58
+ - - '>='
78
59
  - !ruby/object:Gem::Version
79
60
  version: '0'
80
- segments:
81
- - 0
82
- hash: 1857401499460829857
83
61
  required_rubygems_version: !ruby/object:Gem::Requirement
84
- none: false
85
62
  requirements:
86
- - - ! '>='
63
+ - - '>='
87
64
  - !ruby/object:Gem::Version
88
65
  version: '0'
89
- segments:
90
- - 0
91
- hash: 1857401499460829857
92
66
  requirements: []
93
67
  rubyforge_project:
94
- rubygems_version: 1.8.23
68
+ rubygems_version: 2.0.3
95
69
  signing_key:
96
- specification_version: 3
70
+ specification_version: 4
97
71
  summary: Fotorama is a simple, stunning, powerful JavaScript gallery.
98
72
  test_files: []