Write out version.rb on dist build
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module Jasmine
|
||||
module Core
|
||||
VERSION = "<%= "#{major}.#{minor}.#{build}" %><%= ".rc#{release_candidate}" if release_candidate %>"
|
||||
end
|
||||
end
|
||||
|
||||
+1
-1
@@ -2,6 +2,6 @@ jasmine.version_= {
|
||||
"major": 1,
|
||||
"minor": 1,
|
||||
"build": 0,
|
||||
"revision": 1308618948,
|
||||
"revision": 1308830021,
|
||||
"release_candidate": 1
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user