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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30444f0e7475fea054716007d5ab3253ec50e13da69c6d293691580704affac1
4
- data.tar.gz: 776a3cc65cfcee5b4666d97ef14bc45ce7d925f014b9ce6eb777abd4ac00aa6e
3
+ metadata.gz: b4edaa71a70cea839684507fe7770dd6841b386a26b68a4c59bc5b7ea6d7af98
4
+ data.tar.gz: b7797f2628c0971837b3a0109b97e95c48e57b0a97b04f8ef17ae0a85bc24505
5
5
  SHA512:
6
- metadata.gz: 457fcd1cc833d03b206b6dc22c04bafd05c3ff26a17e60379cee07b6281343d3248cc5bf08863a90d3527df1652cfd2824e1f9ec7dadd99ad3983d529aeeab14
7
- data.tar.gz: 03fcde9e488cadf6470135664c66e5c11a7513e83777799167f6972caae9ef70dfc5235d3b63a6b9fbc1c6cc837cde5406c94f511ac776aaeee5c7fe84dc79a2
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 roflbalt
47
+ gem install rofltim
48
48
 
49
49
  # using rbenv? it rocks.
50
50
  rbenv rehash
51
51
 
52
52
  # LOL
53
- roflbalt
53
+ rofltim
54
54
  ```
55
55
 
56
56
  Press any key to jump! If you can't find the any key, try the spacebar.
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require "roflbalt"
3
+ require "rofltim"
4
4
 
5
5
  Game.new.run
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.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
- - roflbalt
18
+ - rofltim
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
22
  - README.md
23
- - bin/roflbalt
24
- - lib/roflbalt.rb
23
+ - bin/rofltim
24
+ - lib/rofltim.rb
25
25
  homepage: https://github.com/pda/roflbalt
26
26
  licenses: []
27
27
  metadata: {}