light_gallery_rails 1.2.14.1

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.
metadata ADDED
@@ -0,0 +1,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: light_gallery_rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.2.14.1
5
+ platform: ruby
6
+ authors:
7
+ - lucmousinho
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-03-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Ruby on Rails wrapper for lightGallery (A customizable, modular, responsive,
14
+ lightbox gallery plugin) https://github.com/sachinchoolur/lightGallery
15
+ email:
16
+ - lucmousinho@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - MIT-LICENSE
22
+ - README.md
23
+ - Rakefile
24
+ - lib/light_gallery_rails.rb
25
+ - lib/light_gallery_rails/version.rb
26
+ - vendor/assets/fonts/lg.eot
27
+ - vendor/assets/fonts/lg.svg
28
+ - vendor/assets/fonts/lg.ttf
29
+ - vendor/assets/fonts/lg.woff
30
+ - vendor/assets/images/light-gallery/loading.gif
31
+ - vendor/assets/images/light-gallery/video-play.png
32
+ - vendor/assets/images/light-gallery/vimeo-play.png
33
+ - vendor/assets/images/light-gallery/youtube-play.png
34
+ - vendor/assets/javascripts/light-gallery.js
35
+ - vendor/assets/stylesheets/light-gallery.css
36
+ homepage: https://github.com/lucmousinho/light-gallery-rails
37
+ licenses:
38
+ - MIT
39
+ metadata: {}
40
+ post_install_message:
41
+ rdoc_options: []
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubyforge_project:
56
+ rubygems_version: 2.4.6
57
+ signing_key:
58
+ specification_version: 4
59
+ summary: Ruby on Rails wrapper for lightGallery (A customizable, modular, responsive,
60
+ lightbox gallery plugin) https://github.com/sachinchoolur/lightGallery
61
+ test_files: []