Skip to content

Commit

Permalink
rake convert
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Jun 26, 2014
1 parent f76c5ee commit 3b9a620
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 47 deletions.
46 changes: 23 additions & 23 deletions assets/javascripts/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: affix.js v3.1.1
* Bootstrap: affix.js v3.2.0
* http://getbootstrap.com/javascript/#affix
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand Down Expand Up @@ -28,7 +28,7 @@
this.checkPosition()
}

Affix.VERSION = '3.1.1'
Affix.VERSION = '3.2.0'

Affix.RESET = 'affix affix-top affix-bottom'

Expand Down Expand Up @@ -142,7 +142,7 @@
}(jQuery);

/* ========================================================================
* Bootstrap: alert.js v3.1.1
* Bootstrap: alert.js v3.2.0
* http://getbootstrap.com/javascript/#alerts
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand All @@ -161,7 +161,7 @@
$(el).on('click', dismiss, this.close)
}

Alert.VERSION = '3.1.1'
Alert.VERSION = '3.2.0'

Alert.prototype.close = function (e) {
var $this = $(this)
Expand Down Expand Up @@ -235,7 +235,7 @@
}(jQuery);

/* ========================================================================
* Bootstrap: button.js v3.1.1
* Bootstrap: button.js v3.2.0
* http://getbootstrap.com/javascript/#buttons
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand All @@ -255,7 +255,7 @@
this.isLoading = false
}

Button.VERSION = '3.1.1'
Button.VERSION = '3.2.0'

Button.DEFAULTS = {
loadingText: 'loading...'
Expand Down Expand Up @@ -346,7 +346,7 @@
}(jQuery);

/* ========================================================================
* Bootstrap: carousel.js v3.1.1
* Bootstrap: carousel.js v3.2.0
* http://getbootstrap.com/javascript/#carousel
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand Down Expand Up @@ -375,7 +375,7 @@
.on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
}

Carousel.VERSION = '3.1.1'
Carousel.VERSION = '3.2.0'

Carousel.DEFAULTS = {
interval: 5000,
Expand Down Expand Up @@ -570,7 +570,7 @@
}(jQuery);

/* ========================================================================
* Bootstrap: collapse.js v3.1.1
* Bootstrap: collapse.js v3.2.0
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand All @@ -593,7 +593,7 @@
if (this.options.toggle) this.toggle()
}

Collapse.VERSION = '3.1.1'
Collapse.VERSION = '3.2.0'

Collapse.DEFAULTS = {
toggle: true
Expand Down Expand Up @@ -741,7 +741,7 @@
}(jQuery);

/* ========================================================================
* Bootstrap: dropdown.js v3.1.1
* Bootstrap: dropdown.js v3.2.0
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand All @@ -761,7 +761,7 @@
$(element).on('click.bs.dropdown', this.toggle)
}

Dropdown.VERSION = '3.1.1'
Dropdown.VERSION = '3.2.0'

Dropdown.prototype.toggle = function (e) {
var $this = $(this)
Expand Down Expand Up @@ -893,7 +893,7 @@
}(jQuery);

/* ========================================================================
* Bootstrap: tab.js v3.1.1
* Bootstrap: tab.js v3.2.0
* http://getbootstrap.com/javascript/#tabs
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand All @@ -911,7 +911,7 @@
this.element = $(element)
}

Tab.VERSION = '3.1.1'
Tab.VERSION = '3.2.0'

Tab.prototype.show = function () {
var $this = this.element
Expand Down Expand Up @@ -1022,7 +1022,7 @@
}(jQuery);

/* ========================================================================
* Bootstrap: transition.js v3.1.1
* Bootstrap: transition.js v3.2.0
* http://getbootstrap.com/javascript/#transitions
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand Down Expand Up @@ -1082,7 +1082,7 @@
}(jQuery);

/* ========================================================================
* Bootstrap: scrollspy.js v3.1.1
* Bootstrap: scrollspy.js v3.2.0
* http://getbootstrap.com/javascript/#scrollspy
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand Down Expand Up @@ -1113,7 +1113,7 @@
this.process()
}

ScrollSpy.VERSION = '3.1.1'
ScrollSpy.VERSION = '3.2.0'

ScrollSpy.DEFAULTS = {
offset: 10
Expand Down Expand Up @@ -1253,7 +1253,7 @@
}(jQuery);

/* ========================================================================
* Bootstrap: modal.js v3.1.1
* Bootstrap: modal.js v3.2.0
* http://getbootstrap.com/javascript/#modals
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand Down Expand Up @@ -1284,7 +1284,7 @@
}
}

Modal.VERSION = '3.1.1'
Modal.VERSION = '3.2.0'

Modal.DEFAULTS = {
backdrop: true,
Expand Down Expand Up @@ -1534,7 +1534,7 @@
}(jQuery);

/* ========================================================================
* Bootstrap: tooltip.js v3.1.1
* Bootstrap: tooltip.js v3.2.0
* http://getbootstrap.com/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
Expand All @@ -1560,7 +1560,7 @@
this.init('tooltip', element, options)
}

Tooltip.VERSION = '3.1.1'
Tooltip.VERSION = '3.2.0'

Tooltip.DEFAULTS = {
animation: true,
Expand Down Expand Up @@ -1992,7 +1992,7 @@
}(jQuery);

/* ========================================================================
* Bootstrap: popover.js v3.1.1
* Bootstrap: popover.js v3.2.0
* http://getbootstrap.com/javascript/#popovers
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand All @@ -2012,7 +2012,7 @@

if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')

Popover.VERSION = '3.1.1'
Popover.VERSION = '3.2.0'

Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
placement: 'right',
Expand Down
4 changes: 2 additions & 2 deletions assets/javascripts/bootstrap/affix.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: affix.js v3.1.1
* Bootstrap: affix.js v3.2.0
* http://getbootstrap.com/javascript/#affix
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand Down Expand Up @@ -28,7 +28,7 @@
this.checkPosition()
}

Affix.VERSION = '3.1.1'
Affix.VERSION = '3.2.0'

Affix.RESET = 'affix affix-top affix-bottom'

Expand Down
4 changes: 2 additions & 2 deletions assets/javascripts/bootstrap/alert.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: alert.js v3.1.1
* Bootstrap: alert.js v3.2.0
* http://getbootstrap.com/javascript/#alerts
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand All @@ -18,7 +18,7 @@
$(el).on('click', dismiss, this.close)
}

Alert.VERSION = '3.1.1'
Alert.VERSION = '3.2.0'

Alert.prototype.close = function (e) {
var $this = $(this)
Expand Down
4 changes: 2 additions & 2 deletions assets/javascripts/bootstrap/button.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: button.js v3.1.1
* Bootstrap: button.js v3.2.0
* http://getbootstrap.com/javascript/#buttons
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand All @@ -19,7 +19,7 @@
this.isLoading = false
}

Button.VERSION = '3.1.1'
Button.VERSION = '3.2.0'

Button.DEFAULTS = {
loadingText: 'loading...'
Expand Down
4 changes: 2 additions & 2 deletions assets/javascripts/bootstrap/carousel.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: carousel.js v3.1.1
* Bootstrap: carousel.js v3.2.0
* http://getbootstrap.com/javascript/#carousel
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand Down Expand Up @@ -28,7 +28,7 @@
.on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
}

Carousel.VERSION = '3.1.1'
Carousel.VERSION = '3.2.0'

Carousel.DEFAULTS = {
interval: 5000,
Expand Down
4 changes: 2 additions & 2 deletions assets/javascripts/bootstrap/collapse.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: collapse.js v3.1.1
* Bootstrap: collapse.js v3.2.0
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand All @@ -22,7 +22,7 @@
if (this.options.toggle) this.toggle()
}

Collapse.VERSION = '3.1.1'
Collapse.VERSION = '3.2.0'

Collapse.DEFAULTS = {
toggle: true
Expand Down
4 changes: 2 additions & 2 deletions assets/javascripts/bootstrap/dropdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: dropdown.js v3.1.1
* Bootstrap: dropdown.js v3.2.0
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand All @@ -19,7 +19,7 @@
$(element).on('click.bs.dropdown', this.toggle)
}

Dropdown.VERSION = '3.1.1'
Dropdown.VERSION = '3.2.0'

Dropdown.prototype.toggle = function (e) {
var $this = $(this)
Expand Down
4 changes: 2 additions & 2 deletions assets/javascripts/bootstrap/modal.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: modal.js v3.1.1
* Bootstrap: modal.js v3.2.0
* http://getbootstrap.com/javascript/#modals
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand Down Expand Up @@ -30,7 +30,7 @@
}
}

Modal.VERSION = '3.1.1'
Modal.VERSION = '3.2.0'

Modal.DEFAULTS = {
backdrop: true,
Expand Down
4 changes: 2 additions & 2 deletions assets/javascripts/bootstrap/popover.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: popover.js v3.1.1
* Bootstrap: popover.js v3.2.0
* http://getbootstrap.com/javascript/#popovers
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand All @@ -19,7 +19,7 @@

if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')

Popover.VERSION = '3.1.1'
Popover.VERSION = '3.2.0'

Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
placement: 'right',
Expand Down
4 changes: 2 additions & 2 deletions assets/javascripts/bootstrap/scrollspy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: scrollspy.js v3.1.1
* Bootstrap: scrollspy.js v3.2.0
* http://getbootstrap.com/javascript/#scrollspy
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand Down Expand Up @@ -30,7 +30,7 @@
this.process()
}

ScrollSpy.VERSION = '3.1.1'
ScrollSpy.VERSION = '3.2.0'

ScrollSpy.DEFAULTS = {
offset: 10
Expand Down
4 changes: 2 additions & 2 deletions assets/javascripts/bootstrap/tab.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: tab.js v3.1.1
* Bootstrap: tab.js v3.2.0
* http://getbootstrap.com/javascript/#tabs
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand All @@ -17,7 +17,7 @@
this.element = $(element)
}

Tab.VERSION = '3.1.1'
Tab.VERSION = '3.2.0'

Tab.prototype.show = function () {
var $this = this.element
Expand Down
4 changes: 2 additions & 2 deletions assets/javascripts/bootstrap/tooltip.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: tooltip.js v3.1.1
* Bootstrap: tooltip.js v3.2.0
* http://getbootstrap.com/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
Expand All @@ -25,7 +25,7 @@
this.init('tooltip', element, options)
}

Tooltip.VERSION = '3.1.1'
Tooltip.VERSION = '3.2.0'

Tooltip.DEFAULTS = {
animation: true,
Expand Down
2 changes: 1 addition & 1 deletion assets/javascripts/bootstrap/transition.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: transition.js v3.1.1
* Bootstrap: transition.js v3.2.0
* http://getbootstrap.com/javascript/#transitions
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap-sass/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Bootstrap
VERSION = '3.1.1.1'
BOOTSTRAP_SHA = '1de2f68bdcecd9a1e19548fe9152ead1b5e1bad4'
BOOTSTRAP_SHA = 'c068162161154a4b85110ea1e7dd3d7897ce2b72'
end

0 comments on commit 3b9a620

Please sign in to comment.