conjoin 0.0.84 → 0.0.85

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d18ac0d005e2634c27b8d4927b71cbdc35f63c54
4
- data.tar.gz: 2751ef7ff56dab6ea0245f7e47bf8cac15204c61
3
+ metadata.gz: 1fce300c326f18847bdbe245fa9cef3318984f1c
4
+ data.tar.gz: e0ccb291ef7a3807a48c42a2293e022133f16bd5
5
5
  SHA512:
6
- metadata.gz: f81181614d9de4e816a82a895eb3a8f5435f8ffef4fa7f6ce57b231e34e12e0c9ffbe610a66a54ea1131a60d57ff35e071e9e25d8053411d73dcb9d69c047f26
7
- data.tar.gz: 86fbcff65b51a39090f9450e7fc057b212ea7beb6a4735352fe6d8e1324f77a9d7c633a9bf0b1b014f644109e2c98a8279a1bfc362373e643fdbf8ff4653bb42
6
+ metadata.gz: 451b33b9548d4db779d35e29b756c1fb045969135cdd40086d0d4864bf2912c438ad3d4dec36c21fc33941c3067eb5103434685f18dfac0db06541732007dfdf
7
+ data.tar.gz: 06fe869a957e0b8c1fe8a410eb0d3d55ba4734477e4a9e67225f780005331d0261b6be044e9a496afecf8605176a88744fb66a62e1751b4de98c27889415b834
@@ -54,7 +54,7 @@ module Conjoin
54
54
  path = "#{plugin.settings[:path] || '/'}#{cache_string}assets/images/#{file}"
55
55
  end
56
56
  end
57
- "http#{Conjoin.env.production?? 's' : ''}://#{req.env['HTTP_HOST']}#{path}"
57
+ "http#{(Conjoin.env.production? or Conjoin.env.staging?)? 's' : ''}://#{req.env['HTTP_HOST']}#{path}"
58
58
  end
59
59
 
60
60
  def image_tag file, options = {}
@@ -1,3 +1,3 @@
1
1
  module Conjoin
2
- VERSION = "0.0.84"
2
+ VERSION = "0.0.85"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjoin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.84
4
+ version: 0.0.85
5
5
  platform: ruby
6
6
  authors:
7
7
  - cj
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-28 00:00:00.000000000 Z
11
+ date: 2014-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cuba
@@ -533,4 +533,3 @@ signing_key:
533
533
  specification_version: 4
534
534
  summary: Adds certain things to Cuba to make it more familiar to rails devs
535
535
  test_files: []
536
- has_rdoc: