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 +4 -4
- data/README.md +1 -13
- data/how_fast-0.1.0.gem +0 -0
- data/lib/how_fast/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fde6b216888d3b073a9e98eb6d818482af5c12b
|
4
|
+
data.tar.gz: 9bdc1ffc42834be2513802c90b822e1948115dc9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
11
|
+
Run: ```how-fast`` after installing gem.
|
24
12
|
|
25
13
|
## Development
|
26
14
|
|
data/how_fast-0.1.0.gem
ADDED
Binary file
|
data/lib/how_fast/version.rb
CHANGED
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.
|
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
|