rdoc-generator-fivefish 0.0.1.pre.56 → 0.0.1.pre.58
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 +9 -13
- data/data/rdoc-generator-fivefish/js/fivefish.min.js +12 -0
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
data/ChangeLog
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
* README.rdoc, assets/js/fivefish.js, assets/js/jquery.hotkeys.js:
|
|
4
4
|
Add search hotkey shortcut
|
|
5
|
-
[8331c3a93b42] [tip]
|
|
5
|
+
[8331c3a93b42] [github/master, tip]
|
|
6
6
|
|
|
7
7
|
* assets/css/fivefish.css:
|
|
8
8
|
Make section H3s stand out
|
|
@@ -132,17 +132,6 @@
|
|
|
132
132
|
Merged with e198a1b8b529
|
|
133
133
|
[9af3e880bc46]
|
|
134
134
|
|
|
135
|
-
2012-04-03 Michael Granger <ged@FaerieMUD.org>
|
|
136
|
-
|
|
137
|
-
* .hgignore, assets/img/glyphicons-halflings-white.png, assets/img
|
|
138
|
-
/glyphicons-halflings.png, assets/js/bootstrap.js, data/rdoc-
|
|
139
|
-
generator-fivefish/css/fivefish.min.css, data/rdoc-generator-
|
|
140
|
-
fivefish/js/fivefish.min.js:
|
|
141
|
-
Remove generated sources
|
|
142
|
-
[e198a1b8b529]
|
|
143
|
-
|
|
144
|
-
2012-04-04 Michael Granger <ged@FaerieMUD.org>
|
|
145
|
-
|
|
146
135
|
* Manifest.txt, data/rdoc-generator-fivefish/css/fivefish.min.css:
|
|
147
136
|
Add minified bootstrap.js to the manifest
|
|
148
137
|
[cfaa6a9fe04c]
|
|
@@ -156,6 +145,13 @@
|
|
|
156
145
|
|
|
157
146
|
2012-04-03 Michael Granger <ged@FaerieMUD.org>
|
|
158
147
|
|
|
148
|
+
* .hgignore, assets/img/glyphicons-halflings-white.png, assets/img
|
|
149
|
+
/glyphicons-halflings.png, assets/js/bootstrap.js, data/rdoc-
|
|
150
|
+
generator-fivefish/css/fivefish.min.css, data/rdoc-generator-
|
|
151
|
+
fivefish/js/fivefish.min.js:
|
|
152
|
+
Remove generated sources
|
|
153
|
+
[e198a1b8b529]
|
|
154
|
+
|
|
159
155
|
* .hoerc, .rvm.gems, Manifest.txt, README.rdoc, Rakefile,
|
|
160
156
|
assets/css/fivefish.css, assets/fonts/OFL.txt, assets/img
|
|
161
157
|
/glyphicons-halflings-white.png, assets/img/glyphicons-
|
|
@@ -218,7 +214,7 @@
|
|
|
218
214
|
|
|
219
215
|
* .rvm.gems, Rakefile:
|
|
220
216
|
Updating to Inversion 0.8
|
|
221
|
-
[0974c250f677]
|
|
217
|
+
[0974c250f677] [github/master@default]
|
|
222
218
|
|
|
223
219
|
2012-03-31 Michael Granger <ged@FaerieMUD.org>
|
|
224
220
|
|
|
@@ -9,6 +9,18 @@
|
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
11
|
jQuery&&function(a){function b(b){var d=a(this),e=a(a(this).attr("data-dropdown")),f=d.hasClass("dropdown-open");b.preventDefault(),b.stopPropagation(),c();if(f||d.hasClass("dropdown-disabled"))return;e.css({left:e.hasClass("anchor-right")?d.offset().left-(e.outerWidth()-d.outerWidth()):d.offset().left,top:d.offset().top+d.outerHeight()}).show(),d.addClass("dropdown-open")}function c(b){var c=b?a(b.target).parents().andSelf():null;if(c&&c.is(".dropdown-menu")&&!c.is("A"))return;a("BODY").find(".dropdown-menu").hide().end().find("[data-dropdown]").removeClass("dropdown-open")}a.extend(a.fn,{dropdown:function(b,d){switch(b){case"hide":return c(),a(this);case"attach":return a(this).attr("data-dropdown",d);case"detach":return c(),a(this).removeAttr("data-dropdown");case"disable":return a(this).addClass("dropdown-disabled");case"enable":return c(),a(this).removeClass("dropdown-disabled")}}}),a(function(){a("BODY").on("click.dropdown","[data-dropdown]",b),a("HTML").on("click.dropdown",c)})}(jQuery);
|
|
12
|
+
/*
|
|
13
|
+
* jQuery Hotkeys Plugin
|
|
14
|
+
* Copyright 2010, John Resig
|
|
15
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
16
|
+
*
|
|
17
|
+
* Based upon the plugin by Tzury Bar Yochay:
|
|
18
|
+
* http://github.com/tzuryby/hotkeys
|
|
19
|
+
*
|
|
20
|
+
* Original idea by:
|
|
21
|
+
* Binny V A, http://www.openjs.com/scripts/events/keyboard_shortcuts/
|
|
22
|
+
*/
|
|
23
|
+
(function(a){function b(b){if(typeof b.data!="string")return;var c=b.handler,d=b.data.toLowerCase().split(" ");b.handler=function(b){if(!(this===b.target||!/textarea|select/i.test(b.target.nodeName)&&b.target.type!=="text"))return;var e=b.type!=="keypress"&&a.hotkeys.specialKeys[b.which],f=String.fromCharCode(b.which).toLowerCase(),g,h="",i={};b.altKey&&e!=="alt"&&(h+="alt+"),b.ctrlKey&&e!=="ctrl"&&(h+="ctrl+"),b.metaKey&&!b.ctrlKey&&e!=="meta"&&(h+="meta+"),b.shiftKey&&e!=="shift"&&(h+="shift+"),e?i[h+e]=!0:(i[h+f]=!0,i[h+a.hotkeys.shiftNums[f]]=!0,h==="shift+"&&(i[a.hotkeys.shiftNums[f]]=!0));for(var j=0,k=d.length;j<k;j++)if(i[d[j]])return c.apply(this,arguments)}}a.hotkeys={version:"0.8",specialKeys:{8:"backspace",9:"tab",13:"return",16:"shift",17:"ctrl",18:"alt",19:"pause",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"insert",46:"del",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",106:"*",107:"+",109:"-",110:".",111:"/",112:"f1",113:"f2",114:"f3",115:"f4",116:"f5",117:"f6",118:"f7",119:"f8",120:"f9",121:"f10",122:"f11",123:"f12",144:"numlock",145:"scroll",191:"/",224:"meta"},shiftNums:{"`":"~",1:"!",2:"@",3:"#",4:"$",5:"%",6:"^",7:"&",8:"*",9:"(",0:")","-":"_","=":"+",";":": ","'":'"',",":"<",".":">","/":"?","\\":"|"}},a.each(["keydown","keyup","keypress"],function(){a.event.special[this]={add:b}})})(jQuery);
|
|
12
24
|
/*!
|
|
13
25
|
* string_score.js: String Scoring Algorithm 0.1.10
|
|
14
26
|
*
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rdoc-generator-fivefish
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1.pre.
|
|
4
|
+
version: 0.0.1.pre.58
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
YUhDS0xaZFNLai9SSHVUT3QrZ2JsUmV4OEZBaDhOZUEKY21saFhlNDZwWk5K
|
|
37
37
|
Z1dLYnhaYWg4NWpJang5NWhSOHZPSStOQU01aUg5a09xSzEzRHJ4YWNUS1Bo
|
|
38
38
|
cWo1UGp3RgotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
|
|
39
|
-
date: 2012-
|
|
39
|
+
date: 2012-06-06 00:00:00.000000000 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: inversion
|
metadata.gz.sig
CHANGED
|
Binary file
|