jquery-colorbox-rails 1.6.6 → 1.6.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 577611c6ed6be090cfe4537326f1c44838eb668e
4
- data.tar.gz: 6805dc8c9e47e0b435e10c2fcd2867b6690666f5
3
+ metadata.gz: 0fbb3020f4e1fc767ee11eb2a1163ae2fcde4ec0
4
+ data.tar.gz: 4ab2b802871ee5d065862af2f467ac864d271696
5
5
  SHA512:
6
- metadata.gz: e4acf6d1c50b235433220bc6483c5f20ce7257af7bf80f681232c20d640177b3ae68be1148fe3bf3981bb3be7e1e76aea6e43305396ae8812de795625d7d2b7d
7
- data.tar.gz: f4117b767f1adcfd8aee4a2c770a1b0ca1282e475ecde14907fcf3c03bac4aa5adac2927adb6e89c6bd54682292be02028bd38427ec58bf00a6f39d14b682ecf
6
+ metadata.gz: 976d50c1b9c25096754f3c19c935375eb4c7d3b112679b4c334c4b596783ca24a9572da3941684e95476a9d13c99c6e07011fa00bf49c157c84dad4513e8edda
7
+ data.tar.gz: 15c10e3956508f151289122937a0839f5e1597d7d0d25c4f8f9453cee23f3831f7907ce611a25b14b6745a2c8d2d259714028b83ed0cacb299ba61679d8003c0
data/Rakefile CHANGED
@@ -41,7 +41,7 @@ task :update do
41
41
  css_content.gsub!(/url\(\s?images\/([^\)]+)\)/) do |_|
42
42
  "image-url('#{File.join('colorbox', example_name, $1)}')"
43
43
  end
44
- File.open(File.join(css_dir, "jquery.colorbox-#{example_name}.css.scss"), 'w') do |f|
44
+ File.open(File.join(css_dir, "jquery.colorbox-#{example_name}.scss"), 'w') do |f|
45
45
  f.write(css_content)
46
46
  end
47
47
  puts "...ok"
@@ -1,3 +1,3 @@
1
1
  module JqueryColorboxRails
2
- VERSION = "1.6.6"
2
+ VERSION = "1.6.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-colorbox-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.6
4
+ version: 1.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-29 00:00:00.000000000 Z
11
+ date: 2016-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -100,11 +100,11 @@ files:
100
100
  - vendor/assets/javascripts/jquery.colorbox-zh-CN.js
101
101
  - vendor/assets/javascripts/jquery.colorbox-zh-TW.js
102
102
  - vendor/assets/javascripts/jquery.colorbox.js
103
- - vendor/assets/stylesheets/jquery.colorbox-example1.css.scss
104
- - vendor/assets/stylesheets/jquery.colorbox-example2.css.scss
105
- - vendor/assets/stylesheets/jquery.colorbox-example3.css.scss
106
- - vendor/assets/stylesheets/jquery.colorbox-example4.css.scss
107
- - vendor/assets/stylesheets/jquery.colorbox-example5.css.scss
103
+ - vendor/assets/stylesheets/jquery.colorbox-example1.scss
104
+ - vendor/assets/stylesheets/jquery.colorbox-example2.scss
105
+ - vendor/assets/stylesheets/jquery.colorbox-example3.scss
106
+ - vendor/assets/stylesheets/jquery.colorbox-example4.scss
107
+ - vendor/assets/stylesheets/jquery.colorbox-example5.scss
108
108
  homepage: https://github.com/knapo/jquery-colorbox-rails
109
109
  licenses:
110
110
  - MIT