phaser-rails 2.0.1.0 → 2.0.1.1

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: 038f2702e0b3b45d0b1aaea3147ade23c3ab1181
4
- data.tar.gz: 4f5832f01e157870769af16d1b52c055bffea991
3
+ metadata.gz: 38b25b91bdcc87496dca68811fc68802f59d3b1a
4
+ data.tar.gz: 0bde382db34e3cc193c35b475a1d42507dc5b82b
5
5
  SHA512:
6
- metadata.gz: ab22b8dc9b89bfa3f7652cb037856682935070a2c3541ae5078a342e55030f5a82695ef4f22f5f04dc80d263d9188719684fef0bb6801190f891cdb8027468bf
7
- data.tar.gz: 524970092be5ba6fe9f60f8fce19aaa502a2f417a2170b9b072995f83ec810993d8d3f0397484df7af6351eaadd8a4db06cc9b69e0833f6c6bcb1a80668b3fc9
6
+ metadata.gz: c52af4da98ff275c6ecdc27fc8e7395117c9da8bd128070aa89f34ffccafec76daea18f8f6ba42d7f6d61a9997811985c3b31fb9f785aed2eacdae083b637622
7
+ data.tar.gz: 22c5a61c9ecda5090396b2b3b5128b9042de9eb8e39201938b69bdafea7a6dde622780d0f360b3bda50493ebd4915340c058de4203362ae463f9b72baebf8324
data/README.md CHANGED
@@ -28,7 +28,11 @@ Or install it yourself as:
28
28
 
29
29
  ## Usage
30
30
 
31
- Add `//= require phaser.min` to your `app/assets/javascripts/application.js`.
31
+ Add `//= require phaser.min` or
32
+
33
+ `//= require phaser`
34
+
35
+ to your `app/assets/javascripts/application.js`.
32
36
 
33
37
  ## Contributing
34
38
 
@@ -1,5 +1,5 @@
1
1
  module Phaser
2
2
  module Rails
3
- VERSION = "2.0.1.0"
3
+ VERSION = "2.0.1.1"
4
4
  end
5
5
  end