README.md in homesteading_publisher-0.0.10 vs README.md in homesteading_publisher-0.0.11
- old
+ new
@@ -8,11 +8,11 @@
A generic Rails Engine that all HS-* post type publisher apps build on top of.
## Current Version
-0.0.1
+0.0.10
## Installation
Add this line to your application's Gemfile:
@@ -32,14 +32,10 @@
After bundling, add this to your Rails project's `post.rb` model.
**TODO**
-```ruby
-```
-
-
## Shared post attributes
**TODO**
- title
@@ -72,12 +68,12 @@
## Specs
Run once.
```bash
-rspec
+rake
```
-
+`rake` is needed instead of `rspec` to take care of preparing the dummy application test DB.
## License
**PUBLIC DOMAIN**