liquid_cms 0.2.1.0 → 0.2.1.1
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.
- data/CHANGELOG.rdoc +6 -1
- data/README.rdoc +1 -1
- data/app/liquid/tags/{data_tag.rb → cms/data_tag.rb} +0 -0
- data/lib/liquid_cms/version.rb +1 -1
- metadata +5 -5
data/CHANGELOG.rdoc
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
==
|
|
1
|
+
== 0.2.1.1
|
|
2
|
+
|
|
3
|
+
* Fixes
|
|
4
|
+
* Move data_tag.rb file into cms dir due to rails class loading issues.
|
|
5
|
+
|
|
6
|
+
== 0.2.1.0
|
|
2
7
|
|
|
3
8
|
* Enhancements
|
|
4
9
|
* Many improvements to assets including the addition of meta data fields, tags and the ability to specify custom image sizes.
|
data/README.rdoc
CHANGED
|
File without changes
|
data/lib/liquid_cms/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: liquid_cms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 89
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
9
|
- 1
|
|
10
|
-
-
|
|
11
|
-
version: 0.2.1.
|
|
10
|
+
- 1
|
|
11
|
+
version: 0.2.1.1
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Andrew Kaspick
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2011-05-
|
|
20
|
+
date: 2011-05-10 00:00:00 -05:00
|
|
21
21
|
default_executable:
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|
|
@@ -208,9 +208,9 @@ files:
|
|
|
208
208
|
- app/liquid/drops/cms_params_drop.rb
|
|
209
209
|
- app/liquid/filters/cms_filters.rb
|
|
210
210
|
- app/liquid/tags/asset_search_tag.rb
|
|
211
|
+
- app/liquid/tags/cms/data_tag.rb
|
|
211
212
|
- app/liquid/tags/cms/tag_common.rb
|
|
212
213
|
- app/liquid/tags/cms_include_tag.rb
|
|
213
|
-
- app/liquid/tags/data_tag.rb
|
|
214
214
|
- app/models/cms/asset.rb
|
|
215
215
|
- app/models/cms/component.rb
|
|
216
216
|
- app/models/cms/editable.rb
|