knitkit 2.1.10 → 2.1.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -94,7 +94,7 @@ module Knitkit
94
94
  @root_node = nil
95
95
 
96
96
  if @context == :website
97
- @root_node = File.join(Rails.application.config.knitkit.images_path, "sites", @assets_model.iid, "images") unless @assets_model.nil?
97
+ @root_node = File.join(Rails.application.config.knitkit.images_base_path, "sites", @assets_model.iid, "images") unless @assets_model.nil?
98
98
  else
99
99
  @root_node = File.join(Rails.application.config.knitkit.images_base_path, 'images')
100
100
  end
@@ -2,7 +2,7 @@ module Knitkit
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
- TINY = 10
5
+ TINY = 11
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knitkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.10
4
+ version: 2.1.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-23 00:00:00.000000000 Z
12
+ date: 2013-07-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: erp_forms