bin/install in
onotole-1.0.4
vs bin/install in
onotole-1.0.6
- old
+ new
@@ -1,2 +1,2 @@
#!/bin/sh
-gem build onotole.gemspec && gem install onotole
+rm onotole-*.gem && gem build onotole.gemspec && gem install onotole