camaleon_cms 2.4.4.6 → 2.4.4.7

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of camaleon_cms might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 745c2fdd75ae5c5d97b7735b0b3310e4e8445e45
4
- data.tar.gz: 464a6d08512e1499597d95ac0bfe0c0286e9752f
3
+ metadata.gz: 75d16e9d64e20463fb2046401c4201673a441416
4
+ data.tar.gz: ee6a11536eefe668b7e58cb12f5f86058db69b59
5
5
  SHA512:
6
- metadata.gz: 07e05c2c9c814de70e006cd0a97acbf9b3935f594a303aefcb4ea49bf11b10916364d19f8f76315913bf44cde76001a3bbc1240c6b75f88c2e4226e2c5485422
7
- data.tar.gz: 13a39c68cba37cfc548d6c0573402ae73f9afd5c57689e203a47dd3ba8a03484f66b8ddcb184827bc81561615ec68d9a323b169e9673baf111b9538f30def3e3
6
+ metadata.gz: ab7d929150c36c11d72f443d8b9bf3da6e036cb6050b8c8f0c9415464752b68973b9b77d01624c5508f62eb9989c26446f09ccec0107e1e02693a6ab485eacd3
7
+ data.tar.gz: cd762ef222426e52303cc87eab1cfe57ae3f869d69ec30767ce79169965eec8c422f7df052f46001782cceb693711ff1635fed10b5f2e35f339e06d4d9fb4667
data/README.md CHANGED
@@ -39,7 +39,7 @@
39
39
  * Add the gem in your Gemfile (Stable versions 2.4.4.5, 2.4.3.10, 2.3.6, 2.2.1, 2.1.1)
40
40
 
41
41
  ```
42
- gem "camaleon_cms", '>= 2.4.4.5'
42
+ gem "camaleon_cms", '>= 2.4.4.6'
43
43
  # gem "camaleon_cms", github: 'owen2345/camaleon-cms' # current development version
44
44
  # gem 'draper', '~> 3' # only for Rails 5
45
45
  # verify (gem 'sass-rails', '~> 5.0') only for Rails 5
@@ -23,7 +23,7 @@
23
23
  </div>
24
24
  <textarea class="hidden data_value"><%= raw file.to_json %></textarea>
25
25
  <div class="actions">
26
- <% if file['format'] == 'image' && File.extname(file['name']).downcase != '.gif' && cama_current_user.can_edit_file?(file) %>
26
+ <% if file['format'] == 'image' && File.extname(file['name']).downcase != '.gif' %>
27
27
  <% args = {res: true, file: file}; hooks_run('file_manager_edit_file', args) %>
28
28
  <% if args[:res] %>
29
29
  <a href="#" class="edit_item btn btn-primary btn-xs" <%= 'data-permit-overwrite="true"' if @show_file_actions %>><i class="fa fa-pencil"></i></a>
@@ -1,3 +1,3 @@
1
1
  module CamaleonCms
2
- VERSION = '2.4.4.6'
2
+ VERSION = '2.4.4.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: camaleon_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.4.6
4
+ version: 2.4.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Owen Peredo Diaz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-01 00:00:00.000000000 Z
11
+ date: 2017-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bcrypt