Write out version.rb on dist build

This commit is contained in:
ragaskar
2011-06-23 07:55:04 -04:00
parent 634a7dc402
commit b722f416c7
7 changed files with 22 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
jasmine.version_= {
"major": <%= major %>,
"minor": <%= minor %>,
"build": <%= build %>,
"revision": <%= revision %><%= %Q{,\n "release_candidate": #{release_candidate}} if release_candidate %>
};