sr-mg 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/mg.rb +1 -1
- metadata +1 -1
data/lib/mg.rb
CHANGED
@@ -46,7 +46,7 @@ class MG < Rake::TaskLib
|
|
46
46
|
|
47
47
|
desc "Build and install edge as a local gem"
|
48
48
|
task :"install:edge" => package(".999.gem") do
|
49
|
-
sh "gem install #{package(".999.gem")}"
|
49
|
+
sh "gem install #{package(".999.gem")}#{" --development" if ENV["HACK"]}"
|
50
50
|
end
|
51
51
|
|
52
52
|
desc "Build gem and tarball into dist/"
|