tramway-core 1.12.0.1 → 1.12.0.2
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
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 739e25ed38aa108c1d473781baa49145c93bd71e
|
|
4
|
+
data.tar.gz: 38b8b5c98cc44f8e29cf2960815de6e36301fa55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01d0b5a5adb563c6656de7957e7666d92d996b5a57a40b09f7440034504389a64bc9fc9b667312bc079bc081cb10cfeb0380499138bf3ce114f623bda907d9f5
|
|
7
|
+
data.tar.gz: 2ad68b857722d567f09de830244f19e1e8428890864f7ac170058c8ffffafbf4ac016e52a7d43b673123d738d6b37473c7f65fb04f3875958059a99f385a4191
|
|
@@ -119,7 +119,7 @@ class Tramway::Core::ApplicationDecorator
|
|
|
119
119
|
elsif value.class.in? [ ActiveSupport::TimeWithZone, DateTime, Time ]
|
|
120
120
|
hash.merge! attribute[0] => datetime_view(attribute[1])
|
|
121
121
|
elsif value.class.superclass == ApplicationUploader
|
|
122
|
-
hash.merge! attribute[0] => image_view(attribute[
|
|
122
|
+
hash.merge! attribute[0] => image_view(object.send(attribute[0]))
|
|
123
123
|
elsif value.is_a? Enumerize::Value
|
|
124
124
|
hash.merge! attribute[0] => enumerize_view(value)
|
|
125
125
|
else
|
data/lib/tramway/core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tramway-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.12.0.
|
|
4
|
+
version: 1.12.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pavel Kalashnikov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-08-
|
|
11
|
+
date: 2019-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: reform-rails
|
|
@@ -397,7 +397,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
397
397
|
version: '0'
|
|
398
398
|
requirements: []
|
|
399
399
|
rubyforge_project:
|
|
400
|
-
rubygems_version: 2.
|
|
400
|
+
rubygems_version: 2.6.13
|
|
401
401
|
signing_key:
|
|
402
402
|
specification_version: 4
|
|
403
403
|
summary: Core for all Tramway Rails Engines
|