graph_starter 0.13.2 → 0.13.3

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: 940263fddced646bc176701aaf217487a77cbf91
4
- data.tar.gz: 5dcd4f60644deb80119ea8fd55c49472e95d6645
3
+ metadata.gz: bc6ac727b47179ab2e68e77543a516dbdbe7ada7
4
+ data.tar.gz: 35836e72be269369ef5c580a4f7af7bbd54c852c
5
5
  SHA512:
6
- metadata.gz: 471f43e5c2e64d175608df231e0efbd4982bea5c619a72d1497d2490b0d27a012a96bc120ccdcb386d2b054d8c27c7248846f5b97d7688762cb9d1af81c82411
7
- data.tar.gz: 5d9e6fbdba1150de2ed7a6d4f6de18f02792b90e4e657c55ad95bb3701ed5fc93da5a4d7e7777a1fe55086af9698e6bd9d55661782d3ed4f84215c1d85b296b8
6
+ metadata.gz: 60507952141c985ecd092e621744d9bc96d341e19876633b9b9b3f52445bf9b4ce396715896722b767647d8d2ae87d7eef164ecef01cce9818df84f9a9952bee
7
+ data.tar.gz: 207f71dacb2d945f9b8384a82118a87c214d3119ea189c9b6c636436bfad6745872e0648101a4731efcef612b785634a5c33bcf02aaecc3e515d2f88fbfe4001
@@ -2,6 +2,10 @@
2
2
  json.set! property.name, @asset.read_attribute(property.name)
3
3
  end
4
4
 
5
+ json.summary @asset.summary
6
+
7
+ json.image_urls @asset.reload.image_array.map(&:source_url)
8
+
5
9
 
6
10
  json.associations do
7
11
  @asset.class.authorized_associations.each do |name, association|
@@ -1,3 +1,3 @@
1
1
  module GraphStarter
2
- VERSION = "0.13.2"
2
+ VERSION = "0.13.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graph_starter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.2
4
+ version: 0.13.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Underwood
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-19 00:00:00.000000000 Z
11
+ date: 2015-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails