You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Rubyfu, the gem
1
+
# Rubyfu, the gem[](https://badge.fury.io/rb/rubyfu)
2
2
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.
3
3
4
4
## How it works?
@@ -76,9 +76,20 @@ To report any issue, please refere to [issues](https://github.com/rubyfu/RubyfuG
76
76
Done!
77
77
78
78
### 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.
80
79
81
80
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.
0 commit comments