alchemy-richmedia-essences 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 211111aca79bade238f3a88d5e81aab2665a2ea1
4
+ data.tar.gz: 5d24e17fbe182f2c513eefa3c4b83a59482fc13b
5
+ SHA512:
6
+ metadata.gz: 3ff0872e3cbb49cacf9f6fee50c2cb63c940f5acb340958c3e2338ca8a1262bc850355d6af4635d07f7a6d4c57746284eb332e67f222157186cef93a0a8c17a5
7
+ data.tar.gz: f48f8f3543b8cb9f6f4c4f4b7681e4f770b6deb679f5a88ede5f0977fe1a187e895364b8862585c3a2ad35b90e58ab38e8479603b076dac81719f043ec700b28
data/README.md CHANGED
@@ -2,8 +2,12 @@
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 <= v2.6.0
6
+
5
7
  ## Installation
6
8
 
9
+ **Make sure you have Alchemy CMS installed.**
10
+
7
11
  Add this line to your application's Gemfile:
8
12
 
9
13
  gem 'alchemy-richmedia-essences'
@@ -20,15 +24,15 @@ Or install it yourself as:
20
24
 
21
25
  1. After installing, prepare your database with:
22
26
 
23
- $ rake alchemy_richmedia_essences:install:migrations db:migrate
27
+ $ rake alchemy_richmedia_essences:install:migrations db:migrate
24
28
 
25
29
  2. In your `elements.yml` add one of the shiny new essences to your element of choice.
26
30
 
27
- # elements.yml
28
- - name: video
29
- contents:
30
- - name: file
31
- type: EssenceVideo
31
+ # elements.yml
32
+ - name: video
33
+ contents:
34
+ - name: file
35
+ type: EssenceVideo
32
36
 
33
37
  That's it!
34
38
 
@@ -14,4 +14,6 @@ Gem::Specification.new do |gem|
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.require_paths = ["lib"]
17
+
18
+ gem.add_runtime_dependency 'alchemy_cms', ['>= 2.4.0', '< 2.7.0']
17
19
  end
@@ -1,7 +1,7 @@
1
1
  module Alchemy
2
2
  module Richmedia
3
3
  module Essences
4
- VERSION = "0.0.1"
4
+ VERSION = "0.1.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,16 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alchemy-richmedia-essences
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease:
4
+ version: 0.1.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Thomas von Deyen
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-11-13 00:00:00.000000000 Z
13
- dependencies: []
11
+ date: 2014-02-18 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: alchemy_cms
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 2.4.0
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.7.0
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: 2.4.0
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.7.0
14
33
  description: EssenceAudio, EssenceFlash and EssenceVideo for Alchemy CMS
15
34
  email:
16
35
  - tvdeyen@gmail.com
@@ -18,7 +37,7 @@ executables: []
18
37
  extensions: []
19
38
  extra_rdoc_files: []
20
39
  files:
21
- - .gitignore
40
+ - ".gitignore"
22
41
  - Gemfile
23
42
  - LICENSE.txt
24
43
  - README.md
@@ -48,27 +67,26 @@ files:
48
67
  - lib/alchemy-richmedia-essences/version.rb
49
68
  homepage: http://alchemy-cms.com
50
69
  licenses: []
70
+ metadata: {}
51
71
  post_install_message:
52
72
  rdoc_options: []
53
73
  require_paths:
54
74
  - lib
55
75
  required_ruby_version: !ruby/object:Gem::Requirement
56
- none: false
57
76
  requirements:
58
- - - ! '>='
77
+ - - ">="
59
78
  - !ruby/object:Gem::Version
60
79
  version: '0'
61
80
  required_rubygems_version: !ruby/object:Gem::Requirement
62
- none: false
63
81
  requirements:
64
- - - ! '>='
82
+ - - ">="
65
83
  - !ruby/object:Gem::Version
66
84
  version: '0'
67
85
  requirements: []
68
86
  rubyforge_project:
69
- rubygems_version: 1.8.24
87
+ rubygems_version: 2.2.0
70
88
  signing_key:
71
- specification_version: 3
89
+ specification_version: 4
72
90
  summary: Adds EssenceAudio, EssenceFlash and EssenceVideo essences to your Alchemy
73
91
  CMS powered site.
74
92
  test_files: []