camaleon_cms 2.4.4.6 → 2.4.4.7
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/views/camaleon_cms/admin/media/_render_file_item.html.erb +1 -1
- data/lib/camaleon_cms/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75d16e9d64e20463fb2046401c4201673a441416
|
|
4
|
+
data.tar.gz: ee6a11536eefe668b7e58cb12f5f86058db69b59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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'
|
|
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>
|
data/lib/camaleon_cms/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2017-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bcrypt
|