commit | b67da2382ebfa31dbe067d36051f35f77f4e10ac | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Sat Sep 12 23:50:30 2015 -0400 |
committer | Brian Silverman <brian@peloton-tech.com> | Mon Sep 14 12:49:54 2015 -0400 |
tree | 8b3ccad104d70da3fa1e9cbde73b3f948f3a3525 | |
parent | 9b7f93541d2283c9c8d87584e45552191edb6a60 [diff] [blame] |
Add rules for packaging up Ruby code. These were originally written by Parker and then cleaned up by me. Change-Id: I93b66c83f80ca86a267abb84cab5f160b837083b
diff --git a/build_tests/ruby_to_require.rb b/build_tests/ruby_to_require.rb new file mode 100644 index 0000000..b63cda2 --- /dev/null +++ b/build_tests/ruby_to_require.rb
@@ -0,0 +1,4 @@ +# This file is loaded by ruby.rb through several mechanisms to make sure they +# all work. + +$loaded = true