Merge master into staging

This commit is contained in:
Vladimír Čunát
2015-10-23 01:57:14 +02:00
247 changed files with 16829 additions and 1271 deletions
@@ -129,7 +129,7 @@ let
inherit majorVersion minorVersion teenyVersion patchLevel;
rubyEngine = "ruby";
baseRuby = baseruby;
libPath = "lib/${versionNoPatch}";
libPath = "lib/${rubyEngine}/${versionNoPatch}";
gemPath = "lib/${rubyEngine}/gems/${versionNoPatch}";
};
}