gaffo-jasmine_webos 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Jasminewebos
5
- VERSION = '0.0.3'
5
+ VERSION = '0.0.4'
6
6
 
7
7
  # def configure(&block)
8
8
  # @@configuration = Jasminewebos::Configuration.new
@@ -41,7 +41,7 @@ module Jasminewebos
41
41
  framework = Dir.glob(File.join(framework_dir, "**/*.js"))
42
42
  framework = framework.collect {|f| f.sub(framework_dir, "/framework")}
43
43
 
44
- framework + jasmine.sort.reverse + matchers.sort + sources.sort + other_sources.sort
44
+ framework + jasmine.sort.reverse + matchers.sort + sources.sort + javascripts_sources.sort
45
45
  end
46
46
 
47
47
  def dir_mappings
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gaffo-jasmine_webos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Gaffney