opal-spec 0.1.1 → 0.1.5

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.
@@ -1,5 +1,3 @@
1
- #require 'opal/spec/formatter'
2
-
3
1
  module OpalSpec
4
2
  class BrowserFormatter
5
3
  CSS = <<-EOS
@@ -1,3 +1,3 @@
1
1
  module OpalSpec
2
- VERSION = "0.0.3"
2
+ VERSION = "0.1.5"
3
3
  end
data/lib/opal-spec.rb ADDED
@@ -0,0 +1,10 @@
1
+ require 'opal-spec/example'
2
+ require 'opal-spec/example_group'
3
+ require 'opal-spec/matchers'
4
+ require 'opal-spec/runner'
5
+ require 'opal-spec/scratch_pad'
6
+ require 'opal-spec/exception'
7
+ require 'opal-spec/browser_formatter'
8
+ require 'opal-spec/dom'
9
+ require 'opal-spec/kernel'
10
+ require 'opal-spec/version'
data/opal-spec.gemspec CHANGED
@@ -1,8 +1,9 @@
1
1
  # -*- encoding: utf-8 -*-
2
+ require File.expand_path('../lib/opal-spec/version', __FILE__)
2
3
 
3
4
  Gem::Specification.new do |s|
4
5
  s.name = 'opal-spec'
5
- s.version = '0.1.1'
6
+ s.version = OpalSpec::VERSION
6
7
  s.author = 'Adam Beynon'
7
8
  s.email = 'adam@adambeynon.com'
8
9
  s.homepage = 'http://opalrb.org'
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.1
4
+ version: 0.1.5
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-05-12 00:00:00.000000000Z
12
+ date: 2012-05-20 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Opal compatible spec
15
15
  email: adam@adambeynon.com
@@ -28,6 +28,7 @@ files:
28
28
  - example/nested.rb
29
29
  - example/runner.html
30
30
  - example/spec_helper.rb
31
+ - lib/opal-spec.rb
31
32
  - lib/opal-spec/browser_formatter.rb
32
33
  - lib/opal-spec/dom.rb
33
34
  - lib/opal-spec/example.rb
@@ -59,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
60
  version: '0'
60
61
  requirements: []
61
62
  rubyforge_project:
62
- rubygems_version: 1.8.11
63
+ rubygems_version: 1.8.10
63
64
  signing_key:
64
65
  specification_version: 3
65
66
  summary: Opal compatible spec