method
util_make_gems
v1_9_3_125 -
Show latest stable
-
0 notes -
Class: TestCase
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378
- 1_9_2_180
- 1_9_3_125 (0)
- 1_9_3_392 (0)
- 2_1_10 (0)
- 2_2_9 (0)
- 2_4_6 (0)
- 2_5_5 (0)
- 2_6_3 (0)
- What's this?
util_make_gems(prerelease = false)
public
Creates several default gems which all have a lib/code.rb file. The gems are not installed but are available in the cache dir.
+@a1+ |
gem a version 1, this is the best-described gem. |
+@a2+ |
gem a version 2 |
+@a3a |
gem a version 3.a |
+@a_evil9+ |
gem a_evil version 9, use this to ensure similarly-named gems |
don't collide with a.
+@b2+ |
gem b version 2 |
+@c1_2+ |
gem c version 1.2 |
+@pl1+ |
gem pl version 1, this gem has a legacy platform of i386-linux. |
Additional prerelease gems may also be created:
+@a2_pre+ |
gem a version 2.a |
TODO: nuke this and fix tests. this should speed up a lot