fancybox 0.0.18 → 0.0.19
Sign up to get free protection for your applications and to get access to all the features.
- data/{vendor → app}/assets/images/fancybox/2.1.3/blank.gif +0 -0
- data/{vendor → app}/assets/images/fancybox/2.1.3/fancybox_loading.gif +0 -0
- data/{vendor → app}/assets/images/fancybox/2.1.3/fancybox_overlay.png +0 -0
- data/{vendor → app}/assets/images/fancybox/2.1.3/fancybox_sprite.png +0 -0
- data/{vendor → app}/assets/images/fancybox/2.1.3/x.png +0 -0
- data/{vendor → app}/assets/images/fancybox/2.1.3/x_or.png +0 -0
- data/{vendor → app}/assets/javascripts/fancybox/2.1.3/fancybox.js +0 -0
- data/{vendor → app}/assets/javascripts/fancybox/2.1.3/init.js +0 -0
- data/{vendor → app}/assets/javascripts/fancybox.js +0 -0
- data/{vendor → app}/assets/stylesheets/fancybox/2.1.3/changes.css.erb +0 -0
- data/{vendor → app}/assets/stylesheets/fancybox/2.1.3/fancybox.css.erb +0 -0
- data/{vendor → app}/assets/stylesheets/fancybox.css +0 -0
- data/lib/fancybox/version.rb +1 -1
- metadata +15 -15
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/fancybox/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fancybox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.19
|
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-
|
12
|
+
date: 2013-09-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass-rails
|
@@ -39,24 +39,24 @@ files:
|
|
39
39
|
- LICENSE.txt
|
40
40
|
- README.md
|
41
41
|
- Rakefile
|
42
|
+
- app/assets/images/fancybox/2.1.3/blank.gif
|
43
|
+
- app/assets/images/fancybox/2.1.3/fancybox_loading.gif
|
44
|
+
- app/assets/images/fancybox/2.1.3/fancybox_overlay.png
|
45
|
+
- app/assets/images/fancybox/2.1.3/fancybox_sprite.png
|
46
|
+
- app/assets/images/fancybox/2.1.3/x.png
|
47
|
+
- app/assets/images/fancybox/2.1.3/x_or.png
|
48
|
+
- app/assets/javascripts/fancybox.js
|
49
|
+
- app/assets/javascripts/fancybox/2.1.3/fancybox.js
|
50
|
+
- app/assets/javascripts/fancybox/2.1.3/init.js
|
51
|
+
- app/assets/stylesheets/fancybox.css
|
52
|
+
- app/assets/stylesheets/fancybox/2.1.3/changes.css.erb
|
53
|
+
- app/assets/stylesheets/fancybox/2.1.3/fancybox.css.erb
|
42
54
|
- app/views/shared/_fancybox.html.erb
|
43
55
|
- fancybox.gemspec
|
44
56
|
- lib/fancybox.rb
|
45
57
|
- lib/fancybox/engine.rb
|
46
58
|
- lib/fancybox/helper.rb
|
47
59
|
- lib/fancybox/version.rb
|
48
|
-
- vendor/assets/images/fancybox/2.1.3/blank.gif
|
49
|
-
- vendor/assets/images/fancybox/2.1.3/fancybox_loading.gif
|
50
|
-
- vendor/assets/images/fancybox/2.1.3/fancybox_overlay.png
|
51
|
-
- vendor/assets/images/fancybox/2.1.3/fancybox_sprite.png
|
52
|
-
- vendor/assets/images/fancybox/2.1.3/x.png
|
53
|
-
- vendor/assets/images/fancybox/2.1.3/x_or.png
|
54
|
-
- vendor/assets/javascripts/fancybox.js
|
55
|
-
- vendor/assets/javascripts/fancybox/2.1.3/fancybox.js
|
56
|
-
- vendor/assets/javascripts/fancybox/2.1.3/init.js
|
57
|
-
- vendor/assets/stylesheets/fancybox.css
|
58
|
-
- vendor/assets/stylesheets/fancybox/2.1.3/changes.css.erb
|
59
|
-
- vendor/assets/stylesheets/fancybox/2.1.3/fancybox.css.erb
|
60
60
|
homepage: https://github.com/st-granat/fancybox
|
61
61
|
licenses:
|
62
62
|
- MIT
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
version: '0'
|
79
79
|
requirements: []
|
80
80
|
rubyforge_project:
|
81
|
-
rubygems_version: 1.8.
|
81
|
+
rubygems_version: 1.8.23
|
82
82
|
signing_key:
|
83
83
|
specification_version: 3
|
84
84
|
summary: Fancybox 2 for Rails
|