glib-web 3.6.0 → 3.6.1

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
  SHA256:
3
- metadata.gz: fb43826d17e6dc30db2f4f307000f73678c62b339d9a41e244199f88265ff7b0
4
- data.tar.gz: c19e63fe08d46d1d76e97c751c9b0875841c2dc8c9a0f71c9bcd2278fc89d00c
3
+ metadata.gz: 59361d799d0e2b863064eccae8545b2236c1fa3bbcbc9a72a406a6ba1e901276
4
+ data.tar.gz: '08fa2c03dda23e2ed7981ecf706afd74169070475e61118a70b956545192daf7'
5
5
  SHA512:
6
- metadata.gz: d43ffb4cd37a2678ca1747e0213ee9293c81315be6b688c6f1518f835f4341952619c41ba802c430766c2566c5d589cc36123d5b5a2f3903e37e991a2e3b2991
7
- data.tar.gz: d18ad9a9ec3c27e9964345c640fdcaf8cbea2b58934a012d91a2699088139e39d9a34ccb21d0f37fb5811f20e48de7eee4773533acaca817840052c931ea7138
6
+ metadata.gz: d074f82f77150808e4fbfb8e847b531a569039f8213be67eb00db3aaef6c892e6a6607fc5430c73fae83168ce37d1f50f7be96ac946a48f443d02fe87604f721
7
+ data.tar.gz: d9be01d9fea99852bacad975b3b7ab24f495c5b08c80da83c0814c1e8420fc3828f3f142eebdeca4de2d032008ed1a751786dbc039f13ab83ec662b821e9a2f4
@@ -37,6 +37,10 @@ class Glib::JsonUi::ViewBuilder
37
37
  class Line < View
38
38
  include Series
39
39
  array :colors
40
+ string :prefix
41
+ string :suffix
42
+ int :min
43
+ int :max
40
44
  # idea for the future
41
45
  # hash :nextPage
42
46
  end
@@ -46,17 +50,29 @@ class Glib::JsonUi::ViewBuilder
46
50
 
47
51
  bool :stacked
48
52
  array :colors
53
+ string :prefix
54
+ string :suffix
55
+ int :min
56
+ int :max
49
57
  end
50
58
 
51
59
  class Pie < View
52
60
  include Series
53
61
  array :colors
62
+ string :prefix
63
+ string :suffix
64
+ int :min
65
+ int :max
54
66
 
55
67
  end
56
68
 
57
69
  class Area < View
58
70
  include Series
59
71
  array :colors
72
+ string :prefix
73
+ string :suffix
74
+ int :min
75
+ int :max
60
76
  end
61
77
 
62
78
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glib-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.0
4
+ version: 3.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
@@ -318,7 +318,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
318
318
  - !ruby/object:Gem::Version
319
319
  version: '0'
320
320
  requirements: []
321
- rubygems_version: 3.1.4
321
+ rubygems_version: 3.1.6
322
322
  signing_key:
323
323
  specification_version: 4
324
324
  summary: ''