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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72d0cd4604256e90ccf99c949ef2f5eed23b836d
4
- data.tar.gz: 09b790dee626fe84adac5024297b9c2b6d37914f
3
+ metadata.gz: cc2aae9ae9ef4faca1d96f6d23b43b6bcbdd6c69
4
+ data.tar.gz: 0929bccf06f51d70cb7733a2266f1b91a129cd20
5
5
  SHA512:
6
- metadata.gz: 22461f02e0f5d1ecff2246e4b0d36f095ff35d945192318cd0e6c2ed3eb045e5f821bcba21a919bde0330c27b38af7ee2b1449b2e60fba8973d2c54f6e1e2790
7
- data.tar.gz: 8fb490769510ac688d6cce3686b9a940e8a44b73375dcdcf8674a8f61f300c52a05789d69d6cdb6775969efca01de4069694e965892e20f6a16ceb65dd34c4eb
6
+ metadata.gz: 7f273e03bb3f200323b7187b5630fe8b6d6883905303f6655caf3f562aba634fb138b3284eebae6494f2bfd8fdb64d607444ab0c4a750119b6650c5cb783f8fa
7
+ data.tar.gz: 70ed40a17bdfa543d55299787119b4566df4cdce3f56f7c58ac3a1cb01fba8db33a58f0ff8cd5587ffe9d7d123127c3df4aaedf99f4cb8694a53ed632ddcdbd1
data/README.md CHANGED
@@ -1,26 +1,24 @@
1
1
  # StarWarsTelnet
2
2
 
3
- TODO: Write a gem description
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
- Add this line to your application's Gemfile:
7
+ Install the gem from your terminal with:
8
8
 
9
- ```ruby
10
- gem 'star_wars_telnet'
11
- ```
9
+ $ gem install star_wars_telnet
12
10
 
13
- And then execute:
11
+ If you use Rbenv to manage your Ruby versions, you may have to run:
14
12
 
15
- $ bundle
13
+ $ rbenv rehash
16
14
 
17
- Or install it yourself as:
15
+ ## Usage
18
16
 
19
- $ gem install star_wars_telnet
17
+ Run the command
20
18
 
21
- ## Usage
19
+ star_wars
22
20
 
23
- TODO: Write usage instructions here
21
+ and sit back and enjoy!
24
22
 
25
23
  ## Contributing
26
24
 
@@ -1,3 +1,3 @@
1
1
  module StarWarsTelnet
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -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.1
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: {}