opal-spec 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Spec
2
- VERSION = "0.1.14"
2
+ VERSION = "0.1.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opal-spec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-28 00:00:00.000000000 Z
12
+ date: 2012-07-02 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Opal compatible spec library
15
15
  email: adam@adambeynon.com
@@ -29,7 +29,6 @@ files:
29
29
  - example/runner.html
30
30
  - example/spec_helper.rb
31
31
  - lib/opal/spec.rb
32
- - lib/opal/spec/autorun.rb
33
32
  - lib/opal/spec/browser_formatter.rb
34
33
  - lib/opal/spec/example.rb
35
34
  - lib/opal/spec/example_group.rb
@@ -1,3 +0,0 @@
1
- Document.ready? do
2
- Spec::Runner.new.run
3
- end