README.md in gemsmith-7.1.0 vs README.md in gemsmith-7.2.0
- old
+ new
@@ -12,10 +12,11 @@
<!-- Tocer[start]: Auto-generated, don't remove. -->
# Table of Contents
- [Features](#features)
+- [Screencast](#screencast)
- [Requirements](#requirements)
- [Setup](#setup)
- [Usage](#usage)
- [Command Line Interface (CLI)](#command-line-interface-cli)
- [Rake](#rake)
@@ -43,19 +44,22 @@
- Supports [Ruby on Rails](http://rubyonrails.org).
- Supports [Pry](http://pryrepl.org).
- Supports [Guard](https://github.com/guard/guard).
- Supports [RSpec](http://rspec.info).
- Supports [Rubocop](https://github.com/bbatsov/rubocop).
+- Supports [GitHub](https://github.com).
- Supports [Code Climate](https://codeclimate.com).
- Supports [Gemnasium](https://gemnasium.com).
- Supports [Travis CI](https://travis-ci.org).
- Supports [Patreon](https://www.patreon.com).
- Adds commonly needed [README](README.md), [CHANGELOG](CHANGELOG.md), [CONTRIBUTING](CONTRIBUTING.md),
[CODE OF CONDUCT](CODE_OF_CONDUCT.md), [LICENSE](LICENSE.md), etc. documentation.
- Provides the ability to open the source code of any gem within your favorite editor.
- Provides the ability to read the documentation of any gem within your default browser.
+# Screencast
+
[![asciicast](https://asciinema.org/a/30728.png)](https://asciinema.org/a/30728)
# Requirements
0. A UNIX-based system.
@@ -153,9 +157,10 @@
# Default: true
-s, [--rspec], [--no-rspec] # Add RSpec support.
# Default: true
-R, [--rubocop], [--no-rubocop] # Add Rubocop support.
# Default: true
+ -H, [--git-hub], [--no-git-hub] # Add GitHub support.
-C, [--code-climate], [--no-code-climate] # Add Code Climate support.
# Default: true
-G, [--gemnasium], [--no-gemnasium] # Add Gemnasium support.
# Default: true
-t, [--travis], [--no-travis] # Add Travis CI support.