README.md in iuid-0.0.3 vs README.md in iuid-0.0.4
- old
+ new
@@ -58,12 +58,12 @@
## Update & Changes
### to 0.0.3
-1. be sure to update as well the moneta gem, trocla now uses the official moneta releases and supports current avaiable versions.
+1. be sure to update as well the moneta gem, iuid now uses the official moneta releases and supports current avaiable versions.
1. Options for moneta's backends have changed. For example, if you are using the yaml-backend you will likely need to change the adapter option `:path:` to `:file:` to match moneta's new API.
-1. **IMPORTANT:** If you are using the yaml backend you need to migrate the current data *before* using the new trocla version! You can migrate the datastore by using the following two sed commands `sed -i 's/^ / /' /PATH/TO/trocla_data.yaml` && `sed -i '/^ value\:/d' /PATH/TO/trocla_data.yaml`.
+1. **IMPORTANT:** If you are using the yaml backend you need to migrate the current data *before* using the new iuid version! You can migrate the datastore by using the following two sed commands `sed -i -e :a -e '$!N;s/\n value: //;ta' -e 'P;D' /PATH/TO/iuid_date.yaml` && `sed -i 's/^ / /' /PATH/TO/iuid_date.yaml`.
## Contributing to iuid
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it