jquery-radiantscroller-rails 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
Yzc5NmIxMzQ3YTZhNjcxYWZkYjYzZGMyMzQ4NzdmZTY0NDA2ZGQ5Mg==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: ec6def1c740944fb1c0862fd33637e62dd4f952f
|
4
|
+
data.tar.gz: 15f68352989c27d9dfb60aaabcf6c9dbe6b795aa
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
NjZlZDgzZjQyZjcxOTA2ODYzOTk2NjJiYTBmYWZkZWQzMGIxZWY0ZjNjZDVj
|
11
|
-
Yzc3Y2Q0MWI1NzU4NTAzMWFhY2M2MDVjNDIzMjc0NzM5ZmRkZWQ=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
ZTE1NGZiY2QxNTkxNWE0NjRmZTUwNDk4NTM4ZDZiNGIxZDVhMDg0Yzk0NGE0
|
14
|
-
NjFiMzA1NDVmN2I1YWI4MjA5ODRlOWU1YWYyMDYxZWIzYTBlZjRlODQ1Mzg4
|
15
|
-
YTNhYWViM2M1MjI1YzMyYTlmZmZjZWI4ZmJjN2QwNDhiMzliM2I=
|
6
|
+
metadata.gz: a0201f03d0925285d61234a8a98da6783f63db4c0ef8c1ec6d9c0329b8c6f92cb35de3db77683eeb9f5533dc992a1906c7f47e6ab6be08a34d1d7b84d3529e65
|
7
|
+
data.tar.gz: 8a619dab93b6bc98691584e825837456a8217ab8afc8bc4d970c7dc2ce1b189f39ca3d925c2447a34f081df41e8c309104fbfbf8ab58f7c09ab2afdabb33c779
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/*!
|
2
2
|
* jQuery RadiantScroller
|
3
|
-
* Version: 0.0.
|
4
|
-
* Copyright (c)
|
3
|
+
* Version: 0.0.4 (23/07/2014)
|
4
|
+
* Copyright (c) 2014 Ilya Bodrov (http://www.radiant-wind.com/plugins/radiant_scroller)
|
5
5
|
*
|
6
6
|
* Requires: jQuery 1.7.0+
|
7
7
|
*/
|
@@ -45,7 +45,7 @@
|
|
45
45
|
|
46
46
|
// Scroller methods
|
47
47
|
scroller.calculateVisibleElements = function() {
|
48
|
-
scroller.visible_els =
|
48
|
+
scroller.visible_els = (wrapper.width() + scroller.vars.elementMargin) / el_width;
|
49
49
|
};
|
50
50
|
|
51
51
|
scroller.moveElements = function(scrollBy) {
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/*!
|
2
2
|
* jQuery RadiantScroller
|
3
|
-
* Version: 0.0.
|
4
|
-
* Copyright (c)
|
3
|
+
* Version: 0.0.4 (23/07/2014)
|
4
|
+
* Copyright (c) 2014 Ilya Bodrov (http://www.radiant-wind.com/plugins/radiant_scroller)
|
5
5
|
*/
|
6
6
|
|
7
7
|
/* ======== Scroller and elements ======== */
|
metadata
CHANGED
@@ -1,31 +1,32 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-radiantscroller-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ilya Bodrov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '3.1'
|
20
20
|
type: :runtime
|
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: '3.1'
|
27
|
-
description:
|
28
|
-
Scroller plugin by Ilya Bodrov
|
27
|
+
description: |-
|
28
|
+
A ruby gem that uses the Rails asset pipeline to include the Radiant Scroller plugin by Ilya Bodrov
|
29
|
+
(http://radiant-wind.com).
|
29
30
|
email:
|
30
31
|
- golosizpru@gmail.com
|
31
32
|
executables: []
|
@@ -48,17 +49,17 @@ require_paths:
|
|
48
49
|
- lib
|
49
50
|
required_ruby_version: !ruby/object:Gem::Requirement
|
50
51
|
requirements:
|
51
|
-
- -
|
52
|
+
- - '>='
|
52
53
|
- !ruby/object:Gem::Version
|
53
54
|
version: '0'
|
54
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
55
56
|
requirements:
|
56
|
-
- -
|
57
|
+
- - '>='
|
57
58
|
- !ruby/object:Gem::Version
|
58
59
|
version: '0'
|
59
60
|
requirements: []
|
60
61
|
rubyforge_project:
|
61
|
-
rubygems_version: 2.
|
62
|
+
rubygems_version: 2.4.1
|
62
63
|
signing_key:
|
63
64
|
specification_version: 4
|
64
65
|
summary: Includes javascript and css files for the Radiant Scroller plugin.
|