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 CHANGED
@@ -1,4 +1,9 @@
1
- == Master
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
@@ -14,7 +14,7 @@ See the {wiki page}[http://github.com/redlinesoftware/liquid_cms/wiki] for addit
14
14
 
15
15
  Add it to your config/environment.rb:
16
16
 
17
- config.gem 'liquid_cms', :version => '~> 0.2.0'
17
+ config.gem 'liquid_cms', :version => '~> 0.2.1'
18
18
 
19
19
  Install the gem:
20
20
 
File without changes
@@ -1,3 +1,3 @@
1
1
  module Cms
2
- VERSION = "0.2.1.0"
2
+ VERSION = "0.2.1.1"
3
3
  end
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: 91
4
+ hash: 89
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 1
10
- - 0
11
- version: 0.2.1.0
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-09 00:00:00 -05:00
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