Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Commit e85df32

Browse files
committed
Add badge.fury.io
1 parent 2afbb83 commit e85df32

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rubyfu, the gem
1+
# Rubyfu, the gem [![Gem Version](https://badge.fury.io/rb/rubyfu.svg)](https://badge.fury.io/rb/rubyfu)
22
Rubyfu gem is a simple way to run and read Rubyfu book offline as it is online. This gem should be continuously updated as the online version gets updated, but it's not instantly syncing.
33

44
## How it works?
@@ -76,9 +76,20 @@ To report any issue, please refere to [issues](https://github.com/rubyfu/RubyfuG
7676
Done!
7777

7878
### Enhancing how the gem application is working
79-
Currently, the gem misses and important mission which is the syncronization between the webrick and browser process so if you clos the browser, the webrick will keep working in the background.
8079

8180

81+
### Known Issues
82+
- The gem misses and important mission, which is the synchronization between the *webrick* and *browser process so if you close the browser, the webrick will keep working in the background.
83+
84+
- Make gem update smarter
85+
86+
Currently, each time we update the book, we've to update the gem even we did nothing with the gem's code
87+
88+
- Gem's command-line should check the latest gem version
89+
- Gem should check the latest book contents (create a repo, maybe?)
90+
- If the gem is latestet, and book content is not, then the content only should get updated, make sense!
91+
- If the gem is not latest then update the gem and gem update shall contain latest content.
92+
8293
### gem test
8394

8495
```

0 commit comments

Comments
 (0)