Skip to content

Commit 1a69263

Browse files
committed
v0.3.0
1 parent adc21ce commit 1a69263

File tree

4 files changed

+2
-55
lines changed

4 files changed

+2
-55
lines changed

CHANGELOG.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22
gemspec
33

4-
gem 'opal', :github => 'opal/opal'
4+
gem 'opal'
55
gem 'opal-sprockets'

lib/opal/spec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Opal
22
module Spec
3-
VERSION = '0.2.17'
3+
VERSION = '0.3.0'
44
end
55
end

opal/opal/spec/runner.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def self.in_phantom?
1111

1212
def self.autorun
1313
if in_browser?
14-
$global.setTimeout -> { Runner.new.run }, 0
1514
`setTimeout(function() { #{ Runner.new.run } }, 0)`
1615
else
1716
Runner.new.run

0 commit comments

Comments
 (0)