jax 2.0.11 → 2.0.12

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,10 @@
1
+ * 2.0.12 *
2
+
3
+ * "Fix" accuracy of Jax.uptime
4
+ Please see:
5
+ https://github.com/sinisterchipmunk/jax/commit/bf225524edb1a1cc9c7c42a3214b0b5b40aa2069
6
+
7
+
1
8
  * 2.0.11 *
2
9
 
3
10
  * Use a different shader import name
@@ -178,7 +178,6 @@ Jax.Context = (function() {
178
178
  if (self.isRendering()) return;
179
179
 
180
180
  function render(currentTime) {
181
- Jax.uptime = currentTime;
182
181
  try {
183
182
  if (self.isDisposed()) return;
184
183
  if (self.calculateFramerate) updateFramerate(self);
@@ -2,7 +2,7 @@ module Jax
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 0
5
- PATCH = 11
5
+ PATCH = 12
6
6
  BUILD = nil
7
7
  STRING = BUILD ? [MAJOR, MINOR, PATCH, BUILD].join(".") : [MAJOR, MINOR, PATCH].join(".")
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jax
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.11
4
+ version: 2.0.12
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-07-19 00:00:00.000000000 Z
12
+ date: 2012-10-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -743,7 +743,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
743
743
  version: '0'
744
744
  segments:
745
745
  - 0
746
- hash: 2157176073944903815
746
+ hash: 2509337239358786179
747
747
  required_rubygems_version: !ruby/object:Gem::Requirement
748
748
  none: false
749
749
  requirements:
@@ -752,7 +752,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
752
752
  version: '0'
753
753
  segments:
754
754
  - 0
755
- hash: 2157176073944903815
755
+ hash: 2509337239358786179
756
756
  requirements: []
757
757
  rubyforge_project: jax
758
758
  rubygems_version: 1.8.24