kuppayam 0.1.26 → 0.1.27

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: eb414c7c99df903120fad10d06be42c44ad2337b
4
- data.tar.gz: ba68a8ba7288989987f2ff887223ee70cf64a745
3
+ metadata.gz: b80b6bdf0143d44d872a7c1c6b6f4ffe47a323d3
4
+ data.tar.gz: 54f62ca7c82a575fc1311b595ea96507be9689c8
5
5
  SHA512:
6
- metadata.gz: 6a06923404b2f121eebdb3ecde363dc679ff7674188ee593e35eebcb6cfd747832c38ac3fdfe2f8b78c34ccc1ae9db0442cea44c39e91fa486b914256ab4df2f
7
- data.tar.gz: 9932153c8270ad014b14894b9934b2bddee091dabd148a79d830fd06507c8e7c871441e75231b2d8e103807d7753ac186c30e88a66b974bfc9f4cff56ee36572
6
+ metadata.gz: 76697ed6537a54d7790dd83a5060f21f5054858f7492daf9807663a1622b7f610859bcc9868eb7c3e384706ad0debffc6243ef1f9f0548831d019db221f0a98a
7
+ data.tar.gz: 3f530ba7d5b91c581e85e7c535c81d3fb814615d5436e5e8e8c1c6a04844bb64d67293d4369c26bba175800e9d6be4ca3b47eba1a305f091be522945b1ba0766
@@ -74,7 +74,7 @@ class Image::Base < Kuppayam::ApplicationRecord
74
74
  else
75
75
  hsh = Image::Base.image_configuration
76
76
  end
77
- hsh
77
+ hsh.nil? ? {} : hsh
78
78
  end
79
79
 
80
80
  def max_upload_limit
@@ -6,7 +6,7 @@
6
6
  <div class="modal-body">
7
7
 
8
8
  <!-- Display Instructions - Get instructions from the imageable settings else display default instructions -->
9
- <blockquote class="blockquote blockquote-red">
9
+ <blockquote class="blockquote blockquote-warning">
10
10
  <p><strong><i class="linecons-lightbulb"></i><%= @form_sub_title %></strong></p>
11
11
  <ul>
12
12
  <% @form_instructions.each do |i| %>
@@ -1,3 +1,3 @@
1
1
  module Kuppayam
2
- VERSION = '0.1.26'
2
+ VERSION = '0.1.27'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuppayam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.26
4
+ version: 0.1.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - kpvarma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-27 00:00:00.000000000 Z
11
+ date: 2017-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails