arbi 1.0.8.2 → 1.0.8.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/arbi/modules.rb CHANGED
@@ -170,6 +170,7 @@ end
170
170
  load_module('help')
171
171
  load_module('version')
172
172
  load_module('cpu')
173
+ load_module('thermal')
173
174
  load_module('ram')
174
175
  load_module('net')
175
176
  load_module('adapter')
@@ -0,0 +1,20 @@
1
+ #--
2
+ # Copyleft shura. [ shura1991@gmail.com ]
3
+ #
4
+ # This file is part of arbi.
5
+ #
6
+ # arbi is free software: you can redistribute it and/or modify
7
+ # it under the terms of the GNU Affero General Public License as published
8
+ # by the Free Software Foundation, either version 3 of the License, or
9
+ # (at your option) any later version.
10
+ #
11
+ # arbi is distributed in the hope that it will be useful,
12
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ # GNU Affero General Public License for more details.
15
+ #
16
+ # You should have received a copy of the GNU Affero General Public License
17
+ # along with arbi. If not, see <http://www.gnu.org/licenses/>.
18
+ #++
19
+
20
+ require 'arbi/modules/sys/thermal'
data/lib/arbi/version.rb CHANGED
@@ -19,5 +19,5 @@
19
19
 
20
20
 
21
21
  module Arbi
22
- VERSION = '1.0.8.2'
22
+ VERSION = '1.0.8.3'
23
23
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 0
8
8
  - 8
9
- - 2
10
- version: 1.0.8.2
9
+ - 3
10
+ version: 1.0.8.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - shura
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-13 00:00:00 +01:00
18
+ date: 2011-03-15 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -84,6 +84,7 @@ files:
84
84
  - lib/arbi/modules/sys/adapter.rb
85
85
  - lib/arbi/modules/sys/thermal.rb
86
86
  - lib/arbi/modules/sys/battery.rb
87
+ - lib/arbi/modules/thermal.rb
87
88
  - lib/arbi/modules/version.rb
88
89
  - lib/arbi/modules/help.rb
89
90
  - lib/arbi/modules/battery.rb