puer 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/puer/config.rb +4 -4
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
data/lib/puer/config.rb CHANGED
@@ -22,9 +22,9 @@ classes 'IBUIWindow' => 'Window',
22
22
  # color(:output)
23
23
  # font(:output)
24
24
  # vextor(:x, :y) # Where '{1, 2}' => {:x => 1, :y => 2}
25
- properties 'backgroundColor' => color(:backgroundColor),
26
- 'font' => font(:font),
25
+ # properties 'backgroundColor' => color(:backgroundColor),
26
+ properties 'font' => font(:font),
27
27
  'frameOrigin' => vector(:top, :bottom),
28
28
  'frameSize' => vector(:height, :width),
29
- 'text' => val(:text),
30
- 'textColor' => color(:color)
29
+ 'text' => val(:text)
30
+ #'textColor' => color(:color)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -399,7 +399,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
399
399
  version: '0'
400
400
  segments:
401
401
  - 0
402
- hash: -2788855620527926183
402
+ hash: 3935717065722797204
403
403
  required_rubygems_version: !ruby/object:Gem::Requirement
404
404
  none: false
405
405
  requirements: