glib-web 3.5.1 → 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: 4cf17d1db79531955424f252d71fc694099f25ba6a07a2f56937bce7a42b0e9b
4
- data.tar.gz: c84f1acb53cc5d550b6a3269820415ad9799c7e4d1e766fadc98b3d1dac83633
3
+ metadata.gz: 59361d799d0e2b863064eccae8545b2236c1fa3bbcbc9a72a406a6ba1e901276
4
+ data.tar.gz: '08fa2c03dda23e2ed7981ecf706afd74169070475e61118a70b956545192daf7'
5
5
  SHA512:
6
- metadata.gz: 8b75182087068f8b65fdf844da9be029a634b0ce0397339fb525bb5d715f55d4272f03c3b3d3af1a8daed1020a0e7e3548fd5b63651a2d30168a9d0c39ed5ab2
7
- data.tar.gz: 551ee01c6a08170a76e9cb696f667cab16f93b32ba518ad3006bf08890d417a9079a02b618177fe1f4114800a1a1ba863aab92e51c19a842d21c2861446bb2c4
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
@@ -243,6 +243,7 @@ class Glib::JsonUi::ViewBuilder
243
243
  string :uploadText
244
244
  string :uploadIcon
245
245
  hash :placeholderView
246
+ hash :infoSpec
246
247
  end
247
248
 
248
249
  # TODO
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.5.1
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: ''