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 +4 -4
- data/lib/conjoin/assets.rb +1 -1
- data/lib/conjoin/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1fce300c326f18847bdbe245fa9cef3318984f1c
|
4
|
+
data.tar.gz: e0ccb291ef7a3807a48c42a2293e022133f16bd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 451b33b9548d4db779d35e29b756c1fb045969135cdd40086d0d4864bf2912c438ad3d4dec36c21fc33941c3067eb5103434685f18dfac0db06541732007dfdf
|
7
|
+
data.tar.gz: 06fe869a957e0b8c1fe8a410eb0d3d55ba4734477e4a9e67225f780005331d0261b6be044e9a496afecf8605176a88744fb66a62e1751b4de98c27889415b834
|
data/lib/conjoin/assets.rb
CHANGED
@@ -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
|
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 = {}
|
data/lib/conjoin/version.rb
CHANGED
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.
|
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-
|
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:
|