graph_starter 0.14.1 → 0.14.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
2
  SHA1:
3
- metadata.gz: bd13a946c8dbf2257ec4a7734b917047f341600b
4
- data.tar.gz: 640235703274396289a4a33c82e40392c638cec7
3
+ metadata.gz: 59433788d3bca6a1726e485e7b93ac5ae86c3f92
4
+ data.tar.gz: ec2570c2b1d5214926547ee3ac505b7387b823e8
5
5
  SHA512:
6
- metadata.gz: 484b3fe03bc2881c77c0af5b2b3c4bfc1af87d4d4bee9e9958ce5b9cb9488f594df2bfebcc44ce9f56e326d0e723f13fc185b989ee5d83870bc8e1865402df67
7
- data.tar.gz: 5ce0917f9c83725877d49b53e960af7f999d2f7c02d670da24d916dbb6aba747234ade66fa8e4831525c3087e617ed0217f747c4dc34f56fe39ddc12370e999a
6
+ metadata.gz: 8ab69c923854447889477188c49f64bc1f40cae97ab982b51b74f24d098ab519b595932a7f555635f46cdd57153c58f7fbdd7a034c43b1d810c2805c6514fd23
7
+ data.tar.gz: a212a0e3e7f36e030630dda1f26552c102e6eaaa560a63ed32f20257da5239fec2729b027123b778b87526ea71e75f567d9caf1e19d35bfd9c19f6d7a76a15a6
@@ -6,6 +6,7 @@
6
6
  #= require semantic-ui/rating
7
7
  #= require semantic-ui/search
8
8
  #= require semantic-ui/transition
9
+ #= require semantic-ui/dropdown
9
10
 
10
11
  spinner_timeout_id = null
11
12
 
@@ -28,6 +28,7 @@
28
28
  @import "semantic-ui/modules/rating";
29
29
  @import "semantic-ui/modules/search";
30
30
  @import "semantic-ui/modules/transition";
31
+ @import "semantic-ui/modules/dropdown";
31
32
 
32
33
  #menu {
33
34
  margin-top: 0;
@@ -19,7 +19,7 @@
19
19
 
20
20
  - @asset.class.authorized_associations.each do |name, association|
21
21
  - target_class = association.target_class
22
- - next if !target_class.is_a?(GraphStarter::Asset)
22
+ - next if !target_class.ancestors.include?(GraphStarter::Asset)
23
23
  javascript:
24
24
  var current_#{name} = [];
25
25
 
@@ -1,3 +1,3 @@
1
1
  module GraphStarter
2
- VERSION = "0.14.1"
2
+ VERSION = "0.14.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graph_starter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.1
4
+ version: 0.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Underwood