README.md in gemsmith-12.0.0 vs README.md in gemsmith-12.1.0
- old
+ new
@@ -72,11 +72,11 @@
- Aids in viewing source code of semantically versioned gems within your favorite editor.
- Aids in viewing documentation of semantically versioned within your default browser.
## Screencasts
-[![asciicast](https://asciinema.org/a/125222.png)](https://asciinema.org/a/125222)
+[![asciicast](https://asciinema.org/a/173862.png)](https://asciinema.org/a/173862)
## Requirements
0. A UNIX-based system.
0. [Ruby 2.5.x](https://www.ruby-lang.org).
@@ -96,11 +96,12 @@
This gem can be configured via a global configuration:
~/.config/gemsmith/configuration.yml
It can also be configured via [XDG environment variables](https://github.com/bkuhlmann/runcom#xdg)
-as provided by the [Runcom](https://github.com/bkuhlmann/runcom) gem.
+as provided by the [Runcom](https://github.com/bkuhlmann/runcom) gem. Check out the [Runcom
+Examples](https://github.com/bkuhlmann/runcom#examples) for project specific usage.
The default configuration is as follows:
:year: <current year>
:github_user: "<Git config GitHub user>",
@@ -335,10 +336,12 @@
## Promotion
Once your gem is released, you might want to let the world know about your accomplishment:
- [How to Spread the Word About Your Code](https://hacks.mozilla.org/2013/05/how-to-spread-the-word-about-your-code)
+- [Ruby Community](https://www.ruby-lang.org/en/community)
- [RubyFlow](http://www.rubyflow.com)
+- [Ruby Devs Slack](https://rubydevs.herokuapp.com)
## Troubleshooting
When running `bundle exec rake install` or `bundle exec rake publish` with modified, staged, or
uncommitted Git changes, the rake task will throw an error to this effect. When this occurs, it is