thin_man 0.10.0 → 0.10.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: baf110af4d5e9c081e1d27ee759abff04977acac
4
- data.tar.gz: a77872b785319b903a4f4d32c97ef3cfe7c3ffea
3
+ metadata.gz: 0a373a9345490879ece8eb5a41d704cc4d6d6171
4
+ data.tar.gz: 42da82ca9ee283686cfc8e14d1a8ca6ee51bca7e
5
5
  SHA512:
6
- metadata.gz: 124990def27447ad2ccc215db146b6db878cdc57849ef2f46f5ad5015597a514c11a7ebd77435f79a8c4a30ae6cef1e6194438ce03ef58f8023446089dd3c081
7
- data.tar.gz: 7f3e4d4510aa91ab06aecefa35c169b2415955582dbb2b7be75e86e2d24f04a6a7a099b8ad9131dc1f65dc1cc598bc27eae57375c5196fbfbd6dddc12ef67ff7
6
+ metadata.gz: 069241f3a058e810864ea6bb8bbd93f89cf023619fb18c7bbfdb5a04e5a6cbaf8a9f9a6841a86ed50d604e79e91da0d8ede956815330deacaedcd95f0a04df53
7
+ data.tar.gz: 8902f79b94489082ffa9a708a5c764228a5d116e0a8b6ded3692367720ede152fb95bd48839d80aaf8c8c8f49060c4b779e1b16eaa83f17d3319c3592abf9987
@@ -485,17 +485,6 @@ var initThinMan = function(){
485
485
 
486
486
  };
487
487
 
488
- if(typeof UUID == 'undefined'){
489
- var UUID = Class.extend({
490
- init: function(){
491
- this.value = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
492
- var r = Math.random()*16|0, v = c == 'x' ? r : (r&0x3|0x8);
493
- return v.toString(16);
494
- });
495
- }
496
- })
497
- }
498
-
499
488
  if(typeof Class === "undefined"){
500
489
  /* Simple JavaScript Inheritance
501
490
  * By John Resig http://ejohn.org/
@@ -561,6 +550,18 @@ if(typeof Class === "undefined"){
561
550
  };
562
551
  })();
563
552
  }
553
+
554
+ if(typeof UUID == 'undefined'){
555
+ var UUID = Class.extend({
556
+ init: function(){
557
+ this.value = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
558
+ var r = Math.random()*16|0, v = c == 'x' ? r : (r&0x3|0x8);
559
+ return v.toString(16);
560
+ });
561
+ }
562
+ })
563
+ }
564
+
564
565
  if(typeof window.any_time_manager === "undefined" && typeof window.loading_any_time_manager === "undefined"){
565
566
  //Anytime loader, simulates load events for ajax requests
566
567
  function getSubClass(sub_class_name,parent_class){
@@ -1,3 +1,3 @@
1
1
  module ThinMan
2
- VERSION = "0.10.0"
2
+ VERSION = "0.10.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thin_man
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Draut, Adam Bialek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-27 00:00:00.000000000 Z
11
+ date: 2015-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails