lucy_cms 0.0.4 → 0.0.5

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -6,7 +6,7 @@ end
6
6
  # -- AR Extensions --------------------------------------------------------
7
7
  has_attached_file :file,
8
8
  :url => '/common/:cms_upload_dir_label/:basename.:extension',
9
- :path => Rails.public_path + "/common/:cms_upload_dir_label/:basename.:extension"
9
+ :path => Rails.public_path + "/" + LucyCms.config.cms_upload_directory + "/:cms_upload_dir_label/:basename.:extension"
10
10
 
11
11
  # -- Relationships --------------------------------------------------------
12
12
  belongs_to :cms_upload_dir
@@ -24,7 +24,7 @@ class LucyCms::Configuration
24
24
 
25
25
  # Configuration defaults
26
26
  def initialize
27
- @version = '0.0.4'
27
+ @version = '0.0.5'
28
28
  @admin_route_prefix = 'cms-admin'
29
29
  @admin_route_redirect = "/#{@admin_route_prefix}/pages"
30
30
  @seed_data_path = nil
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: lucy_cms
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Lucy
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-09 00:00:00 -06:00
13
+ date: 2011-03-10 00:00:00 -06:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -347,7 +347,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
347
347
  requirements:
348
348
  - - ">="
349
349
  - !ruby/object:Gem::Version
350
- hash: 3548456258913461842
350
+ hash: -2604923462945760949
351
351
  segments:
352
352
  - 0
353
353
  version: "0"