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 +4 -4
- data/app/assets/javascripts/thin_man.js +12 -11
- data/lib/thin_man/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a373a9345490879ece8eb5a41d704cc4d6d6171
|
4
|
+
data.tar.gz: 42da82ca9ee283686cfc8e14d1a8ca6ee51bca7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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){
|
data/lib/thin_man/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2015-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|