README.md in marked-rails-0.2.8.0 vs README.md in marked-rails-0.2.9.0
- old
+ new
@@ -3,12 +3,10 @@
[Marked](https://github.com/chjj/marked) is an awesome, fast Markdown parser and compiler.
This is marked - wrapped in a gem - to make use of rubygems as a package manager.
Marked is also available through Node Package Manager, but if you're working in Rails it's nice
to have in gem form for simple integration into your rails apps.
- We are currently tracking marked version 0.2.7
-
## Installation
Add this line to your application's Gemfile:
gem 'marked-rails'
@@ -28,9 +26,15 @@
```
## Usage (Without Asset Pipeline)
_Coming ...Eventually_
+
+## Versioning Conventions
+
+The least significant digits are gem-specific. Everything before those digits are marked versions.
+For example: marked-rails 0.2.8.0 tracks marked 0.2.8 - if we make a mistake in the gem, withoug
+having to touch the library - we'd release 0.2.8.1
## Contributing
Feel free to open an issue ticket if you find something that could be improved. A couple notes: