scenejs_on_rails 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0750e1ce2e4e37318358c7149ad967d8eeaeb35c
4
- data.tar.gz: 96bed287ce928c52df00c9a4935cebff1cdf63ae
3
+ metadata.gz: 73d0dc0df99e54173426dd9a306fe9fc271f8809
4
+ data.tar.gz: d48359c7014c5601d4d267d07faadf55c38e2eaa
5
5
  SHA512:
6
- metadata.gz: cbb805723ac291df4f265657e7d65565fa46fd80f033a2acd077e8cd9df81df5bab3e33e4ea2c48bb6df63f0815ead0205009e7ab44f28f1ab10dddb3bc0a770
7
- data.tar.gz: 8ef15a5ea4ac9cb1687c4c028fc345fe32c7c91e11df481d3a6d84ca2db27289298dd3366a1e6a1081a9957aafa0b64dd4ea17af018ee44ef59a9e2a73b0edc3
6
+ metadata.gz: 7f1d9485a9e4d3596dad19b6f463d0500ba34ac86f4dd19b74696c4c3c7888f315664bcad1627aa927f8efa88bc964a0d6309bbe5d76cfee1d41316d2dca8f29
7
+ data.tar.gz: 6df7db6349fa7e45e723257cdda81634f4aa6aee708dd609062eb213f760caa1fe5f90af32ae630ca47f8ff90f87cb9ed143fbe9d39e45cc3c505765b19e08be
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Scenejs On Rails
2
2
  ## Plugins last updated October 24th, 2013
3
3
 
4
- First off, if you dont know about "Scenejs":http://scenejs.org/ ,go take a look so you can appreciate what this gem does.
4
+ First off, if you dont know about [Scenejs](http://scenejs.org/) ,go take a look so you can appreciate what this gem does.
5
5
 
6
6
  For the informed, this gem allows you to utilize scenejs and all of its plugin glory within rails WITHOUT having to load all
7
7
  of its javascript files into your asset pipeline. If you are fine with scenejs.org hosting your files AND not being able to
@@ -20,7 +20,7 @@ Disadvantages:
20
20
  * You will be hosting an additional 32MB
21
21
  * The scenejs.js file is ~580 kb
22
22
 
23
- ## If the above sounds good to you, heres how to install
23
+ ## Installation
24
24
 
25
25
  Add this line to your application's Gemfile:
26
26
 
@@ -1,4 +1,4 @@
1
1
  module ScenejsOnRails
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  SCENEJS_VERSION = "3.2"
4
4
  end
@@ -17304,4 +17304,4 @@ SceneJS_ChunkFactory.createChunkType({
17304
17304
  ctx.modelMat = this.core.mat;
17305
17305
  }
17306
17306
  });
17307
- SceneJS.configure({ pluginPath: (((location.protocol.length === 0) ? 'http://' : location.protocol + '//') + location.host + '/scenejs/get_scenejs_data?file=') });
17307
+ SceneJS.configure({ pluginPath: (((location.protocol.length === 0) ? 'http://' : (location.protocol + '//')) + location.host + '/scenejs/get_scenejs_data?file=') });
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scenejs_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Louis Alridge