rofltim 1.0.0 → 1.0.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 +2 -2
- data/bin/{roflbalt → rofltim} +1 -1
- data/lib/{roflbalt.rb → rofltim.rb} +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4edaa71a70cea839684507fe7770dd6841b386a26b68a4c59bc5b7ea6d7af98
|
|
4
|
+
data.tar.gz: b7797f2628c0971837b3a0109b97e95c48e57b0a97b04f8ef17ae0a85bc24505
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 246f6d7cb4d71802deb3283c990989c06cf96ff15f1d6addaaf9bacb481901e2389b76a259c0f27b9635733a119d7c947b01faed390e13159cf210c98acbcd42
|
|
7
|
+
data.tar.gz: ff3676c57ffcf93cbc411e7e95c540c663e15a0219a588abcdcf91f103e14ae8194130abbd82d1ef246696af7943bd7c26f39021955e420f512121a0f8f91c53
|
data/README.md
CHANGED
|
@@ -44,13 +44,13 @@ Instructions
|
|
|
44
44
|
|
|
45
45
|
```sh
|
|
46
46
|
# install:
|
|
47
|
-
gem install
|
|
47
|
+
gem install rofltim
|
|
48
48
|
|
|
49
49
|
# using rbenv? it rocks.
|
|
50
50
|
rbenv rehash
|
|
51
51
|
|
|
52
52
|
# LOL
|
|
53
|
-
|
|
53
|
+
rofltim
|
|
54
54
|
```
|
|
55
55
|
|
|
56
56
|
Press any key to jump! If you can't find the any key, try the spacebar.
|
data/bin/{roflbalt → rofltim}
RENAMED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rofltim
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Annesley
|
|
@@ -15,13 +15,13 @@ description: Tim edition of an ASCII side-scrolling game, with ANSI color!
|
|
|
15
15
|
email:
|
|
16
16
|
- paul@annesley.cc
|
|
17
17
|
executables:
|
|
18
|
-
-
|
|
18
|
+
- rofltim
|
|
19
19
|
extensions: []
|
|
20
20
|
extra_rdoc_files: []
|
|
21
21
|
files:
|
|
22
22
|
- README.md
|
|
23
|
-
- bin/
|
|
24
|
-
- lib/
|
|
23
|
+
- bin/rofltim
|
|
24
|
+
- lib/rofltim.rb
|
|
25
25
|
homepage: https://github.com/pda/roflbalt
|
|
26
26
|
licenses: []
|
|
27
27
|
metadata: {}
|