jquery_image_gallery 0.1.0 → 0.2.0

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.
@@ -0,0 +1,36 @@
1
+ .captionOrange, .captionBlack
2
+ {
3
+ color: #fff;
4
+ font-size: 20px;
5
+ line-height: 30px;
6
+ text-align: center;
7
+ border-radius: 4px;
8
+ }
9
+ .captionOrange
10
+ {
11
+ background: #EB5100;
12
+ background-color: rgba(235, 81, 0, 0.6);
13
+ }
14
+ .captionBlack
15
+ {
16
+ font-size:16px;
17
+ background: #000;
18
+ background-color: rgba(0, 0, 0, 0.4);
19
+ }
20
+ a.captionOrange, A.captionOrange:active, A.captionOrange:visited
21
+ {
22
+ color: #ffffff;
23
+ text-decoration: none;
24
+ }
25
+ a.captionOrange:hover
26
+ {
27
+ color: #eb5100;
28
+ text-decoration: underline;
29
+ background-color: #eeeeee;
30
+ background-color: rgba(238, 238, 238, 0.7);
31
+ }
32
+ .bricon
33
+ {
34
+ background: url(browser-icons.png);
35
+ }
36
+
@@ -1,3 +1,3 @@
1
1
  module JqueryImageGallery
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery_image_gallery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Helios Solutions
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-05-15 00:00:00.000000000 Z
11
+ date: 2015-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -62,6 +62,12 @@ files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
64
  - Rakefile
65
+ - app/assets/images/browser-icons.png
66
+ - app/assets/javascripts/jquery_image_gallery.js
67
+ - app/assets/javascripts/jquery_image_gallery_initializer.js
68
+ - app/assets/javascripts/jquery_image_gallery_main.js
69
+ - app/assets/javascripts/jquery_image_gallery_slider.js
70
+ - app/assets/stylesheets/jquery_image_gallery.css
65
71
  - bin/console
66
72
  - bin/setup
67
73
  - jquery_image_gallery.gemspec