should fix red build
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
## Release
|
||||
__Jasmine Core Maintainers Only__
|
||||
|
||||
- ZIP
|
||||
- REPO
|
||||
- GEM
|
||||
- Docs
|
||||
- Pages
|
||||
The current version lives in the file `src/version.json`. We attempt to stick to Semantic Versioning
|
||||
|
||||
## The Github Pages
|
||||
|
||||
|
||||
@@ -2471,6 +2471,6 @@ jasmine.version_= {
|
||||
"major": 1,
|
||||
"minor": 1,
|
||||
"build": 0,
|
||||
"revision": 1308187385,
|
||||
"revision": 1308238364,
|
||||
"rc": 1
|
||||
}
|
||||
};
|
||||
|
||||
@@ -2,6 +2,6 @@ jasmine.version_= {
|
||||
"major": 1,
|
||||
"minor": 1,
|
||||
"build": 0,
|
||||
"revision": 1308187385,
|
||||
"revision": 1308238364,
|
||||
"rc": 1
|
||||
}
|
||||
};
|
||||
|
||||
@@ -41,7 +41,8 @@ end
|
||||
def script_tags_for(files)
|
||||
script_tag = Tilt::new('spec/templates/script_tag.html.erb')
|
||||
|
||||
files.inject([]) do |tags, f|
|
||||
srcs = (files.is_a?(String) ? [files] : files)
|
||||
srcs.inject([]) do |tags, f|
|
||||
scope = OpenStruct.new :file => f
|
||||
tags << script_tag.render(scope)
|
||||
tags
|
||||
|
||||
Reference in New Issue
Block a user