blueimp-gallery-rails 2.3.2 → 2.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ module Blueimp
5
5
  class Version
6
6
  class << self
7
7
  def to_s
8
- "2.3.2"
8
+ "2.7.0"
9
9
  end
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blueimp-gallery-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Tschan
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-06 00:00:00.000000000 Z
12
+ date: 2013-07-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -42,16 +42,26 @@ extra_rdoc_files: []
42
42
  files:
43
43
  - lib/blueimp-gallery-rails.rb
44
44
  - lib/blueimp-gallery-rails/version.rb
45
- - vendor/assets/images/error.png
46
- - vendor/assets/images/error.svg
47
- - vendor/assets/images/loading.gif
48
- - vendor/assets/images/play-pause.png
49
- - vendor/assets/images/play-pause.svg
50
- - vendor/assets/images/video-play.png
51
- - vendor/assets/images/video-play.svg
52
- - vendor/assets/javascripts/blueimp-gallery.js
53
- - vendor/assets/stylesheets/blueimp-gallery.css.erb
54
- homepage: http://blueimp.github.io/Gallery/
45
+ - app/assets/images/error.png
46
+ - app/assets/images/error.svg
47
+ - app/assets/images/loading.gif
48
+ - app/assets/images/play-pause.png
49
+ - app/assets/images/play-pause.svg
50
+ - app/assets/images/video-play.png
51
+ - app/assets/images/video-play.svg
52
+ - app/assets/javascripts/blueimp-gallery-fullscreen.js
53
+ - app/assets/javascripts/blueimp-gallery-indicator.js
54
+ - app/assets/javascripts/blueimp-gallery-jquery.js
55
+ - app/assets/javascripts/blueimp-gallery-standard.js
56
+ - app/assets/javascripts/blueimp-gallery-video.js
57
+ - app/assets/javascripts/blueimp-gallery.js
58
+ - app/assets/javascripts/blueimp-helper.js
59
+ - app/assets/javascripts/jquery.blueimp-gallery.js
60
+ - app/assets/stylesheets/blueimp-gallery-indicator.css
61
+ - app/assets/stylesheets/blueimp-gallery-standard.css
62
+ - app/assets/stylesheets/blueimp-gallery-video.css.erb
63
+ - app/assets/stylesheets/blueimp-gallery.css.erb
64
+ homepage: https://github.com/blueimp/Gallery
55
65
  licenses:
56
66
  - MIT
57
67
  metadata: {}