opal 0.2.0 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/.gitignore +1 -0
  2. data/VERSION +1 -1
  3. data/opal.gemspec +1 -2
  4. metadata +3 -4
  5. data/extras/compiler.jar +0 -0
data/.gitignore CHANGED
@@ -9,3 +9,4 @@ opal_docs
9
9
  .yardoc
10
10
  tmp
11
11
  .gem
12
+ extras
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{opal}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Adam Beynon"]
@@ -33,7 +33,6 @@ Gem::Specification.new do |s|
33
33
  "demos/apps/simple_opal/lib/main_window.rb",
34
34
  "demos/browser/request/index.html",
35
35
  "demos/browser/request/request.rb",
36
- "extras/compiler.jar",
37
36
  "gen/browser/__PROJECT_NAME__/Rakefile",
38
37
  "gen/browser/__PROJECT_NAME__/index.html",
39
38
  "gen/browser/__PROJECT_NAME__/javascripts/opal.debug.js",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opal
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Adam Beynon
@@ -43,7 +43,6 @@ files:
43
43
  - demos/apps/simple_opal/lib/main_window.rb
44
44
  - demos/browser/request/index.html
45
45
  - demos/browser/request/request.rb
46
- - extras/compiler.jar
47
46
  - gen/browser/__PROJECT_NAME__/Rakefile
48
47
  - gen/browser/__PROJECT_NAME__/index.html
49
48
  - gen/browser/__PROJECT_NAME__/javascripts/opal.debug.js
Binary file