hotcorg 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: 89b293c1a6b070b3b1a96c325bd62916320484cf
4
- data.tar.gz: 81a8b5f365f627ef35a80659782ade0bb0e1a325
3
+ metadata.gz: 8824c5f6e94ddd30b411c8285a819a8d72a19936
4
+ data.tar.gz: 05febd2152721cf1e1afdd4fe8fb321e97e16dd5
5
5
  SHA512:
6
- metadata.gz: 760efcd99c7e75cebe64042d0908668b53e60fb86e4844f6dfb2890dc7d66b46ab9da1028fffcee1dfef0f6def96c8d24147e517a9b75b35270210b23b7c1eed
7
- data.tar.gz: 3a057d3906558ae4dbe3352b9b4800d902c1e7d6b73ae8cb6e820e11c1d3b3aa0971254acbe3c891f5ac3194008a8160a0e6bf1e0334c3a233127b0314a5a1be
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
- And then execute:
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
@@ -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
@@ -1,5 +1,5 @@
1
1
  # coding: utf-8
2
2
 
3
3
  module Hotcorg
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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-04 00:00:00.000000000 Z
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: []