README.md in myrails-1.1.1 vs README.md in myrails-2.0.0
- old
+ new
@@ -3,16 +3,18 @@
This gem was created to make generating rails related files and other rails gem files (that I use) a lot easier. It is a thor backed gem that was designed with rails 5 in mind but most of it "should" work with rails 4.
This gem is not endorsed by 37signals. I wrote it as a convenience for generating files that I would otherwise have written by hand.
## Disclaimer
-
This gem is not compatible with ruby 2.3 (yet).
+## Notes
+Use 1.1.1 if you are primarily developing in rails 3 & 4
-## Examples
+Use 2.x.x if are primarily developing in rails 5
+## Examples
Here is an example of the gem in action:
For example, I use pundit. With this gem I am able to run the following:
```ruby
@@ -43,10 +45,16 @@
## Installation
In your terminal:
```ruby
-gem install myrails -v 1.1.2
+# For development in rails 3 & 4 primarily
+
+gem install myrails -v 1.1.1
+
+# For development in rails 5 primarily
+
+gem install myrails
```
## Usage
simple type `myrails` to see the help menu