infopark_fiona7 0.71.0.1 → 0.71.0.2

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: 63d211ac7f8286b5fac42e153b9910ebab860441
4
- data.tar.gz: ec3f22cb8839b5f4678de0ec2ecf2573ebf1fa91
3
+ metadata.gz: c163e4ae3c26083dadf3475c69352f2780b734e5
4
+ data.tar.gz: 7ca74e654c1cc5be22228ea3a5390c3cb4f905b0
5
5
  SHA512:
6
- metadata.gz: 880363e8a0a340d748e40cb70f9b705bb953408ecb3771a6439aac33c2db56de9dda6db9c81025da442d6ba15805f2599154abbf692c4fdaf30174982583621f
7
- data.tar.gz: da276d868c7e1b8f9380621a1bcaa512664d6e74bd6aec57bf90bc2615f0211d6f5d61b2bed8a21d6a01befaeb62181660d50446b843b1df525bad6fe31b4197
6
+ metadata.gz: f8f4e8b445dbf0ec6c49d46982e9510c375824e87be92ca9899cc6f82221083ddc007af5debe1f546ae51bc16415262eb70b6070b9d19e9da655758bc2886abd
7
+ data.tar.gz: 725e89fc43efd18b17a71fa5ee5049fe6fa6805ed0fc29369424489d33659425b1c830201ac26e045126668b2a57a2c9b218718ce39ab82384e172c82addaeb8
@@ -7,6 +7,7 @@ module Scrivito
7
7
  return {} unless obj
8
8
  {
9
9
  id: obj.id,
10
+ # TODO: document obj_type problems
10
11
  path: obj.path,
11
12
  obj_class: obj.obj_class,
12
13
  has_children: obj.children.any?,
@@ -45,7 +45,7 @@ module Fiona7
45
45
 
46
46
  def builder_attributes
47
47
  self.type_definition.attrs.map do |attribute_definition|
48
- next if ['title', 'body', 'valid_from', 'valid_until', 'channels'].include?(attribute_definition.real_name)
48
+ next if ['title', 'blob', 'body', 'valid_from', 'valid_until', 'channels'].include?(attribute_definition.real_name)
49
49
 
50
50
  desc = {
51
51
  real_name: attribute_definition.real_name,
@@ -1,3 +1,3 @@
1
1
  module Fiona7
2
- VERSION = "0.71.0.1"
2
+ VERSION = "0.71.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infopark_fiona7
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.71.0.1
4
+ version: 0.71.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomasz Przedmojski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-28 00:00:00.000000000 Z
11
+ date: 2015-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails