iStats 0.0.6 → 0.0.7

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: bbfee43c97edf5782f5620706731a0dc1c3b4656
4
- data.tar.gz: e3817ed49ea0fdc535fd75b3c6d6ae870a268263
3
+ metadata.gz: a6913998ec242b341ef22e43871298eb7243cef8
4
+ data.tar.gz: 7e0fd04af5cce3fabc6579cf7d63034dc71d7989
5
5
  SHA512:
6
- metadata.gz: 0cae62708411610e2524f755f8e205430b9b6900745c4b24495ce58f05d8b42dd6afa95b9fa0df1968798be7348895e6eea30c059fb3018e5ac5d59012abe4f7
7
- data.tar.gz: 225efcd7c7b5bfeaccbcd519c3f38e02ee6178a99b8c4765f64a566f404fe4f115445c32cf38674183ff7b5100c62967ef99e14e8b2e6fcea02a7aa14b6d3496
6
+ metadata.gz: 39a0743e11c8dd9b5525f3af948d4eb1419df421583bd4a4f6afe241a019ec0c998a09cd62dc10064402c928ac9d578952ebfab9f2800acee27d74ebdf3b8b92
7
+ data.tar.gz: 6d7e68b9a86b0435e4d2c2d18030ce443a90dcd6f4915e4d083d714509e63dc4cedf5fd6d00be151c74f2eeec6fdf5fef51fd6e0497537e7b64f319450e5601f
data/.gitignore CHANGED
@@ -32,3 +32,5 @@ build/
32
32
 
33
33
  # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
34
34
  .rvmrc
35
+
36
+ Makefile.ori
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- iStats (0.0.5)
5
- sparkr
4
+ iStats (0.0.6)
5
+ sparkr (~> 0.4)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- rake (10.2.2)
10
+ rake (10.3.1)
11
11
  rake-compiler (0.9.2)
12
12
  rake
13
13
  sparkr (0.4.1)
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  iStats [![Gem Version](https://badge.fury.io/rb/iStats.svg)](http://badge.fury.io/rb/iStats)
2
2
  ======
3
3
 
4
- iStats is a command-line tool that allows you to easily grap the CPU temperature, fan speeds and battery information on OS X. If you'd like to see more data available feel free to open an issue.
4
+ iStats is a command-line tool that allows you to easily grab the CPU temperature, fan speeds and battery information on OS X. If you'd like to see more data available feel free to open an issue.
5
5
 
6
6
  #### Warning
7
7
  A [bug in Ruby](https://bugs.ruby-lang.org/issues/9624) and Apple XCode 5.1 onwards (new CLANG version) might make it impossible to install this gem if you are using Ruby from the Xcode command-line tools package. If you are using RVM or homebrew to manage your Ruby installation you should be fine.
data/bin/istats CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  $:.unshift File.join(File.dirname(__FILE__), *%w[.. lib])
5
5
 
6
- require 'istats'
6
+ require 'iStats'
7
7
 
8
8
  IStats::Command.execute(*ARGV)
@@ -10,7 +10,7 @@ spec = Gem::Specification.new do |s|
10
10
  s.version = IStats::VERSION
11
11
  s.authors = ["Chris911"]
12
12
  s.email = ["christophe.naud.dulude@gmail.com"]
13
- s.description = %q{iStats is a command-line tool that allows you to easily grap the CPU temperature, fan speeds and battery information on OS X. If you'd like to see more data available feel free to open an issue.}
13
+ s.description = %q{iStats is a command-line tool that allows you to easily grab the CPU temperature, fan speeds and battery information on OS X.}
14
14
  s.summary = "Stats for your mac"
15
15
  s.homepage = "https://github.com/Chris911/iStats"
16
16
  s.license = "MIT"
@@ -1,3 +1,3 @@
1
1
  module IStats
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iStats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris911
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-22 00:00:00.000000000 Z
11
+ date: 2014-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sparkr
@@ -66,9 +66,8 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: iStats is a command-line tool that allows you to easily grap the CPU
70
- temperature, fan speeds and battery information on OS X. If you'd like to see more
71
- data available feel free to open an issue.
69
+ description: iStats is a command-line tool that allows you to easily grab the CPU
70
+ temperature, fan speeds and battery information on OS X.
72
71
  email:
73
72
  - christophe.naud.dulude@gmail.com
74
73
  executables: