star_wars_telnet 0.0.1 → 0.0.2
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 +9 -11
- data/lib/star_wars_telnet/version.rb +1 -1
- data/star_wars_telnet.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc2aae9ae9ef4faca1d96f6d23b43b6bcbdd6c69
|
|
4
|
+
data.tar.gz: 0929bccf06f51d70cb7733a2266f1b91a129cd20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f273e03bb3f200323b7187b5630fe8b6d6883905303f6655caf3f562aba634fb138b3284eebae6494f2bfd8fdb64d607444ab0c4a750119b6650c5cb783f8fa
|
|
7
|
+
data.tar.gz: 70ed40a17bdfa543d55299787119b4566df4cdce3f56f7c58ac3a1cb01fba8db33a58f0ff8cd5587ffe9d7d123127c3df4aaedf99f4cb8694a53ed632ddcdbd1
|
data/README.md
CHANGED
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
# StarWarsTelnet
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Watch Star Wars from your Mac terminal with a simple command! (This only works on a Mac currently.) Courtesy of http://www.blinkenlights.nl/services.html
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Install the gem from your terminal with:
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
gem 'star_wars_telnet'
|
|
11
|
-
```
|
|
9
|
+
$ gem install star_wars_telnet
|
|
12
10
|
|
|
13
|
-
|
|
11
|
+
If you use Rbenv to manage your Ruby versions, you may have to run:
|
|
14
12
|
|
|
15
|
-
$
|
|
13
|
+
$ rbenv rehash
|
|
16
14
|
|
|
17
|
-
|
|
15
|
+
## Usage
|
|
18
16
|
|
|
19
|
-
|
|
17
|
+
Run the command
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
star_wars
|
|
22
20
|
|
|
23
|
-
|
|
21
|
+
and sit back and enjoy!
|
|
24
22
|
|
|
25
23
|
## Contributing
|
|
26
24
|
|
data/star_wars_telnet.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["jaywngrw@gmail.com"]
|
|
11
11
|
spec.summary = %q{Watch Star Wars from your terminal!}
|
|
12
12
|
spec.description = %q{}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/jaywengrow/star_wars_telnet"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: star_wars_telnet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jay Wengrow
|
|
@@ -55,7 +55,7 @@ files:
|
|
|
55
55
|
- lib/star_wars_telnet.rb
|
|
56
56
|
- lib/star_wars_telnet/version.rb
|
|
57
57
|
- star_wars_telnet.gemspec
|
|
58
|
-
homepage:
|
|
58
|
+
homepage: https://github.com/jaywengrow/star_wars_telnet
|
|
59
59
|
licenses:
|
|
60
60
|
- MIT
|
|
61
61
|
metadata: {}
|