camaleon_cms 2.6.2 → 2.6.3
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 +2 -2
- data/app/assets/stylesheets/{camaleon_cms/fonts → fonts}/glyphicons-halflings-regular.eot +0 -0
- data/app/assets/stylesheets/{camaleon_cms/fonts → fonts}/glyphicons-halflings-regular.svg +0 -0
- data/app/assets/stylesheets/{camaleon_cms/fonts → fonts}/glyphicons-halflings-regular.ttf +0 -0
- data/app/assets/stylesheets/{camaleon_cms/fonts → fonts}/glyphicons-halflings-regular.woff +0 -0
- data/app/assets/stylesheets/{camaleon_cms/fonts → fonts}/glyphicons-halflings-regular.woff2 +0 -0
- data/lib/camaleon_cms/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2455b38bef02ec1822d68475383cf42d9bcc7caa4ff59d0cdc41acc9cf13f68
|
|
4
|
+
data.tar.gz: ac86043829ae6f11fa04707ef50b466ee6f8837dd0fc5a4df655aceb95a9c6ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5313cbd2c8cf772a57654680b93a787c7646a458f0916825e8d771bd4558764cda36f17e7b0a3ac9484364413484062c6616f3d0c266352a876ae763f34dda06
|
|
7
|
+
data.tar.gz: dc2359350523feca69221f6218ef8b53871c8f8e504298b0c7c17327d0709a0852c081c20fef56c064ec2a87bb3e9baa1a755c45f7c2ed24639711fd26b7411a
|
data/README.md
CHANGED
|
@@ -153,8 +153,8 @@ http://camaleon.tuzitio.com/store/plugins
|
|
|
153
153
|
|
|
154
154
|
## Sample App / Demonstration
|
|
155
155
|
* [Camaleon Server (current version)](http://camaleon.tuzitio.com/plugins/demo_manage/)
|
|
156
|
-
* [Sample App](https://github.com/
|
|
157
|
-
* [Deploy Sample App in Heroku](https://heroku.com/deploy?template=https://github.com/
|
|
156
|
+
* [Sample App](https://github.com/brian-kephart/Camaleon-CMS-Sample)
|
|
157
|
+
* [Deploy Sample App in Heroku](https://heroku.com/deploy?template=https://github.com/brian-kephart/Camaleon-CMS-Sample)
|
|
158
158
|
|
|
159
159
|
## Support
|
|
160
160
|
If you have problems, please enter an issue [here.](https://github.com/owen2345/camaleon-cms/issues)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
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.6.
|
|
4
|
+
version: 2.6.3
|
|
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: 2022-
|
|
11
|
+
date: 2022-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bcrypt
|
|
@@ -711,11 +711,11 @@ files:
|
|
|
711
711
|
- app/assets/stylesheets/camaleon_cms/admin/uploader/uploader_manifest.css
|
|
712
712
|
- app/assets/stylesheets/camaleon_cms/admin/widgets.css.scss
|
|
713
713
|
- app/assets/stylesheets/camaleon_cms/bootstrap.min.css
|
|
714
|
-
- app/assets/stylesheets/
|
|
715
|
-
- app/assets/stylesheets/
|
|
716
|
-
- app/assets/stylesheets/
|
|
717
|
-
- app/assets/stylesheets/
|
|
718
|
-
- app/assets/stylesheets/
|
|
714
|
+
- app/assets/stylesheets/fonts/glyphicons-halflings-regular.eot
|
|
715
|
+
- app/assets/stylesheets/fonts/glyphicons-halflings-regular.svg
|
|
716
|
+
- app/assets/stylesheets/fonts/glyphicons-halflings-regular.ttf
|
|
717
|
+
- app/assets/stylesheets/fonts/glyphicons-halflings-regular.woff
|
|
718
|
+
- app/assets/stylesheets/fonts/glyphicons-halflings-regular.woff2
|
|
719
719
|
- app/controllers/camaleon_cms/admin/appearances/nav_menus_controller.rb
|
|
720
720
|
- app/controllers/camaleon_cms/admin/appearances/themes_controller.rb
|
|
721
721
|
- app/controllers/camaleon_cms/admin/appearances/widgets/assign_controller.rb
|