rails-delegate
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -39,3 +39,3 @@ # Delegate Developer Documentation | ||
``` | ||
$ bin/publish | ||
$ publish | ||
``` |
{ | ||
"name": "rails-delegate", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"author": "Kevin Goslar", | ||
@@ -28,7 +28,5 @@ "dependencies": { | ||
"scripts": { | ||
"postpublish": "git push && git push --tags", | ||
"prepublish": "bin/build", | ||
"preversion": "check-update && bin/spec", | ||
"test": "bin/spec" | ||
} | ||
} |
8769