hotcorg 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/README.md +3 -11
- data/hotcorg.gemspec +3 -2
- data/lib/hotcorg/version.rb +1 -1
- metadata +19 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8824c5f6e94ddd30b411c8285a819a8d72a19936
|
|
4
|
+
data.tar.gz: 05febd2152721cf1e1afdd4fe8fb321e97e16dd5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39fa40dc8651eff481badf3a00c3142206aa687e5b65de84a382672ba261e15b345792984a3ac4f3fe15791652c538cb7e63cabf6c6c1083cb7026a567d8e944
|
|
7
|
+
data.tar.gz: e8b10a8b477949ccb3741cb30e0693b9de62928d02f7427c6b93ced8507139df90d89ccce7d5cd2c69af5b9c3361fe02e567fd43846fac9d04839b3f3d67f1ba
|
data/README.md
CHANGED
|
@@ -4,17 +4,9 @@ https://github.com/g-fukurowl/hotcorg
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
```ruby
|
|
8
|
-
gem 'hotcorg'
|
|
9
7
|
```
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
$ bundle
|
|
14
|
-
|
|
15
|
-
Or install it yourself as:
|
|
16
|
-
|
|
17
|
-
$ gem install hotcorg
|
|
8
|
+
$ gem install hotcorg
|
|
9
|
+
```
|
|
18
10
|
|
|
19
11
|
|
|
20
12
|
## Usage
|
|
@@ -42,7 +34,7 @@ hotcorg go
|
|
|
42
34
|
#### Examples
|
|
43
35
|
|
|
44
36
|
```
|
|
45
|
-
hotcorg go -g 10 -t 70 80 90 -i 60 -c "echo 'hello'"
|
|
37
|
+
$ hotcorg go -g 10 -t 70 80 90 -i 60 -c "echo 'hello'"
|
|
46
38
|
```
|
|
47
39
|
|
|
48
40
|
## License
|
data/hotcorg.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["="]
|
|
10
10
|
spec.email = ["gfukurowl@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{Hotcorg works as the watchdog for changing of cpu temperture.}
|
|
13
|
-
spec.description = %q{Hotcorg watches cpu temperture. You can direct thretholds. If cpu temperture gets over them, Hotdog notifies to you.}
|
|
12
|
+
spec.summary = %q{Hotcorg works as the watchdog for changing of cpu temperture. (for macOS only)}
|
|
13
|
+
spec.description = %q{Hotcorg watches cpu temperture. You can direct thretholds. If cpu temperture gets over them, Hotdog notifies to you. (for macOS only)}
|
|
14
14
|
spec.homepage = "https://github.com/g-fukurowl/hotcorg"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
@@ -27,4 +27,5 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
|
|
28
28
|
spec.add_dependency "iStats"
|
|
29
29
|
spec.add_dependency "timers"
|
|
30
|
+
spec.add_dependency "thor"
|
|
30
31
|
end
|
data/lib/hotcorg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hotcorg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- '='
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-12-
|
|
11
|
+
date: 2018-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -80,8 +80,22 @@ dependencies:
|
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
84
|
+
name: thor
|
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - ">="
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: '0'
|
|
90
|
+
type: :runtime
|
|
91
|
+
prerelease: false
|
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - ">="
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '0'
|
|
83
97
|
description: Hotcorg watches cpu temperture. You can direct thretholds. If cpu temperture
|
|
84
|
-
gets over them, Hotdog notifies to you.
|
|
98
|
+
gets over them, Hotdog notifies to you. (for macOS only)
|
|
85
99
|
email:
|
|
86
100
|
- gfukurowl@gmail.com
|
|
87
101
|
executables:
|
|
@@ -131,5 +145,6 @@ rubyforge_project:
|
|
|
131
145
|
rubygems_version: 2.5.2
|
|
132
146
|
signing_key:
|
|
133
147
|
specification_version: 4
|
|
134
|
-
summary: Hotcorg works as the watchdog for changing of cpu temperture.
|
|
148
|
+
summary: Hotcorg works as the watchdog for changing of cpu temperture. (for macOS
|
|
149
|
+
only)
|
|
135
150
|
test_files: []
|