opal-native 0.0.1.1 → 0.0.1.2

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.
Files changed (3) hide show
  1. data/lib/opal/native.rb +1 -1
  2. data/opal-native.gemspec +1 -1
  3. metadata +1 -1
data/lib/opal/native.rb CHANGED
@@ -53,7 +53,7 @@ module Native
53
53
  def native_send (name, *args)
54
54
  return method_missing(name, *args) unless Opal.function? `#@native[name]`
55
55
 
56
- `#@native[$opal.mid_to_jsid(name)].apply(#@native, args)`
56
+ `#@native[name].apply(#@native, args)`
57
57
  end
58
58
 
59
59
  alias_method :__native_send__, :native_send
data/opal-native.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new {|s|
2
2
  s.name = 'opal-native'
3
- s.version = '0.0.1.1'
3
+ s.version = '0.0.1.2'
4
4
  s.author = 'meh.'
5
5
  s.email = 'meh@paranoici.org'
6
6
  s.homepage = 'http://github.com/opal/opal-native'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opal-native
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.1
4
+ version: 0.0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: