how_fast 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f705bd383179e95fe0cbe6178f4a0c6c5739003
4
- data.tar.gz: e084ce5c229b458ffee0088115113900407ac037
3
+ metadata.gz: 6fde6b216888d3b073a9e98eb6d818482af5c12b
4
+ data.tar.gz: 9bdc1ffc42834be2513802c90b822e1948115dc9
5
5
  SHA512:
6
- metadata.gz: f160dafd11a09c7bad37a5905dfe241b3501d41b7a93d949a8fe50c68029fec103ba0960070e0ea7236709ba38d6a3a7575eb5ff9fcfaec35a0de9d5fd148146
7
- data.tar.gz: bd5f35c4df207f337934546208f1a87c109cd8e10c20e056477c84ae67fce59d4eeea8dfb2fe41be659c163b53ae7a806e08f313e17fef446f3fc8f6b16b82dc
6
+ metadata.gz: 23d485918c5a3732b17be1f67984585464132cadf7e7d695eeffa2c8934c4f3bedf76eaffa46ac54b654216bd5e7b29e1040a468362cc279e2b8d929d7b2fa28
7
+ data.tar.gz: 4c2f5302aabed47a4846d2f9cf3864aed4033690ddc6cd7d3c4fbd140b3057f368e28f39912f1591c4310f82a0825801d460fb9defff708e1d6fc4a2867b080e
data/README.md CHANGED
@@ -4,23 +4,11 @@ HowFast is a simple CLI gem to show you your current **download** speed. This ge
4
4
 
5
5
  ## Installation
6
6
 
7
- Add this line to your application's Gemfile:
8
-
9
- ```ruby
10
- gem 'how_fast'
11
- ```
12
-
13
- And then execute:
14
-
15
- $ bundle
16
-
17
- Or install it yourself as:
18
-
19
7
  $ gem install how_fast
20
8
 
21
9
  ## Usage
22
10
 
23
- Once you've installed the gem...
11
+ Run: ```how-fast`` after installing gem.
24
12
 
25
13
  ## Development
26
14
 
Binary file
@@ -1,3 +1,3 @@
1
1
  module HowFast
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: how_fast
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
  - Christian Whitesides
@@ -68,6 +68,7 @@ files:
68
68
  - bin/console
69
69
  - bin/how-fast
70
70
  - bin/setup
71
+ - how_fast-0.1.0.gem
71
72
  - how_fast.gemspec
72
73
  - lib/how_fast.rb
73
74
  - lib/how_fast/cli.rb