zfben_hanoi 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -118,7 +118,9 @@ class JavaScriptTestTask < ::Rake::TaskLib
118
118
  def setup_mount_paths
119
119
  mount "/", assets_directory
120
120
  mount "/test", temp_directory
121
- mount "/javascripts", sources_directory
121
+ mount "/javascripts", File.join(sources_directory, 'javascripts')
122
+ mount "/stylesheets", File.join(sources_directory, 'stylesheets')
123
+ mount "/images", File.join(sources_directory, 'images')
122
124
  end
123
125
 
124
126
  def setup_browsers(browsers)
@@ -10,7 +10,7 @@ class TestSuiteResults
10
10
  @total += result.total
11
11
  @passed += result.passed
12
12
  @failed += result.failed
13
- @filed_files.push(result.filename) if result.failed?
13
+ @failed_files.push(result.filename) if result.failed?
14
14
  end
15
15
 
16
16
  def failed?
data/zfben_hanoi.gemspec CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "zfben_hanoi"
6
- s.version = '0.0.2'
6
+ s.version = '0.0.3'
7
7
  s.authors = ["Ben"]
8
8
  s.email = ["ben@zfben.com"]
9
9
  s.homepage = "https://github.com/benz303/zfben_hanoi"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zfben_hanoi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: