render_anywhere 0.0.11 → 0.0.12

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a9425e52660e1db34fe01ee67f2a639e36706b77
4
- data.tar.gz: e414529b8034dc9361c992d49aac8c301f133849
3
+ metadata.gz: 4ab43ea8264ef69f1b1266e49ddf22fdd9b07b0b
4
+ data.tar.gz: 74b09837a330a40cf253277ca19a1c8ef5100776
5
5
  SHA512:
6
- metadata.gz: dcbc2f63b703a9569a612b42d12d3cd794e074ce1aa411ba35f4ee0cfcbfa98cd4928c52689697216992f5ee0aa1a9469babb38eb91096bd33413bba9ff512d9
7
- data.tar.gz: c0a5918707d290cbed76057b860e67c49ba1e22dba7105bd54cf3a59d7a8e1d5ff629c6922409646dc67c594ce90da53518ef5a150dc208fa7929b28adb860f9
6
+ metadata.gz: 41a5baf0311db0833b1b229e5fac02cfd1969258138b06af0de2d3df20944f9c4997288b73f47852f692ff88b0124d167d1d292615e9573a7af481854a6686ed
7
+ data.tar.gz: f6a72165a35fb1c77b7a913e97110f24b38e6e6afdf496fc319610c6f5a8d4bd0d1d3e5a48514b3e1415d08b3985c28591e40959b56207f35169f8e6b379318b
@@ -34,6 +34,7 @@ module RenderAnywhere
34
34
  config.stylesheets_dir = Rails.root.join('public', 'stylesheets')
35
35
  config.assets_dir = Rails.root.join('public')
36
36
  config.cache_store = ActionController::Base.cache_store
37
+ config.relative_url_root = ActionController::Base.relative_url_root
37
38
 
38
39
  # same asset host as the controllers
39
40
  self.asset_host = ActionController::Base.asset_host
@@ -1,3 +1,3 @@
1
1
  module RenderAnywhere
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: render_anywhere
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Melia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-18 00:00:00.000000000 Z
11
+ date: 2015-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails