uwa_syshd 0.1 → 0.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.
@@ -5,7 +5,7 @@ module UWA
5
5
  module Widget
6
6
  class SysHd < UWA::Handler
7
7
  NAME = 'uwa_syshd'
8
- VERSION = '0.1'
8
+ VERSION = '0.2'
9
9
  COPYRIGHT = 'Copyright (C) 2007 Florent Solt'
10
10
  DESC = 'UWA system hard disk usage widget'
11
11
  AUTHOR = 'Florent Solt'
data/resources/style.css CHANGED
@@ -12,7 +12,7 @@
12
12
  height: 100px;
13
13
  background-repeat: no-repeat;
14
14
  text-align: center;
15
- margin-right: 10px;
15
+ margin: 5px;
16
16
  line-height: 16px;
17
17
  }
18
18
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: uwa_syshd
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.1"
7
- date: 2007-04-04 00:00:00 +02:00
6
+ version: "0.2"
7
+ date: 2007-04-06 00:00:00 +02:00
8
8
  summary: UWA system hard disk usage widget
9
9
  require_paths:
10
10
  - lib