alchemy-richmedia-essences 0.1.0 → 0.2.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4aad3cb02328b0f4f7310591cbcfcc0cd4a6a88
|
4
|
+
data.tar.gz: 4859c2f54981879ddf22564073960d37f8c16c5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f47703c4adfffa3961b694d07b162195c3106caedcd8de65b97b97666c3122bf270676b6985f996ee3d07d58daa6973e6d7e96b475f8bee963ae626d1a84f7c7
|
7
|
+
data.tar.gz: a3299b85bbbb07d135c55574875fabfc1dbe12dc79366862f1442d163c600ec1cdce9ab226c60aab468f41431a1045ab0e7f0890204dc10f24db984b9f729ed6
|
data/README.md
CHANGED
@@ -2,7 +2,9 @@
|
|
2
2
|
|
3
3
|
Adds EssenceAudio, EssenceFlash and EssenceVideo essences to your Alchemy CMS powered site.
|
4
4
|
|
5
|
-
This version is compatible with Alchemy version
|
5
|
+
This version is compatible with Alchemy version 2.7 and above.
|
6
|
+
|
7
|
+
For Alchemy v2.6.0 and below please use version 0.1.0.
|
6
8
|
|
7
9
|
## Installation
|
8
10
|
|
@@ -6,7 +6,7 @@ module Alchemy
|
|
6
6
|
config.mount_at = '/'
|
7
7
|
|
8
8
|
initializer "alchemy_richmedia_essences.add_authorization_rules" do
|
9
|
-
Alchemy::
|
9
|
+
Alchemy::Auth::Engine.get_instance.load(File.join(File.dirname(__FILE__), '../..', 'config/authorization_rules.rb'))
|
10
10
|
end
|
11
11
|
|
12
12
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alchemy-richmedia-essences
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas von Deyen
|
@@ -16,20 +16,20 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 2.
|
19
|
+
version: 2.7.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version:
|
22
|
+
version: 3.0.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 2.
|
29
|
+
version: 2.7.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version:
|
32
|
+
version: 3.0.0
|
33
33
|
description: EssenceAudio, EssenceFlash and EssenceVideo for Alchemy CMS
|
34
34
|
email:
|
35
35
|
- tvdeyen@gmail.com
|