omf_web 1.2.5 → 1.2.6
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/lib/omf-web/content/content_proxy.rb +28 -15
 - data/lib/omf-web/content/file_repository.rb +16 -57
 - data/lib/omf-web/content/git_repository.rb +2 -121
 - data/lib/omf-web/content/irods_repository.rb +2 -0
 - data/lib/omf-web/content/repository.rb +121 -10
 - data/lib/omf-web/content/static_repository.rb +3 -3
 - data/lib/omf-web/rack/content_handler.rb +8 -6
 - data/lib/omf-web/theme.rb +16 -2
 - data/lib/omf-web/thin/logging.rb +13 -4
 - data/lib/omf-web/version.rb +1 -1
 - data/lib/omf-web/widget/text/maruku/output/to_html.rb +29 -23
 - data/lib/omf-web/widget/text/maruku.rb +20 -5
 - data/omf_web.gemspec +1 -1
 - data/share/htdocs/graph/js/code_mirror.js +2 -1
 - data/share/htdocs/vendor/VERSION_MAP.yaml +1 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/LICENSE-MIT +22 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/README.md +26 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/addons/bootstrap/jquery.smartmenus.bootstrap.css +103 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/addons/bootstrap/jquery.smartmenus.bootstrap.js +72 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/addons/bootstrap/jquery.smartmenus.bootstrap.min.js +3 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/addons/keyboard/jquery.smartmenus.keyboard.js +192 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/addons/keyboard/jquery.smartmenus.keyboard.min.js +3 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/css/sm-blue/css-gradients-fallback/current-item-bg.png +0 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/css/sm-blue/css-gradients-fallback/main-item-hover-bg.png +0 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/css/sm-blue/css-gradients-fallback/main-menu-bg.png +0 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/css/sm-blue/css-gradients-fallback/sub-item-hover-bg.png +0 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/css/sm-blue/css-gradients-fallback/vertical-main-item-bg.png +0 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/css/sm-blue/sm-blue.css +409 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/css/sm-clean/sm-clean.css +315 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/css/sm-core-css.css +23 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/css/sm-mint/sm-mint.css +320 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/css/sm-simple/sm-simple.css +218 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/jquery.smartmenus.js +1041 -0
 - data/share/htdocs/vendor/smartmenus-0.9.6/jquery.smartmenus.min.js +3 -0
 - metadata +218 -229
 
| 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            /*! SmartMenus jQuery Plugin - v0.9.6 - March 27, 2014
         
     | 
| 
      
 2 
     | 
    
         
            +
             * http://www.smartmenus.org/
         
     | 
| 
      
 3 
     | 
    
         
            +
             * Copyright 2014 Vasil Dinkov, Vadikom Web Ltd. http://vadikom.com; Licensed MIT */(function(t){function s(s){if(h||s)h&&s&&(t(document).unbind(".smartmenus_mouse"),h=!1);else{var e=!0,o=null;t(document).bind({"mousemove.smartmenus_mouse":function(s){var a={x:s.pageX,y:s.pageY,timeStamp:(new Date).getTime()};if(o){var r=Math.abs(o.x-a.x),h=Math.abs(o.y-a.y);if((r>0||h>0)&&2>=r&&2>=h&&300>=a.timeStamp-o.timeStamp&&(n=!0,e)){var u=t(s.target).closest("a");u.is("a")&&t.each(i,function(){return t.contains(this.$root[0],u[0])?(this.itemEnter({currentTarget:u[0]}),!1):void 0}),e=!1}}o=a},"touchstart.smartmenus_mouse pointerover.smartmenus_mouse MSPointerOver.smartmenus_mouse":function(t){/^(4|mouse)$/.test(t.originalEvent.pointerType)||(n=!1)}}),h=!0}}var i=[],e=!!window.createPopup,o=e&&!document.defaultView,a=e&&!document.querySelector,r=e&&document.documentElement.currentStyle.minWidth===void 0,n=!1,h=!1;t.SmartMenus=function(s,i){this.$root=t(s),this.opts=i,this.rootId="",this.$subArrow=null,this.subMenus=[],this.activatedItems=[],this.visibleSubMenus=[],this.showTimeout=0,this.hideTimeout=0,this.scrollTimeout=0,this.clickActivated=!1,this.zIndexInc=0,this.$firstLink=null,this.$firstSub=null,this.disabled=!1,this.$disableOverlay=null,this.init()},t.extend(t.SmartMenus,{hideAll:function(){t.each(i,function(){this.menuHideAll()})},destroy:function(){for(;i.length;)i[0].destroy();s(!0)},prototype:{init:function(e){var o=this;if(!e){i.push(this),this.rootId=((new Date).getTime()+Math.random()+"").replace(/\D/g,""),this.$root.hasClass("sm-rtl")&&(this.opts.rightToLeftSubMenus=!0),this.$root.data("smartmenus",this).attr("data-smartmenus-id",this.rootId).dataSM("level",1).bind({"mouseover.smartmenus focusin.smartmenus":t.proxy(this.rootOver,this),"mouseout.smartmenus focusout.smartmenus":t.proxy(this.rootOut,this)}).delegate("a",{"mouseenter.smartmenus":t.proxy(this.itemEnter,this),"mouseleave.smartmenus":t.proxy(this.itemLeave,this),"mousedown.smartmenus":t.proxy(this.itemDown,this),"focus.smartmenus":t.proxy(this.itemFocus,this),"blur.smartmenus":t.proxy(this.itemBlur,this),"click.smartmenus":t.proxy(this.itemClick,this),"touchend.smartmenus":t.proxy(this.itemTouchEnd,this)});var a=".smartmenus"+this.rootId;this.opts.hideOnClick&&t(document).bind("touchstart"+a,t.proxy(this.docTouchStart,this)).bind("touchmove"+a,t.proxy(this.docTouchMove,this)).bind("touchend"+a,t.proxy(this.docTouchEnd,this)).bind("click"+a,t.proxy(this.docClick,this)),t(window).bind("resize"+a+" orientationchange"+a,t.proxy(this.winResize,this)),this.opts.subIndicators&&(this.$subArrow=t("<span/>").addClass("sub-arrow"),this.opts.subIndicatorsText&&this.$subArrow.html(this.opts.subIndicatorsText)),s()}if(this.$firstSub=this.$root.find("ul").each(function(){o.menuInit(t(this))}).eq(0),this.$firstLink=this.$root.find("a").eq(0),this.opts.markCurrentItem){var r=/(index|default)\.[^#\?\/]*/i,n=/#.*/,h=window.location.href.replace(r,""),u=h.replace(n,"");this.$root.find("a").each(function(){var s=this.href.replace(r,""),i=t(this);(s==h||s==u)&&(i.addClass("current"),o.opts.markCurrentTree&&i.parents("li").each(function(){var s=t(this);s.dataSM("sub")&&s.children("a").addClass("current")}))})}},destroy:function(){this.menuHideAll(),this.$root.removeData("smartmenus").removeAttr("data-smartmenus-id").removeDataSM("level").unbind(".smartmenus").undelegate(".smartmenus");var s=".smartmenus"+this.rootId;t(document).unbind(s),t(window).unbind(s),this.opts.subIndicators&&(this.$subArrow=null);var e=this;t.each(this.subMenus,function(){this.hasClass("mega-menu")&&this.find("ul").removeDataSM("in-mega"),this.dataSM("shown-before")&&(a&&this.children().css({styleFloat:"",width:""}),(e.opts.subMenusMinWidth||e.opts.subMenusMaxWidth)&&(r?this.css({width:"",overflowX:"",overflowY:""}).children().children("a").css("white-space",""):this.css({width:"",minWidth:"",maxWidth:""}).removeClass("sm-nowrap")),this.dataSM("scroll-arrows")&&this.dataSM("scroll-arrows").remove(),this.css({zIndex:"",top:"",left:"",marginLeft:"",marginTop:"",display:""})),e.opts.subIndicators&&this.dataSM("parent-a").removeClass("has-submenu").children("span.sub-arrow").remove(),this.removeDataSM("shown-before").removeDataSM("ie-shim").removeDataSM("scroll-arrows").removeDataSM("parent-a").removeDataSM("level").removeDataSM("beforefirstshowfired").parent().removeDataSM("sub")}),this.opts.markCurrentItem&&this.$root.find("a.current").removeClass("current"),this.$root=null,this.$firstLink=null,this.$firstSub=null,this.$disableOverlay&&(this.$disableOverlay.remove(),this.$disableOverlay=null),i.splice(t.inArray(this,i),1)},disable:function(s){if(!this.disabled){if(this.menuHideAll(),!s&&!this.opts.isPopup&&this.$root.is(":visible")){var i=this.$root.offset();this.$disableOverlay=t('<div class="sm-jquery-disable-overlay"/>').css({position:"absolute",top:i.top,left:i.left,width:this.$root.outerWidth(),height:this.$root.outerHeight(),zIndex:this.getStartZIndex()+1,opacity:0}).appendTo(document.body)}this.disabled=!0}},docClick:function(s){(this.visibleSubMenus.length&&!t.contains(this.$root[0],s.target)||t(s.target).is("a"))&&this.menuHideAll()},docTouchEnd:function(){if(this.lastTouch){if(!(!this.visibleSubMenus.length||void 0!==this.lastTouch.x2&&this.lastTouch.x1!=this.lastTouch.x2||void 0!==this.lastTouch.y2&&this.lastTouch.y1!=this.lastTouch.y2||this.lastTouch.target&&t.contains(this.$root[0],this.lastTouch.target))){this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0);var s=this;this.hideTimeout=setTimeout(function(){s.menuHideAll()},350)}this.lastTouch=null}},docTouchMove:function(t){if(this.lastTouch){var s=t.originalEvent.touches[0];this.lastTouch.x2=s.pageX,this.lastTouch.y2=s.pageY}},docTouchStart:function(t){var s=t.originalEvent.touches[0];this.lastTouch={x1:s.pageX,y1:s.pageY,target:s.target}},enable:function(){this.disabled&&(this.$disableOverlay&&(this.$disableOverlay.remove(),this.$disableOverlay=null),this.disabled=!1)},getHeight:function(t){return this.getOffset(t,!0)},getOffset:function(t,s){var i;"none"==t.css("display")&&(i={position:t[0].style.position,visibility:t[0].style.visibility},t.css({position:"absolute",visibility:"hidden"}).show());var e=t[0].ownerDocument.defaultView,o=e&&e.getComputedStyle&&e.getComputedStyle(t[0],null),a=o&&parseFloat(o[s?"height":"width"]);return a?a+=parseFloat(o[s?"paddingTop":"paddingLeft"])+parseFloat(o[s?"paddingBottom":"paddingRight"])+parseInt(o[s?"borderTopWidth":"borderLeftWidth"])+parseInt(o[s?"borderBottomWidth":"borderRightWidth"]):a=s?t[0].offsetHeight:t[0].offsetWidth,i&&t.hide().css(i),a},getWidth:function(t){return this.getOffset(t)},getStartZIndex:function(){var t=parseInt(this.$root.css("z-index"));return isNaN(t)?1:t},handleEvents:function(){return!this.disabled&&this.isCSSOn()},handleItemEvents:function(t){return this.handleEvents()&&!this.isLinkInMegaMenu(t)},isCollapsible:function(){return"static"==this.$firstSub.css("position")},isCSSOn:function(){return"block"==this.$firstLink.css("display")},isFixed:function(){return"fixed"==this.$root.css("position")},isLinkInMegaMenu:function(t){return!t.parent().parent().dataSM("level")},isTouchMode:function(){return!n||this.isCollapsible()},itemActivate:function(s){var i=s.parent(),e=i.parent(),o=e.dataSM("level");if(o>1&&(!this.activatedItems[o-2]||this.activatedItems[o-2][0]!=e.dataSM("parent-a")[0])){var a=this;t(e.parentsUntil("[data-smartmenus-id]","ul").get().reverse()).add(e).each(function(){a.itemActivate(t(this).dataSM("parent-a"))})}if(this.visibleSubMenus.length>o)for(var r=this.visibleSubMenus.length-1,n=this.activatedItems[o-1]&&this.activatedItems[o-1][0]==s[0]?o:o-1;r>n;r--)this.menuHide(this.visibleSubMenus[r]);if(this.activatedItems[o-1]=s,this.visibleSubMenus[o-1]=e,this.$root.triggerHandler("activate.smapi",s[0])!==!1){var h=i.dataSM("sub");h&&(this.isTouchMode()||!this.opts.showOnClick||this.clickActivated)&&this.menuShow(h)}},itemBlur:function(s){var i=t(s.currentTarget);this.handleItemEvents(i)&&this.$root.triggerHandler("blur.smapi",i[0])},itemClick:function(s){var i=t(s.currentTarget);if(this.handleItemEvents(i)){if(i.removeDataSM("mousedown"),this.$root.triggerHandler("click.smapi",i[0])===!1)return!1;var e=i.parent().dataSM("sub");if(this.isTouchMode()){if(i.dataSM("href")&&i.attr("href",i.dataSM("href")).removeDataSM("href"),e&&(!e.dataSM("shown-before")||!e.is(":visible"))&&(this.itemActivate(i),e.is(":visible")))return!1}else if(this.opts.showOnClick&&1==i.parent().parent().dataSM("level")&&e)return this.clickActivated=!0,this.menuShow(e),!1;return i.hasClass("disabled")?!1:this.$root.triggerHandler("select.smapi",i[0])===!1?!1:void 0}},itemDown:function(s){var i=t(s.currentTarget);this.handleItemEvents(i)&&i.dataSM("mousedown",!0)},itemEnter:function(s){var i=t(s.currentTarget);if(this.handleItemEvents(i)){if(!this.isTouchMode()){this.showTimeout&&(clearTimeout(this.showTimeout),this.showTimeout=0);var e=this;this.showTimeout=setTimeout(function(){e.itemActivate(i)},this.opts.showOnClick&&1==i.parent().parent().dataSM("level")?1:this.opts.showTimeout)}this.$root.triggerHandler("mouseenter.smapi",i[0])}},itemFocus:function(s){var i=t(s.currentTarget);this.handleItemEvents(i)&&(this.isTouchMode()&&i.dataSM("mousedown")||this.activatedItems.length&&this.activatedItems[this.activatedItems.length-1][0]==i[0]||this.itemActivate(i),this.$root.triggerHandler("focus.smapi",i[0]))},itemLeave:function(s){var i=t(s.currentTarget);this.handleItemEvents(i)&&(this.isTouchMode()||(i[0].blur&&i[0].blur(),this.showTimeout&&(clearTimeout(this.showTimeout),this.showTimeout=0)),i.removeDataSM("mousedown"),this.$root.triggerHandler("mouseleave.smapi",i[0]))},itemTouchEnd:function(s){var i=t(s.currentTarget);if(this.handleItemEvents(i)){var e=i.parent().dataSM("sub");"#"===i.attr("href").charAt(0)||!e||e.dataSM("shown-before")&&e.is(":visible")||(i.dataSM("href",i.attr("href")),i.attr("href","#"))}},menuFixLayout:function(t){t.dataSM("shown-before")||(t.hide().dataSM("shown-before",!0),a&&t.children().css({styleFloat:"left",width:"100%"}))},menuHide:function(t){if(this.$root.triggerHandler("beforehide.smapi",t[0])!==!1&&(t.stop(!0,!0),t.is(":visible"))){var s=function(){o?t.parent().css("z-index",""):t.css("z-index","")};this.isCollapsible()?this.opts.collapsibleHideFunction?this.opts.collapsibleHideFunction.call(this,t,s):t.hide(this.opts.collapsibleHideDuration,s):this.opts.hideFunction?this.opts.hideFunction.call(this,t,s):t.hide(this.opts.hideDuration,s),t.dataSM("ie-shim")&&t.dataSM("ie-shim").remove(),t.dataSM("scroll")&&t.unbind(".smartmenus_scroll").removeDataSM("scroll").dataSM("scroll-arrows").hide(),t.dataSM("parent-a").removeClass("highlighted");var i=t.dataSM("level");this.activatedItems.splice(i-1,1),this.visibleSubMenus.splice(i-1,1),this.$root.triggerHandler("hide.smapi",t[0])}},menuHideAll:function(){this.showTimeout&&(clearTimeout(this.showTimeout),this.showTimeout=0);for(var t=this.visibleSubMenus.length-1;t>0;t--)this.menuHide(this.visibleSubMenus[t]);this.opts.isPopup&&(this.$root.stop(!0,!0),this.$root.is(":visible")&&(this.opts.hideFunction?this.opts.hideFunction.call(this,this.$root):this.$root.hide(this.opts.hideDuration),this.$root.dataSM("ie-shim")&&this.$root.dataSM("ie-shim").remove())),this.activatedItems=[],this.visibleSubMenus=[],this.clickActivated=!1,this.zIndexInc=0},menuIframeShim:function(s){e&&this.opts.overlapControlsInIE&&!s.dataSM("ie-shim")&&s.dataSM("ie-shim",t("<iframe/>").attr({src:"javascript:0",tabindex:-9}).css({position:"absolute",top:"auto",left:"0",opacity:0,border:"0"}))},menuInit:function(t){if(!t.dataSM("in-mega")){this.subMenus.push(t),t.hasClass("mega-menu")&&t.find("ul").dataSM("in-mega",!0);for(var s=2,i=t[0];(i=i.parentNode.parentNode)!=this.$root[0];)s++;t.dataSM("parent-a",t.prevAll("a").eq(-1)).dataSM("level",s).parent().dataSM("sub",t),this.opts.subIndicators&&t.dataSM("parent-a").addClass("has-submenu")[this.opts.subIndicatorsPos](this.$subArrow.clone())}},menuPosition:function(s){var i,e,o=s.dataSM("parent-a"),a=s.parent().parent(),r=s.dataSM("level"),h=this.getWidth(s),u=this.getHeight(s),l=o.offset(),d=l.left,c=l.top,m=this.getWidth(o),p=this.getHeight(o),f=t(window),v=f.scrollLeft(),b=f.scrollTop(),M=f.width(),S=f.height(),w=a.hasClass("sm")&&!a.hasClass("sm-vertical"),g=2==r?this.opts.mainMenuSubOffsetX:this.opts.subMenusSubOffsetX,T=2==r?this.opts.mainMenuSubOffsetY:this.opts.subMenusSubOffsetY;if(w?(i=this.opts.rightToLeftSubMenus?m-h-g:g,e=this.opts.bottomToTopSubMenus?-u-T:p+T):(i=this.opts.rightToLeftSubMenus?g-h:m-g,e=this.opts.bottomToTopSubMenus?p-T-u:T),this.opts.keepInViewport&&!this.isCollapsible()){this.isFixed()&&(d-=v,c-=b,v=b=0);var $=d+i,I=c+e;if(this.opts.rightToLeftSubMenus&&v>$?i=w?v-$+i:m-g:!this.opts.rightToLeftSubMenus&&$+h>v+M&&(i=w?v+M-h-$+i:g-h),w||(S>u&&I+u>b+S?e+=b+S-u-I:(u>=S||b>I)&&(e+=b-I)),n&&(w&&(I+u>b+S+.49||b>I)||!w&&u>S+.49)){var y=this;s.dataSM("scroll-arrows")||s.dataSM("scroll-arrows",t([t('<span class="scroll-up"><span class="scroll-up-arrow"></span></span>')[0],t('<span class="scroll-down"><span class="scroll-down-arrow"></span></span>')[0]]).bind({mouseenter:function(){y.menuScroll(s,t(this).hasClass("scroll-up"))},mouseleave:function(t){y.menuScrollStop(s),y.menuScrollOut(s,t)},"mousewheel DOMMouseScroll":function(t){t.preventDefault()}}).insertAfter(s));var x=b-(c+p);s.dataSM("scroll",{vportY:x,subH:u,winH:S,step:1}).bind({"mouseover.smartmenus_scroll":function(t){y.menuScrollOver(s,t)},"mouseout.smartmenus_scroll":function(t){y.menuScrollOut(s,t)},"mousewheel.smartmenus_scroll DOMMouseScroll.smartmenus_scroll":function(t){y.menuScrollMousewheel(s,t)}}).dataSM("scroll-arrows").css({top:"auto",left:"0",marginLeft:i+(parseInt(s.css("border-left-width"))||0),width:this.getWidth(s)-(parseInt(s.css("border-left-width"))||0)-(parseInt(s.css("border-right-width"))||0),zIndex:this.getStartZIndex()+this.zIndexInc}).eq(0).css("margin-top",x).end().eq(1).css("margin-top",x+S-this.getHeight(s.dataSM("scroll-arrows").eq(1))).end().eq(w&&this.opts.bottomToTopSubMenus?0:1).show()}}s.css({top:"auto",left:"0",marginLeft:i,marginTop:e-p}),this.menuIframeShim(s),s.dataSM("ie-shim")&&s.dataSM("ie-shim").css({zIndex:s.css("z-index"),width:h,height:u,marginLeft:i,marginTop:e-p})},menuScroll:function(t,s,i){var e=parseFloat(t.css("margin-top")),o=t.dataSM("scroll"),a=o.vportY+(s?0:o.winH-o.subH),r=i||!this.opts.scrollAccelerate?this.opts.scrollStep:Math.floor(t.dataSM("scroll").step);if(t.add(t.dataSM("ie-shim")).css("margin-top",Math.abs(a-e)>r?e+(s?r:-r):a),e=parseFloat(t.css("margin-top")),(s&&e+o.subH>o.vportY+o.winH||!s&&o.vportY>e)&&t.dataSM("scroll-arrows").eq(s?1:0).show(),!i&&this.opts.scrollAccelerate&&t.dataSM("scroll").step<this.opts.scrollStep&&(t.dataSM("scroll").step+=.5),1>Math.abs(e-a))t.dataSM("scroll-arrows").eq(s?0:1).hide(),t.dataSM("scroll").step=1;else if(!i){var n=this;this.scrollTimeout=setTimeout(function(){n.menuScroll(t,s)},this.opts.scrollInterval)}},menuScrollMousewheel:function(s,i){for(var e=t(i.target).closest("ul");e.dataSM("in-mega");)e=e.parent().closest("ul");if(e[0]==s[0]){var o=(i.originalEvent.wheelDelta||-i.originalEvent.detail)>0;s.dataSM("scroll-arrows").eq(o?0:1).is(":visible")&&this.menuScroll(s,o,!0)}i.preventDefault()},menuScrollOut:function(s,i){for(var e=/^scroll-(up|down)/,o=t(i.relatedTarget).closest("ul");o.dataSM("in-mega");)o=o.parent().closest("ul");e.test((i.relatedTarget||"").className)||(s[0]==i.relatedTarget||t.contains(s[0],i.relatedTarget))&&o[0]==s[0]||s.dataSM("scroll-arrows").css("visibility","hidden")},menuScrollOver:function(s,i){for(var e=/^scroll-(up|down)/,o=t(i.target).closest("ul");o.dataSM("in-mega");)o=o.parent().closest("ul");e.test(i.target.className)||o[0]!=s[0]||s.dataSM("scroll-arrows").css("visibility","visible")},menuScrollStop:function(t){this.scrollTimeout&&(clearTimeout(this.scrollTimeout),this.scrollTimeout=0,t.dataSM("scroll").step=1)},menuShow:function(t){if((t.dataSM("beforefirstshowfired")||(t.dataSM("beforefirstshowfired",!0),this.$root.triggerHandler("beforefirstshow.smapi",t[0])!==!1))&&this.$root.triggerHandler("beforeshow.smapi",t[0])!==!1&&(this.menuFixLayout(t),t.stop(!0,!0),!t.is(":visible"))){var s=this.getStartZIndex()+ ++this.zIndexInc;if(o?t.parent().css("z-index",s):t.css("z-index",s),(this.opts.keepHighlighted||this.isCollapsible())&&t.dataSM("parent-a").addClass("highlighted"),this.opts.subMenusMinWidth||this.opts.subMenusMaxWidth)if(a){if(t.children().css("styleFloat","none"),r?t.width(this.opts.subMenusMinWidth?this.opts.subMenusMinWidth:1).children().children("a").css("white-space","nowrap"):(t.css({width:"auto",minWidth:"",maxWidth:""}).addClass("sm-nowrap"),this.opts.subMenusMinWidth&&t.css("min-width",this.opts.subMenusMinWidth)),this.opts.subMenusMaxWidth){var i=t.width();if(r){var e=t.css({width:this.opts.subMenusMaxWidth,overflowX:"hidden",overflowY:"hidden"}).width();i>e?t.css({width:e,overflowX:"visible",overflowY:"visible"}).children().children("a").css("white-space",""):t.css({width:i,overflowX:"visible",overflowY:"visible"})}else t.css("max-width",this.opts.subMenusMaxWidth),i>t.width()?t.removeClass("sm-nowrap").css("width",this.opts.subMenusMaxWidth):t.width(i)}else t.width(t.width());t.children().css("styleFloat","left")}else if(t.css({width:"auto",minWidth:"",maxWidth:""}).addClass("sm-nowrap"),this.opts.subMenusMinWidth&&t.css("min-width",this.opts.subMenusMinWidth),this.opts.subMenusMaxWidth){var i=this.getWidth(t);t.css("max-width",this.opts.subMenusMaxWidth),i>this.getWidth(t)&&t.removeClass("sm-nowrap").css("width",this.opts.subMenusMaxWidth)}this.menuPosition(t),t.dataSM("ie-shim")&&t.dataSM("ie-shim").insertBefore(t);var n=function(){t.css("overflow","")};this.isCollapsible()?this.opts.collapsibleShowFunction?this.opts.collapsibleShowFunction.call(this,t,n):t.show(this.opts.collapsibleShowDuration,n):this.opts.showFunction?this.opts.showFunction.call(this,t,n):t.show(this.opts.showDuration,n),this.visibleSubMenus[t.dataSM("level")-1]=t,this.$root.triggerHandler("show.smapi",t[0])}},popupHide:function(t){this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0);var s=this;this.hideTimeout=setTimeout(function(){s.menuHideAll()},t?1:this.opts.hideTimeout)},popupShow:function(t,s){return this.opts.isPopup?(this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0),this.menuFixLayout(this.$root),this.$root.stop(!0,!0),this.$root.is(":visible")||(this.$root.css({left:t,top:s}),this.menuIframeShim(this.$root),this.$root.dataSM("ie-shim")&&this.$root.dataSM("ie-shim").css({zIndex:this.$root.css("z-index"),width:this.getWidth(this.$root),height:this.getHeight(this.$root),left:t,top:s}).insertBefore(this.$root),this.opts.showFunction?this.opts.showFunction.call(this,this.$root):this.$root.show(this.opts.showDuration),this.visibleSubMenus[0]=this.$root),void 0):(alert('SmartMenus jQuery Error:\n\nIf you want to show this menu via the "popupShow" method, set the isPopup:true option.'),void 0)},refresh:function(){this.menuHideAll(),this.$root.find("ul").each(function(){var s=t(this);s.dataSM("scroll-arrows")&&s.dataSM("scroll-arrows").remove()}).removeDataSM("in-mega").removeDataSM("shown-before").removeDataSM("ie-shim").removeDataSM("scroll-arrows").removeDataSM("parent-a").removeDataSM("level").removeDataSM("beforefirstshowfired"),this.$root.find("a.has-submenu").removeClass("has-submenu").parent().removeDataSM("sub"),this.opts.subIndicators&&this.$root.find("span.sub-arrow").remove(),this.opts.markCurrentItem&&this.$root.find("a.current").removeClass("current"),this.subMenus=[],this.init(!0)},rootOut:function(t){if(this.handleEvents()&&!this.isTouchMode()&&t.target!=this.$root[0]&&(this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0),!this.opts.showOnClick||!this.opts.hideOnClick)){var s=this;this.hideTimeout=setTimeout(function(){s.menuHideAll()},this.opts.hideTimeout)}},rootOver:function(t){this.handleEvents()&&!this.isTouchMode()&&t.target!=this.$root[0]&&this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=0)},winResize:function(t){if(this.handleEvents())this.isCollapsible()||"onorientationchange"in window&&"orientationchange"!=t.type||(this.activatedItems.length&&this.activatedItems[this.activatedItems.length-1][0].blur(),this.menuHideAll());else if(this.$disableOverlay){var s=this.$root.offset();this.$disableOverlay.css({top:s.top,left:s.left,width:this.$root.outerWidth(),height:this.$root.outerHeight()})}}}}),t.fn.dataSM=function(t,s){return s?this.data(t+"_smartmenus",s):this.data(t+"_smartmenus")},t.fn.removeDataSM=function(t){return this.removeData(t+"_smartmenus")},t.fn.smartmenus=function(s){if("string"==typeof s){var i=arguments,e=s;return Array.prototype.shift.call(i),this.each(function(){var s=t(this).data("smartmenus");s&&s[e]&&s[e].apply(s,i)})}var o=t.extend({},t.fn.smartmenus.defaults,s);return this.each(function(){new t.SmartMenus(this,o)})},t.fn.smartmenus.defaults={isPopup:!1,mainMenuSubOffsetX:0,mainMenuSubOffsetY:0,subMenusSubOffsetX:0,subMenusSubOffsetY:0,subMenusMinWidth:"10em",subMenusMaxWidth:"20em",subIndicators:!0,subIndicatorsPos:"prepend",subIndicatorsText:"+",scrollStep:30,scrollInterval:30,scrollAccelerate:!0,showTimeout:250,hideTimeout:500,showDuration:0,showFunction:null,hideDuration:0,hideFunction:function(t,s){t.fadeOut(200,s)},collapsibleShowDuration:0,collapsibleShowFunction:function(t,s){t.slideDown(200,s)},collapsibleHideDuration:0,collapsibleHideFunction:function(t,s){t.slideUp(200,s)},showOnClick:!1,hideOnClick:!0,keepInViewport:!0,keepHighlighted:!0,markCurrentItem:!1,markCurrentTree:!0,rightToLeftSubMenus:!1,bottomToTopSubMenus:!1,overlapControlsInIE:!0}})(jQuery);
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,280 +1,244 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            --- !ruby/object:Gem::Specification
         
     | 
| 
      
 1 
     | 
    
         
            +
            --- !ruby/object:Gem::Specification 
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: omf_web
         
     | 
| 
       3 
     | 
    
         
            -
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
               
     | 
| 
       5 
     | 
    
         
            -
               
     | 
| 
      
 3 
     | 
    
         
            +
            version: !ruby/object:Gem::Version 
         
     | 
| 
      
 4 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 5 
     | 
    
         
            +
              segments: 
         
     | 
| 
      
 6 
     | 
    
         
            +
              - 1
         
     | 
| 
      
 7 
     | 
    
         
            +
              - 2
         
     | 
| 
      
 8 
     | 
    
         
            +
              - 6
         
     | 
| 
      
 9 
     | 
    
         
            +
              version: 1.2.6
         
     | 
| 
       6 
10 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       7 
     | 
    
         
            -
            authors:
         
     | 
| 
      
 11 
     | 
    
         
            +
            authors: 
         
     | 
| 
       8 
12 
     | 
    
         
             
            - NICTA
         
     | 
| 
       9 
13 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       10 
14 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       11 
15 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
            date: 2014-05-23 00:00:00 +10:00
         
     | 
| 
      
 18 
     | 
    
         
            +
            default_executable: 
         
     | 
| 
      
 19 
     | 
    
         
            +
            dependencies: 
         
     | 
| 
      
 20 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
       15 
21 
     | 
    
         
             
              name: omf_oml
         
     | 
| 
       16 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       17 
     | 
    
         
            -
                none: false
         
     | 
| 
       18 
     | 
    
         
            -
                requirements:
         
     | 
| 
       19 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       20 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       21 
     | 
    
         
            -
                    version: '1.0'
         
     | 
| 
       22 
     | 
    
         
            -
              type: :runtime
         
     | 
| 
       23 
22 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       24 
     | 
    
         
            -
               
     | 
| 
       25 
     | 
    
         
            -
                 
     | 
| 
       26 
     | 
    
         
            -
                requirements:
         
     | 
| 
      
 23 
     | 
    
         
            +
              requirement: &id001 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 24 
     | 
    
         
            +
                requirements: 
         
     | 
| 
       27 
25 
     | 
    
         
             
                - - ~>
         
     | 
| 
       28 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       29 
     | 
    
         
            -
                     
     | 
| 
       30 
     | 
    
         
            -
            -  
     | 
| 
       31 
     | 
    
         
            -
             
     | 
| 
       32 
     | 
    
         
            -
             
     | 
| 
       33 
     | 
    
         
            -
                none: false
         
     | 
| 
       34 
     | 
    
         
            -
                requirements:
         
     | 
| 
       35 
     | 
    
         
            -
                - - ! '>='
         
     | 
| 
       36 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       37 
     | 
    
         
            -
                    version: '0'
         
     | 
| 
      
 26 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 27 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 28 
     | 
    
         
            +
                    - 1
         
     | 
| 
      
 29 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 30 
     | 
    
         
            +
                    version: "1.0"
         
     | 
| 
       38 
31 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 32 
     | 
    
         
            +
              version_requirements: *id001
         
     | 
| 
      
 33 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 34 
     | 
    
         
            +
              name: omf_base
         
     | 
| 
       39 
35 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       40 
     | 
    
         
            -
               
     | 
| 
       41 
     | 
    
         
            -
                 
     | 
| 
       42 
     | 
    
         
            -
                 
     | 
| 
       43 
     | 
    
         
            -
             
     | 
| 
       44 
     | 
    
         
            -
             
     | 
| 
       45 
     | 
    
         
            -
                     
     | 
| 
       46 
     | 
    
         
            -
             
     | 
| 
       47 
     | 
    
         
            -
              name: erector
         
     | 
| 
       48 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       49 
     | 
    
         
            -
                none: false
         
     | 
| 
       50 
     | 
    
         
            -
                requirements:
         
     | 
| 
       51 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       52 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       53 
     | 
    
         
            -
                    version: 0.9.0
         
     | 
| 
      
 36 
     | 
    
         
            +
              requirement: &id002 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 37 
     | 
    
         
            +
                requirements: 
         
     | 
| 
      
 38 
     | 
    
         
            +
                - - ">="
         
     | 
| 
      
 39 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 40 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 41 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 42 
     | 
    
         
            +
                    version: "0"
         
     | 
| 
       54 
43 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 44 
     | 
    
         
            +
              version_requirements: *id002
         
     | 
| 
      
 45 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 46 
     | 
    
         
            +
              name: erector
         
     | 
| 
       55 
47 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       56 
     | 
    
         
            -
               
     | 
| 
       57 
     | 
    
         
            -
                 
     | 
| 
       58 
     | 
    
         
            -
                requirements:
         
     | 
| 
      
 48 
     | 
    
         
            +
              requirement: &id003 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 49 
     | 
    
         
            +
                requirements: 
         
     | 
| 
       59 
50 
     | 
    
         
             
                - - ~>
         
     | 
| 
       60 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 51 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 52 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 53 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 54 
     | 
    
         
            +
                    - 9
         
     | 
| 
      
 55 
     | 
    
         
            +
                    - 0
         
     | 
| 
       61 
56 
     | 
    
         
             
                    version: 0.9.0
         
     | 
| 
       62 
     | 
    
         
            -
            - !ruby/object:Gem::Dependency
         
     | 
| 
       63 
     | 
    
         
            -
              name: activesupport
         
     | 
| 
       64 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       65 
     | 
    
         
            -
                none: false
         
     | 
| 
       66 
     | 
    
         
            -
                requirements:
         
     | 
| 
       67 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       68 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       69 
     | 
    
         
            -
                    version: 3.0.0
         
     | 
| 
       70 
57 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 58 
     | 
    
         
            +
              version_requirements: *id003
         
     | 
| 
      
 59 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 60 
     | 
    
         
            +
              name: activesupport
         
     | 
| 
       71 
61 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       72 
     | 
    
         
            -
               
     | 
| 
       73 
     | 
    
         
            -
                 
     | 
| 
       74 
     | 
    
         
            -
                requirements:
         
     | 
| 
      
 62 
     | 
    
         
            +
              requirement: &id004 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 63 
     | 
    
         
            +
                requirements: 
         
     | 
| 
       75 
64 
     | 
    
         
             
                - - ~>
         
     | 
| 
       76 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 65 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 66 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 67 
     | 
    
         
            +
                    - 3
         
     | 
| 
      
 68 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 69 
     | 
    
         
            +
                    - 0
         
     | 
| 
       77 
70 
     | 
    
         
             
                    version: 3.0.0
         
     | 
| 
       78 
     | 
    
         
            -
            - !ruby/object:Gem::Dependency
         
     | 
| 
       79 
     | 
    
         
            -
              name: rack
         
     | 
| 
       80 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       81 
     | 
    
         
            -
                none: false
         
     | 
| 
       82 
     | 
    
         
            -
                requirements:
         
     | 
| 
       83 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       84 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       85 
     | 
    
         
            -
                    version: '1.0'
         
     | 
| 
       86 
71 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 72 
     | 
    
         
            +
              version_requirements: *id004
         
     | 
| 
      
 73 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 74 
     | 
    
         
            +
              name: rack
         
     | 
| 
       87 
75 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       88 
     | 
    
         
            -
               
     | 
| 
       89 
     | 
    
         
            -
                 
     | 
| 
       90 
     | 
    
         
            -
                requirements:
         
     | 
| 
       91 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       92 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       93 
     | 
    
         
            -
                    version: '1.0'
         
     | 
| 
       94 
     | 
    
         
            -
            - !ruby/object:Gem::Dependency
         
     | 
| 
       95 
     | 
    
         
            -
              name: thin
         
     | 
| 
       96 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       97 
     | 
    
         
            -
                none: false
         
     | 
| 
       98 
     | 
    
         
            -
                requirements:
         
     | 
| 
      
 76 
     | 
    
         
            +
              requirement: &id005 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 77 
     | 
    
         
            +
                requirements: 
         
     | 
| 
       99 
78 
     | 
    
         
             
                - - ~>
         
     | 
| 
       100 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       101 
     | 
    
         
            -
                     
     | 
| 
      
 79 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 80 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 81 
     | 
    
         
            +
                    - 1
         
     | 
| 
      
 82 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 83 
     | 
    
         
            +
                    version: "1.0"
         
     | 
| 
       102 
84 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 85 
     | 
    
         
            +
              version_requirements: *id005
         
     | 
| 
      
 86 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 87 
     | 
    
         
            +
              name: thin
         
     | 
| 
       103 
88 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       104 
     | 
    
         
            -
               
     | 
| 
       105 
     | 
    
         
            -
                 
     | 
| 
       106 
     | 
    
         
            -
                requirements:
         
     | 
| 
       107 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       108 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       109 
     | 
    
         
            -
                    version: '1.0'
         
     | 
| 
       110 
     | 
    
         
            -
            - !ruby/object:Gem::Dependency
         
     | 
| 
       111 
     | 
    
         
            -
              name: coderay
         
     | 
| 
       112 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       113 
     | 
    
         
            -
                none: false
         
     | 
| 
       114 
     | 
    
         
            -
                requirements:
         
     | 
| 
      
 89 
     | 
    
         
            +
              requirement: &id006 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 90 
     | 
    
         
            +
                requirements: 
         
     | 
| 
       115 
91 
     | 
    
         
             
                - - ~>
         
     | 
| 
       116 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       117 
     | 
    
         
            -
                     
     | 
| 
      
 92 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 93 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 94 
     | 
    
         
            +
                    - 1
         
     | 
| 
      
 95 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 96 
     | 
    
         
            +
                    version: "1.0"
         
     | 
| 
       118 
97 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 98 
     | 
    
         
            +
              version_requirements: *id006
         
     | 
| 
      
 99 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 100 
     | 
    
         
            +
              name: coderay
         
     | 
| 
       119 
101 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       120 
     | 
    
         
            -
               
     | 
| 
       121 
     | 
    
         
            -
                 
     | 
| 
       122 
     | 
    
         
            -
                requirements:
         
     | 
| 
       123 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       124 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       125 
     | 
    
         
            -
                    version: '1.0'
         
     | 
| 
       126 
     | 
    
         
            -
            - !ruby/object:Gem::Dependency
         
     | 
| 
       127 
     | 
    
         
            -
              name: maruku
         
     | 
| 
       128 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       129 
     | 
    
         
            -
                none: false
         
     | 
| 
       130 
     | 
    
         
            -
                requirements:
         
     | 
| 
      
 102 
     | 
    
         
            +
              requirement: &id007 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 103 
     | 
    
         
            +
                requirements: 
         
     | 
| 
       131 
104 
     | 
    
         
             
                - - ~>
         
     | 
| 
       132 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       133 
     | 
    
         
            -
                     
     | 
| 
      
 105 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 106 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 107 
     | 
    
         
            +
                    - 1
         
     | 
| 
      
 108 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 109 
     | 
    
         
            +
                    version: "1.0"
         
     | 
| 
       134 
110 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 111 
     | 
    
         
            +
              version_requirements: *id007
         
     | 
| 
      
 112 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 113 
     | 
    
         
            +
              name: maruku
         
     | 
| 
       135 
114 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       136 
     | 
    
         
            -
               
     | 
| 
       137 
     | 
    
         
            -
                 
     | 
| 
       138 
     | 
    
         
            -
                requirements:
         
     | 
| 
      
 115 
     | 
    
         
            +
              requirement: &id008 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 116 
     | 
    
         
            +
                requirements: 
         
     | 
| 
       139 
117 
     | 
    
         
             
                - - ~>
         
     | 
| 
       140 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 118 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 119 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 120 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 121 
     | 
    
         
            +
                    - 6
         
     | 
| 
      
 122 
     | 
    
         
            +
                    - 0
         
     | 
| 
       141 
123 
     | 
    
         
             
                    version: 0.6.0
         
     | 
| 
       142 
     | 
    
         
            -
            - !ruby/object:Gem::Dependency
         
     | 
| 
       143 
     | 
    
         
            -
              name: ritex
         
     | 
| 
       144 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       145 
     | 
    
         
            -
                none: false
         
     | 
| 
       146 
     | 
    
         
            -
                requirements:
         
     | 
| 
       147 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       148 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       149 
     | 
    
         
            -
                    version: 1.0.0
         
     | 
| 
       150 
124 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 125 
     | 
    
         
            +
              version_requirements: *id008
         
     | 
| 
      
 126 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 127 
     | 
    
         
            +
              name: ritex
         
     | 
| 
       151 
128 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       152 
     | 
    
         
            -
               
     | 
| 
       153 
     | 
    
         
            -
                 
     | 
| 
       154 
     | 
    
         
            -
                requirements:
         
     | 
| 
      
 129 
     | 
    
         
            +
              requirement: &id009 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 130 
     | 
    
         
            +
                requirements: 
         
     | 
| 
       155 
131 
     | 
    
         
             
                - - ~>
         
     | 
| 
       156 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 132 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 133 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 134 
     | 
    
         
            +
                    - 1
         
     | 
| 
      
 135 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 136 
     | 
    
         
            +
                    - 0
         
     | 
| 
       157 
137 
     | 
    
         
             
                    version: 1.0.0
         
     | 
| 
       158 
     | 
    
         
            -
            - !ruby/object:Gem::Dependency
         
     | 
| 
       159 
     | 
    
         
            -
              name: json
         
     | 
| 
       160 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       161 
     | 
    
         
            -
                none: false
         
     | 
| 
       162 
     | 
    
         
            -
                requirements:
         
     | 
| 
       163 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       164 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       165 
     | 
    
         
            -
                    version: 1.7.0
         
     | 
| 
       166 
138 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 139 
     | 
    
         
            +
              version_requirements: *id009
         
     | 
| 
      
 140 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 141 
     | 
    
         
            +
              name: json
         
     | 
| 
       167 
142 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       168 
     | 
    
         
            -
               
     | 
| 
       169 
     | 
    
         
            -
                 
     | 
| 
       170 
     | 
    
         
            -
                requirements:
         
     | 
| 
      
 143 
     | 
    
         
            +
              requirement: &id010 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 144 
     | 
    
         
            +
                requirements: 
         
     | 
| 
       171 
145 
     | 
    
         
             
                - - ~>
         
     | 
| 
       172 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 146 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 147 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 148 
     | 
    
         
            +
                    - 1
         
     | 
| 
      
 149 
     | 
    
         
            +
                    - 7
         
     | 
| 
      
 150 
     | 
    
         
            +
                    - 0
         
     | 
| 
       173 
151 
     | 
    
         
             
                    version: 1.7.0
         
     | 
| 
       174 
     | 
    
         
            -
            - !ruby/object:Gem::Dependency
         
     | 
| 
       175 
     | 
    
         
            -
              name: grit
         
     | 
| 
       176 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       177 
     | 
    
         
            -
                none: false
         
     | 
| 
       178 
     | 
    
         
            -
                requirements:
         
     | 
| 
       179 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       180 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       181 
     | 
    
         
            -
                    version: 2.5.0
         
     | 
| 
       182 
152 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 153 
     | 
    
         
            +
              version_requirements: *id010
         
     | 
| 
      
 154 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 155 
     | 
    
         
            +
              name: gitlab-grit
         
     | 
| 
       183 
156 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       184 
     | 
    
         
            -
               
     | 
| 
       185 
     | 
    
         
            -
                 
     | 
| 
       186 
     | 
    
         
            -
                 
     | 
| 
       187 
     | 
    
         
            -
             
     | 
| 
       188 
     | 
    
         
            -
             
     | 
| 
       189 
     | 
    
         
            -
                     
     | 
| 
       190 
     | 
    
         
            -
             
     | 
| 
       191 
     | 
    
         
            -
              name: websocket-rack
         
     | 
| 
       192 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       193 
     | 
    
         
            -
                none: false
         
     | 
| 
       194 
     | 
    
         
            -
                requirements:
         
     | 
| 
       195 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       196 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       197 
     | 
    
         
            -
                    version: 0.4.0
         
     | 
| 
      
 157 
     | 
    
         
            +
              requirement: &id011 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 158 
     | 
    
         
            +
                requirements: 
         
     | 
| 
      
 159 
     | 
    
         
            +
                - - ">="
         
     | 
| 
      
 160 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 161 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 162 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 163 
     | 
    
         
            +
                    version: "0"
         
     | 
| 
       198 
164 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 165 
     | 
    
         
            +
              version_requirements: *id011
         
     | 
| 
      
 166 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 167 
     | 
    
         
            +
              name: websocket-rack
         
     | 
| 
       199 
168 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       200 
     | 
    
         
            -
               
     | 
| 
       201 
     | 
    
         
            -
                 
     | 
| 
       202 
     | 
    
         
            -
                requirements:
         
     | 
| 
      
 169 
     | 
    
         
            +
              requirement: &id012 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 170 
     | 
    
         
            +
                requirements: 
         
     | 
| 
       203 
171 
     | 
    
         
             
                - - ~>
         
     | 
| 
       204 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       205 
     | 
    
         
            -
                     
     | 
| 
       206 
     | 
    
         
            -
            -  
     | 
| 
       207 
     | 
    
         
            -
             
     | 
| 
       208 
     | 
    
         
            -
             
     | 
| 
       209 
     | 
    
         
            -
                none: false
         
     | 
| 
       210 
     | 
    
         
            -
                requirements:
         
     | 
| 
       211 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       212 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 172 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 173 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 174 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 175 
     | 
    
         
            +
                    - 4
         
     | 
| 
      
 176 
     | 
    
         
            +
                    - 0
         
     | 
| 
       213 
177 
     | 
    
         
             
                    version: 0.4.0
         
     | 
| 
       214 
178 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 179 
     | 
    
         
            +
              version_requirements: *id012
         
     | 
| 
      
 180 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 181 
     | 
    
         
            +
              name: rack-accept
         
     | 
| 
       215 
182 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       216 
     | 
    
         
            -
               
     | 
| 
       217 
     | 
    
         
            -
                 
     | 
| 
       218 
     | 
    
         
            -
                requirements:
         
     | 
| 
      
 183 
     | 
    
         
            +
              requirement: &id013 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 184 
     | 
    
         
            +
                requirements: 
         
     | 
| 
       219 
185 
     | 
    
         
             
                - - ~>
         
     | 
| 
       220 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 186 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 187 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 188 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 189 
     | 
    
         
            +
                    - 4
         
     | 
| 
      
 190 
     | 
    
         
            +
                    - 0
         
     | 
| 
       221 
191 
     | 
    
         
             
                    version: 0.4.0
         
     | 
| 
       222 
     | 
    
         
            -
            - !ruby/object:Gem::Dependency
         
     | 
| 
       223 
     | 
    
         
            -
              name: i18n
         
     | 
| 
       224 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       225 
     | 
    
         
            -
                none: false
         
     | 
| 
       226 
     | 
    
         
            -
                requirements:
         
     | 
| 
       227 
     | 
    
         
            -
                - - ! '>='
         
     | 
| 
       228 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       229 
     | 
    
         
            -
                    version: '0'
         
     | 
| 
       230 
192 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 193 
     | 
    
         
            +
              version_requirements: *id013
         
     | 
| 
      
 194 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 195 
     | 
    
         
            +
              name: i18n
         
     | 
| 
       231 
196 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       232 
     | 
    
         
            -
               
     | 
| 
       233 
     | 
    
         
            -
                 
     | 
| 
       234 
     | 
    
         
            -
                 
     | 
| 
       235 
     | 
    
         
            -
             
     | 
| 
       236 
     | 
    
         
            -
             
     | 
| 
       237 
     | 
    
         
            -
                     
     | 
| 
       238 
     | 
    
         
            -
             
     | 
| 
       239 
     | 
    
         
            -
              name: rake
         
     | 
| 
       240 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       241 
     | 
    
         
            -
                none: false
         
     | 
| 
       242 
     | 
    
         
            -
                requirements:
         
     | 
| 
       243 
     | 
    
         
            -
                - - ! '>='
         
     | 
| 
       244 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       245 
     | 
    
         
            -
                    version: '0'
         
     | 
| 
      
 197 
     | 
    
         
            +
              requirement: &id014 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 198 
     | 
    
         
            +
                requirements: 
         
     | 
| 
      
 199 
     | 
    
         
            +
                - - ">="
         
     | 
| 
      
 200 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 201 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 202 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 203 
     | 
    
         
            +
                    version: "0"
         
     | 
| 
       246 
204 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 205 
     | 
    
         
            +
              version_requirements: *id014
         
     | 
| 
      
 206 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 207 
     | 
    
         
            +
              name: rake
         
     | 
| 
       247 
208 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       248 
     | 
    
         
            -
               
     | 
| 
       249 
     | 
    
         
            -
                 
     | 
| 
       250 
     | 
    
         
            -
                 
     | 
| 
       251 
     | 
    
         
            -
             
     | 
| 
       252 
     | 
    
         
            -
             
     | 
| 
       253 
     | 
    
         
            -
                     
     | 
| 
       254 
     | 
    
         
            -
             
     | 
| 
       255 
     | 
    
         
            -
              name: ruby-openid
         
     | 
| 
       256 
     | 
    
         
            -
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       257 
     | 
    
         
            -
                none: false
         
     | 
| 
       258 
     | 
    
         
            -
                requirements:
         
     | 
| 
       259 
     | 
    
         
            -
                - - ~>
         
     | 
| 
       260 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
       261 
     | 
    
         
            -
                    version: 2.2.3
         
     | 
| 
      
 209 
     | 
    
         
            +
              requirement: &id015 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 210 
     | 
    
         
            +
                requirements: 
         
     | 
| 
      
 211 
     | 
    
         
            +
                - - ">="
         
     | 
| 
      
 212 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 213 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 214 
     | 
    
         
            +
                    - 0
         
     | 
| 
      
 215 
     | 
    
         
            +
                    version: "0"
         
     | 
| 
       262 
216 
     | 
    
         
             
              type: :runtime
         
     | 
| 
      
 217 
     | 
    
         
            +
              version_requirements: *id015
         
     | 
| 
      
 218 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 219 
     | 
    
         
            +
              name: ruby-openid
         
     | 
| 
       263 
220 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       264 
     | 
    
         
            -
               
     | 
| 
       265 
     | 
    
         
            -
                 
     | 
| 
       266 
     | 
    
         
            -
                requirements:
         
     | 
| 
      
 221 
     | 
    
         
            +
              requirement: &id016 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 222 
     | 
    
         
            +
                requirements: 
         
     | 
| 
       267 
223 
     | 
    
         
             
                - - ~>
         
     | 
| 
       268 
     | 
    
         
            -
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 224 
     | 
    
         
            +
                  - !ruby/object:Gem::Version 
         
     | 
| 
      
 225 
     | 
    
         
            +
                    segments: 
         
     | 
| 
      
 226 
     | 
    
         
            +
                    - 2
         
     | 
| 
      
 227 
     | 
    
         
            +
                    - 2
         
     | 
| 
      
 228 
     | 
    
         
            +
                    - 3
         
     | 
| 
       269 
229 
     | 
    
         
             
                    version: 2.2.3
         
     | 
| 
      
 230 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 231 
     | 
    
         
            +
              version_requirements: *id016
         
     | 
| 
       270 
232 
     | 
    
         
             
            description: OMF's Web based control and visualization framework.
         
     | 
| 
       271 
     | 
    
         
            -
            email:
         
     | 
| 
      
 233 
     | 
    
         
            +
            email: 
         
     | 
| 
       272 
234 
     | 
    
         
             
            - omf-user@lists.nicta.com.au
         
     | 
| 
       273 
     | 
    
         
            -
            executables:
         
     | 
| 
      
 235 
     | 
    
         
            +
            executables: 
         
     | 
| 
       274 
236 
     | 
    
         
             
            - omf_web_server
         
     | 
| 
       275 
237 
     | 
    
         
             
            extensions: []
         
     | 
| 
      
 238 
     | 
    
         
            +
             
     | 
| 
       276 
239 
     | 
    
         
             
            extra_rdoc_files: []
         
     | 
| 
       277 
     | 
    
         
            -
             
     | 
| 
      
 240 
     | 
    
         
            +
             
     | 
| 
      
 241 
     | 
    
         
            +
            files: 
         
     | 
| 
       278 
242 
     | 
    
         
             
            - .gitignore
         
     | 
| 
       279 
243 
     | 
    
         
             
            - Gemfile
         
     | 
| 
       280 
244 
     | 
    
         
             
            - README.md
         
     | 
| 
         @@ -2692,6 +2656,25 @@ files: 
     | 
|
| 
       2692 
2656 
     | 
    
         
             
            - share/htdocs/vendor/slickgrid-200512/tests/index.html
         
     | 
| 
       2693 
2657 
     | 
    
         
             
            - share/htdocs/vendor/slickgrid-200512/tests/model benchmarks.html
         
     | 
| 
       2694 
2658 
     | 
    
         
             
            - share/htdocs/vendor/slickgrid-200512/tests/scrolling benchmarks.html
         
     | 
| 
      
 2659 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/LICENSE-MIT
         
     | 
| 
      
 2660 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/README.md
         
     | 
| 
      
 2661 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/addons/bootstrap/jquery.smartmenus.bootstrap.css
         
     | 
| 
      
 2662 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/addons/bootstrap/jquery.smartmenus.bootstrap.js
         
     | 
| 
      
 2663 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/addons/bootstrap/jquery.smartmenus.bootstrap.min.js
         
     | 
| 
      
 2664 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/addons/keyboard/jquery.smartmenus.keyboard.js
         
     | 
| 
      
 2665 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/addons/keyboard/jquery.smartmenus.keyboard.min.js
         
     | 
| 
      
 2666 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/css/sm-blue/css-gradients-fallback/current-item-bg.png
         
     | 
| 
      
 2667 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/css/sm-blue/css-gradients-fallback/main-item-hover-bg.png
         
     | 
| 
      
 2668 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/css/sm-blue/css-gradients-fallback/main-menu-bg.png
         
     | 
| 
      
 2669 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/css/sm-blue/css-gradients-fallback/sub-item-hover-bg.png
         
     | 
| 
      
 2670 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/css/sm-blue/css-gradients-fallback/vertical-main-item-bg.png
         
     | 
| 
      
 2671 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/css/sm-blue/sm-blue.css
         
     | 
| 
      
 2672 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/css/sm-clean/sm-clean.css
         
     | 
| 
      
 2673 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/css/sm-core-css.css
         
     | 
| 
      
 2674 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/css/sm-mint/sm-mint.css
         
     | 
| 
      
 2675 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/css/sm-simple/sm-simple.css
         
     | 
| 
      
 2676 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/jquery.smartmenus.js
         
     | 
| 
      
 2677 
     | 
    
         
            +
            - share/htdocs/vendor/smartmenus-0.9.6/jquery.smartmenus.min.js
         
     | 
| 
       2695 
2678 
     | 
    
         
             
            - share/htdocs/vendor/spin/jquery.spin.js
         
     | 
| 
       2696 
2679 
     | 
    
         
             
            - share/htdocs/vendor/spin/spin.js
         
     | 
| 
       2697 
2680 
     | 
    
         
             
            - share/htdocs/vendor/spin/spin.min.js
         
     | 
| 
         @@ -2801,29 +2784,35 @@ files: 
     | 
|
| 
       2801 
2784 
     | 
    
         
             
            - share/htdocs/vendor/valums-file-uploader-cf7bfb1/tests/test-drop-zone.htm
         
     | 
| 
       2802 
2785 
     | 
    
         
             
            - share/htdocs/vendor/valums-file-uploader-cf7bfb1/tests/test-handler-queue.htm
         
     | 
| 
       2803 
2786 
     | 
    
         
             
            - share/htdocs/vendor/valums-file-uploader-cf7bfb1/tests/test-upload-handlers.htm
         
     | 
| 
      
 2787 
     | 
    
         
            +
            has_rdoc: true
         
     | 
| 
       2804 
2788 
     | 
    
         
             
            homepage: https://www.mytestbed.net
         
     | 
| 
       2805 
2789 
     | 
    
         
             
            licenses: []
         
     | 
| 
      
 2790 
     | 
    
         
            +
             
     | 
| 
       2806 
2791 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       2807 
2792 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       2808 
     | 
    
         
            -
             
     | 
| 
      
 2793 
     | 
    
         
            +
             
     | 
| 
      
 2794 
     | 
    
         
            +
            require_paths: 
         
     | 
| 
       2809 
2795 
     | 
    
         
             
            - lib
         
     | 
| 
       2810 
     | 
    
         
            -
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
       2811 
     | 
    
         
            -
               
     | 
| 
       2812 
     | 
    
         
            -
               
     | 
| 
       2813 
     | 
    
         
            -
             
     | 
| 
       2814 
     | 
    
         
            -
             
     | 
| 
       2815 
     | 
    
         
            -
                   
     | 
| 
       2816 
     | 
    
         
            -
             
     | 
| 
       2817 
     | 
    
         
            -
             
     | 
| 
       2818 
     | 
    
         
            -
              requirements:
         
     | 
| 
       2819 
     | 
    
         
            -
              - -  
     | 
| 
       2820 
     | 
    
         
            -
                - !ruby/object:Gem::Version
         
     | 
| 
       2821 
     | 
    
         
            -
                   
     | 
| 
      
 2796 
     | 
    
         
            +
            required_ruby_version: !ruby/object:Gem::Requirement 
         
     | 
| 
      
 2797 
     | 
    
         
            +
              requirements: 
         
     | 
| 
      
 2798 
     | 
    
         
            +
              - - ">="
         
     | 
| 
      
 2799 
     | 
    
         
            +
                - !ruby/object:Gem::Version 
         
     | 
| 
      
 2800 
     | 
    
         
            +
                  segments: 
         
     | 
| 
      
 2801 
     | 
    
         
            +
                  - 0
         
     | 
| 
      
 2802 
     | 
    
         
            +
                  version: "0"
         
     | 
| 
      
 2803 
     | 
    
         
            +
            required_rubygems_version: !ruby/object:Gem::Requirement 
         
     | 
| 
      
 2804 
     | 
    
         
            +
              requirements: 
         
     | 
| 
      
 2805 
     | 
    
         
            +
              - - ">="
         
     | 
| 
      
 2806 
     | 
    
         
            +
                - !ruby/object:Gem::Version 
         
     | 
| 
      
 2807 
     | 
    
         
            +
                  segments: 
         
     | 
| 
      
 2808 
     | 
    
         
            +
                  - 0
         
     | 
| 
      
 2809 
     | 
    
         
            +
                  version: "0"
         
     | 
| 
       2822 
2810 
     | 
    
         
             
            requirements: []
         
     | 
| 
      
 2811 
     | 
    
         
            +
             
     | 
| 
       2823 
2812 
     | 
    
         
             
            rubyforge_project: omf_web
         
     | 
| 
       2824 
     | 
    
         
            -
            rubygems_version: 1. 
     | 
| 
      
 2813 
     | 
    
         
            +
            rubygems_version: 1.3.6
         
     | 
| 
       2825 
2814 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       2826 
2815 
     | 
    
         
             
            specification_version: 3
         
     | 
| 
       2827 
2816 
     | 
    
         
             
            summary: OMF's web frontend.
         
     | 
| 
       2828 
2817 
     | 
    
         
             
            test_files: []
         
     | 
| 
       2829 
     | 
    
         
            -
             
     | 
| 
      
 2818 
     | 
    
         
            +
             
     |