scripts/build_install_local.sh in radon-0.1.6 vs scripts/build_install_local.sh in radon-0.1.7
- old
+ new
@@ -1,9 +1,9 @@
-#!/bin/bash
-
-cd ..
-
-CURRENT_VERSION=$(cat lib/core/constants.rb | grep VERSION | cut -d '"' -f 2)
-
-
-gem build radon.gemspec
+#!/bin/bash
+
+cd ..
+
+CURRENT_VERSION=$(cat lib/core/constants.rb | grep VERSION | cut -d '"' -f 2)
+
+
+gem build radon.gemspec
gem install radon-$CURRENT_VERSION.gem
\ No newline at end of file