camaleon_cms 1.0.1 → 1.0.2

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: 8f67ae45b2071c931c9ed2a907215b401e13de8c
4
- data.tar.gz: 9dbcdc4eaf771c3d187f7dee1bf13dc09a53049b
3
+ metadata.gz: 9f195f6cff8d88d9a9bc9232825dc047bc95bd9c
4
+ data.tar.gz: d4e89d111af8947ac27e0d67c8b6d425745c94fc
5
5
  SHA512:
6
- metadata.gz: a8fabb6d2a79d05c95dca7dbc26b21eaac211a00d60082b313328a0f4fffdb5c8e0b8f8ccf9a9a2fbb84d17d82ad6c0efcf048754bc2caaab4709518038285ef
7
- data.tar.gz: 8ae1b1be332e46aa4b1e017f84badcb76e224425a127dc7650d0d771906d190be4eea9348c223d3b3de3e644db38d70bce3555faea3128c5482a58646d13fb90
6
+ metadata.gz: 699091da7711e9a2c5dccf80d13dd43ff3184a12ee61acdf060f280ea900936ed605a50294e7fe3d2a5cc4eb92903167e4701c726d1cf10197ee80797c9da793
7
+ data.tar.gz: 3f507c0b08044285f0b3f3ed9a1208090a2d79648d4955b1d89e5aa6be66740230bcd6ce1c48dd107e5bbf4e85108e170988d06a97f5780326441b373f03ab2d
data/README.md CHANGED
@@ -65,6 +65,12 @@
65
65
  ```bash
66
66
  rm lib/Gemfile_camaleon
67
67
  ```
68
+ 1. Remove code from `Gemfile`
69
+
70
+ ```bash
71
+ require './lib/plugin_routes'
72
+ instance_eval(PluginRoutes.draw_gems)
73
+ ```
68
74
  1. Install gems
69
75
 
70
76
  ```bash
@@ -16,7 +16,7 @@ module Admin::ApplicationHelper
16
16
  def admin_system_notifications(args)
17
17
  if Date.parse(current_site.get_option("date_notified", 2.days.ago).to_s) < Date.today
18
18
  current_site.set_option("date_notified", Date.today)
19
- url = "http://camaleon.tuzitio.com/plugins/camaleon_notification/?version=#{CamaleonCms::VERSION}&admin_locale=#{current_site.get_admin_language}&site=#{current_site.the_url}"
19
+ url = "http://camaleon.tuzitio.com/plugins/camaleon_notification/?version=#{"CamaleonCms::VERSION"}&admin_locale=#{current_site.get_admin_language}&site=#{current_site.the_url}"
20
20
  Thread.new do
21
21
  current_site.set_meta("date_notified_message", open(url).read)
22
22
  ActiveRecord::Base.connection.close #closing connection
@@ -1,6 +1,6 @@
1
1
  <footer class="main-footer">
2
2
  <div class="pull-right hidden-xs">
3
- <b>Version</b> <%= CamaleonCms::VERSION %>
3
+ <b>Version</b> 1.x <%#= CamaleonCms::VERSION %>
4
4
  </div>
5
5
  <strong>Copyright &copy; 2015-2016 <a href="http://camaleon.tuzitio.com">Camaleon CMS.</a> </strong> All rights reserved.
6
6
  </footer>
@@ -1,3 +1,3 @@
1
1
  module CamaleonCms
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: camaleon_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Owen Peredo Diaz