opal-phaser 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0815d03446aaf12d64e17701fc4a1a0ab9ddda49
4
- data.tar.gz: 6518fa60e436642621096f885edcdc42ff24782b
3
+ metadata.gz: db0834b0247989f1599e048000a70ccceaae04ff
4
+ data.tar.gz: e278d3ff580eb053c7ef15c8af13d0f513cf7e04
5
5
  SHA512:
6
- metadata.gz: 656b0144cc26e3f91c58ce0b034277ae4ab1a92db3063a2abafed3c426fc68ec5ce1b79752da9226ac44c9b75a0a4a2a57380b32b9adb86393bcfc41e3adce8b
7
- data.tar.gz: 5f77e66a7b496b45d3d8b083e760c6bc7129712c22bdb1be255b6f12e01c4fba5092d34f61df807ad75d7872b39c1cdb3bc03d469a7685ee2f36bc04cf78ce14
6
+ metadata.gz: 167e490d086a486a33a314871fc9a5868644a58712d9ad0a5f7fabc6d0c6493d9810eaf42517224864d417abde0bc6dca6d73e7012cfa520163e2088480dc421
7
+ data.tar.gz: 97a6dd235d5671de12b6df63b57df0224669ed8a39fca02a20168b63bb84fe6b688d024ce1f38db8cea7fb86ddc1ecc164464a6b64e1ac5e99a8bf6de66f4a6f
data/README.md CHANGED
@@ -21,7 +21,7 @@ $ git clone https://github.com/orbitalimpact/opal-phaser
21
21
 
22
22
  To contribute to this project, follow the steps below.
23
23
 
24
- 1. Fork the repo ( https://github.com/orbitalimpact/opal-phaser-examples/fork )
24
+ 1. Fork the repo ( https://github.com/orbitalimpact/opal-phaser/fork )
25
25
  2. Create your feature branch (`git checkout -b new-branch`)
26
26
  3. Commit your changes (`git commit -am 'description of commit'`)
27
27
  4. Push to the branch (`git push origin new-branch`)
@@ -30,6 +30,7 @@ module Phaser
30
30
  alias_native :load, :load
31
31
  alias_native :add, :add
32
32
  alias_native :world, :world
33
+ alias_native :stage, :stage
33
34
  alias_native :physics, :physics
34
35
  alias_native :debug, :debug
35
36
  alias_native :input, :input
@@ -1,5 +1,5 @@
1
1
  module Opal
2
2
  module Phaser
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opal-phaser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Plymale
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-02 00:00:00.000000000 Z
11
+ date: 2015-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opal