jcompiler 0.1.30 → 0.1.31
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jcompiler.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c64df62dfda1493755cf9ddb39f3ef57c7613fb9
|
4
|
+
data.tar.gz: 413873a6cf5b513d373d9cf8e13242aea2be0cc2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19d195a64e3b591767a76272eec5e2780945fb2772d7eb78ea062b4a8cde90b77ecb420761ae9f1850e9e79b4f9ae19e26840d3c4d58a762f54eebeaf54295c9
|
7
|
+
data.tar.gz: 3dfe50d9c334a235e898a4649ee97872600d6d20508d4ed85229fb1061d056769ad91b5aa48bfa281c946f6a4def2cce83666a03bd9914bde39fc0967a9449ff
|
data/lib/jcompiler.rb
CHANGED
@@ -8,7 +8,7 @@ class Jcompiler
|
|
8
8
|
published_at: 'brand.published_at.utc.iso8601(3)',
|
9
9
|
official_url: 'brand.blog_url',
|
10
10
|
sex_group: 'brand.blog_sex_switch',
|
11
|
-
image_medium: 'absolute_url(brand.image_file.url(:medium))',
|
11
|
+
# image_medium: 'absolute_url(brand.image_file.url(:medium))',
|
12
12
|
image_square: 'absolute_url(brand.image_file.url(:square))',
|
13
13
|
url: 'brand_path(brand)'
|
14
14
|
#labels: '"#{brand.new_arrival? ? \'["NEW"]\' : \'[]\'}"'
|