webgen-sass_twitter_bootstrap-bundle 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/ChangeLog +3 -0
- data/LICENSE +20 -0
- data/README.md +61 -0
- data/VERSION +1 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_accordion.scss +34 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_alerts.scss +65 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_breadcrumbs.scss +24 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_button-groups.scss +242 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_buttons.scss +232 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_carousel.scss +131 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_close.scss +31 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_code.scss +58 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_component-animations.scss +22 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_dropdowns.scss +237 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_forms.scss +682 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_grid.scss +21 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_hero-unit.scss +25 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_labels-badges.scss +71 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_layouts.scss +16 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_media.scss +55 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_mixins.scss +684 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_modals.scss +95 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_navbar.scss +472 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_navs.scss +385 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_pager.scss +41 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_pagination.scss +121 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_popovers.scss +117 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_progress-bars.scss +122 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_reset.scss +138 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-1200px-min.scss +28 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-767px-max.scss +193 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-768px-979px.scss +19 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-navbar.scss +185 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-utilities.scss +58 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_scaffolding.scss +52 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_sprites.scss +195 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_tables.scss +227 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_thumbnails.scss +52 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_tooltip.scss +70 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_type.scss +227 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_utilities.scss +45 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_variables.scss +301 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_wells.scss +29 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/bootstrap.scss +63 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/responsive.scss +48 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/img/glyphicons-halflings-white.png +0 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/img/glyphicons-halflings.png +0 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-affix.js +106 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-alert.js +88 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-button.js +94 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-carousel.js +176 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-collapse.js +156 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-dropdown.js +148 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-modal.js +234 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-popover.js +103 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-scrollspy.js +151 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-tab.js +133 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-tooltip.js +276 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-transition.js +60 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-typeahead.js +310 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/info.yaml +9 -0
- data/lib/webgen/bundle/sass_twitter_bootstrap/init.rb +3 -0
- metadata +126 -0
@@ -0,0 +1,60 @@
|
|
1
|
+
/* ===================================================
|
2
|
+
* bootstrap-transition.js v2.2.1
|
3
|
+
* http://twitter.github.com/bootstrap/javascript.html#transitions
|
4
|
+
* ===================================================
|
5
|
+
* Copyright 2012 Twitter, Inc.
|
6
|
+
*
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
+
* you may not use this file except in compliance with the License.
|
9
|
+
* You may obtain a copy of the License at
|
10
|
+
*
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
12
|
+
*
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16
|
+
* See the License for the specific language governing permissions and
|
17
|
+
* limitations under the License.
|
18
|
+
* ========================================================== */
|
19
|
+
|
20
|
+
|
21
|
+
!function ($) {
|
22
|
+
|
23
|
+
"use strict"; // jshint ;_;
|
24
|
+
|
25
|
+
|
26
|
+
/* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
|
27
|
+
* ======================================================= */
|
28
|
+
|
29
|
+
$(function () {
|
30
|
+
|
31
|
+
$.support.transition = (function () {
|
32
|
+
|
33
|
+
var transitionEnd = (function () {
|
34
|
+
|
35
|
+
var el = document.createElement('bootstrap')
|
36
|
+
, transEndEventNames = {
|
37
|
+
'WebkitTransition' : 'webkitTransitionEnd'
|
38
|
+
, 'MozTransition' : 'transitionend'
|
39
|
+
, 'OTransition' : 'oTransitionEnd otransitionend'
|
40
|
+
, 'transition' : 'transitionend'
|
41
|
+
}
|
42
|
+
, name
|
43
|
+
|
44
|
+
for (name in transEndEventNames){
|
45
|
+
if (el.style[name] !== undefined) {
|
46
|
+
return transEndEventNames[name]
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
}())
|
51
|
+
|
52
|
+
return transitionEnd && {
|
53
|
+
end: transitionEnd
|
54
|
+
}
|
55
|
+
|
56
|
+
})()
|
57
|
+
|
58
|
+
})
|
59
|
+
|
60
|
+
}(window.jQuery);
|
@@ -0,0 +1,310 @@
|
|
1
|
+
/* =============================================================
|
2
|
+
* bootstrap-typeahead.js v2.2.1
|
3
|
+
* http://twitter.github.com/bootstrap/javascript.html#typeahead
|
4
|
+
* =============================================================
|
5
|
+
* Copyright 2012 Twitter, Inc.
|
6
|
+
*
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
+
* you may not use this file except in compliance with the License.
|
9
|
+
* You may obtain a copy of the License at
|
10
|
+
*
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
12
|
+
*
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16
|
+
* See the License for the specific language governing permissions and
|
17
|
+
* limitations under the License.
|
18
|
+
* ============================================================ */
|
19
|
+
|
20
|
+
|
21
|
+
!function($){
|
22
|
+
|
23
|
+
"use strict"; // jshint ;_;
|
24
|
+
|
25
|
+
|
26
|
+
/* TYPEAHEAD PUBLIC CLASS DEFINITION
|
27
|
+
* ================================= */
|
28
|
+
|
29
|
+
var Typeahead = function (element, options) {
|
30
|
+
this.$element = $(element)
|
31
|
+
this.options = $.extend({}, $.fn.typeahead.defaults, options)
|
32
|
+
this.matcher = this.options.matcher || this.matcher
|
33
|
+
this.sorter = this.options.sorter || this.sorter
|
34
|
+
this.highlighter = this.options.highlighter || this.highlighter
|
35
|
+
this.updater = this.options.updater || this.updater
|
36
|
+
this.$menu = $(this.options.menu).appendTo('body')
|
37
|
+
this.source = this.options.source
|
38
|
+
this.shown = false
|
39
|
+
this.listen()
|
40
|
+
}
|
41
|
+
|
42
|
+
Typeahead.prototype = {
|
43
|
+
|
44
|
+
constructor: Typeahead
|
45
|
+
|
46
|
+
, select: function () {
|
47
|
+
var val = this.$menu.find('.active').attr('data-value')
|
48
|
+
this.$element
|
49
|
+
.val(this.updater(val))
|
50
|
+
.change()
|
51
|
+
return this.hide()
|
52
|
+
}
|
53
|
+
|
54
|
+
, updater: function (item) {
|
55
|
+
return item
|
56
|
+
}
|
57
|
+
|
58
|
+
, show: function () {
|
59
|
+
var pos = $.extend({}, this.$element.offset(), {
|
60
|
+
height: this.$element[0].offsetHeight
|
61
|
+
})
|
62
|
+
|
63
|
+
this.$menu.css({
|
64
|
+
top: pos.top + pos.height
|
65
|
+
, left: pos.left
|
66
|
+
})
|
67
|
+
|
68
|
+
this.$menu.show()
|
69
|
+
this.shown = true
|
70
|
+
return this
|
71
|
+
}
|
72
|
+
|
73
|
+
, hide: function () {
|
74
|
+
this.$menu.hide()
|
75
|
+
this.shown = false
|
76
|
+
return this
|
77
|
+
}
|
78
|
+
|
79
|
+
, lookup: function (event) {
|
80
|
+
var items
|
81
|
+
|
82
|
+
this.query = this.$element.val()
|
83
|
+
|
84
|
+
if (!this.query || this.query.length < this.options.minLength) {
|
85
|
+
return this.shown ? this.hide() : this
|
86
|
+
}
|
87
|
+
|
88
|
+
items = $.isFunction(this.source) ? this.source(this.query, $.proxy(this.process, this)) : this.source
|
89
|
+
|
90
|
+
return items ? this.process(items) : this
|
91
|
+
}
|
92
|
+
|
93
|
+
, process: function (items) {
|
94
|
+
var that = this
|
95
|
+
|
96
|
+
items = $.grep(items, function (item) {
|
97
|
+
return that.matcher(item)
|
98
|
+
})
|
99
|
+
|
100
|
+
items = this.sorter(items)
|
101
|
+
|
102
|
+
if (!items.length) {
|
103
|
+
return this.shown ? this.hide() : this
|
104
|
+
}
|
105
|
+
|
106
|
+
return this.render(items.slice(0, this.options.items)).show()
|
107
|
+
}
|
108
|
+
|
109
|
+
, matcher: function (item) {
|
110
|
+
return ~item.toLowerCase().indexOf(this.query.toLowerCase())
|
111
|
+
}
|
112
|
+
|
113
|
+
, sorter: function (items) {
|
114
|
+
var beginswith = []
|
115
|
+
, caseSensitive = []
|
116
|
+
, caseInsensitive = []
|
117
|
+
, item
|
118
|
+
|
119
|
+
while (item = items.shift()) {
|
120
|
+
if (!item.toLowerCase().indexOf(this.query.toLowerCase())) beginswith.push(item)
|
121
|
+
else if (~item.indexOf(this.query)) caseSensitive.push(item)
|
122
|
+
else caseInsensitive.push(item)
|
123
|
+
}
|
124
|
+
|
125
|
+
return beginswith.concat(caseSensitive, caseInsensitive)
|
126
|
+
}
|
127
|
+
|
128
|
+
, highlighter: function (item) {
|
129
|
+
var query = this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, '\\$&')
|
130
|
+
return item.replace(new RegExp('(' + query + ')', 'ig'), function ($1, match) {
|
131
|
+
return '<strong>' + match + '</strong>'
|
132
|
+
})
|
133
|
+
}
|
134
|
+
|
135
|
+
, render: function (items) {
|
136
|
+
var that = this
|
137
|
+
|
138
|
+
items = $(items).map(function (i, item) {
|
139
|
+
i = $(that.options.item).attr('data-value', item)
|
140
|
+
i.find('a').html(that.highlighter(item))
|
141
|
+
return i[0]
|
142
|
+
})
|
143
|
+
|
144
|
+
items.first().addClass('active')
|
145
|
+
this.$menu.html(items)
|
146
|
+
return this
|
147
|
+
}
|
148
|
+
|
149
|
+
, next: function (event) {
|
150
|
+
var active = this.$menu.find('.active').removeClass('active')
|
151
|
+
, next = active.next()
|
152
|
+
|
153
|
+
if (!next.length) {
|
154
|
+
next = $(this.$menu.find('li')[0])
|
155
|
+
}
|
156
|
+
|
157
|
+
next.addClass('active')
|
158
|
+
}
|
159
|
+
|
160
|
+
, prev: function (event) {
|
161
|
+
var active = this.$menu.find('.active').removeClass('active')
|
162
|
+
, prev = active.prev()
|
163
|
+
|
164
|
+
if (!prev.length) {
|
165
|
+
prev = this.$menu.find('li').last()
|
166
|
+
}
|
167
|
+
|
168
|
+
prev.addClass('active')
|
169
|
+
}
|
170
|
+
|
171
|
+
, listen: function () {
|
172
|
+
this.$element
|
173
|
+
.on('blur', $.proxy(this.blur, this))
|
174
|
+
.on('keypress', $.proxy(this.keypress, this))
|
175
|
+
.on('keyup', $.proxy(this.keyup, this))
|
176
|
+
|
177
|
+
if (this.eventSupported('keydown')) {
|
178
|
+
this.$element.on('keydown', $.proxy(this.keydown, this))
|
179
|
+
}
|
180
|
+
|
181
|
+
this.$menu
|
182
|
+
.on('click', $.proxy(this.click, this))
|
183
|
+
.on('mouseenter', 'li', $.proxy(this.mouseenter, this))
|
184
|
+
}
|
185
|
+
|
186
|
+
, eventSupported: function(eventName) {
|
187
|
+
var isSupported = eventName in this.$element
|
188
|
+
if (!isSupported) {
|
189
|
+
this.$element.setAttribute(eventName, 'return;')
|
190
|
+
isSupported = typeof this.$element[eventName] === 'function'
|
191
|
+
}
|
192
|
+
return isSupported
|
193
|
+
}
|
194
|
+
|
195
|
+
, move: function (e) {
|
196
|
+
if (!this.shown) return
|
197
|
+
|
198
|
+
switch(e.keyCode) {
|
199
|
+
case 9: // tab
|
200
|
+
case 13: // enter
|
201
|
+
case 27: // escape
|
202
|
+
e.preventDefault()
|
203
|
+
break
|
204
|
+
|
205
|
+
case 38: // up arrow
|
206
|
+
e.preventDefault()
|
207
|
+
this.prev()
|
208
|
+
break
|
209
|
+
|
210
|
+
case 40: // down arrow
|
211
|
+
e.preventDefault()
|
212
|
+
this.next()
|
213
|
+
break
|
214
|
+
}
|
215
|
+
|
216
|
+
e.stopPropagation()
|
217
|
+
}
|
218
|
+
|
219
|
+
, keydown: function (e) {
|
220
|
+
this.suppressKeyPressRepeat = !~$.inArray(e.keyCode, [40,38,9,13,27])
|
221
|
+
this.move(e)
|
222
|
+
}
|
223
|
+
|
224
|
+
, keypress: function (e) {
|
225
|
+
if (this.suppressKeyPressRepeat) return
|
226
|
+
this.move(e)
|
227
|
+
}
|
228
|
+
|
229
|
+
, keyup: function (e) {
|
230
|
+
switch(e.keyCode) {
|
231
|
+
case 40: // down arrow
|
232
|
+
case 38: // up arrow
|
233
|
+
case 16: // shift
|
234
|
+
case 17: // ctrl
|
235
|
+
case 18: // alt
|
236
|
+
break
|
237
|
+
|
238
|
+
case 9: // tab
|
239
|
+
case 13: // enter
|
240
|
+
if (!this.shown) return
|
241
|
+
this.select()
|
242
|
+
break
|
243
|
+
|
244
|
+
case 27: // escape
|
245
|
+
if (!this.shown) return
|
246
|
+
this.hide()
|
247
|
+
break
|
248
|
+
|
249
|
+
default:
|
250
|
+
this.lookup()
|
251
|
+
}
|
252
|
+
|
253
|
+
e.stopPropagation()
|
254
|
+
e.preventDefault()
|
255
|
+
}
|
256
|
+
|
257
|
+
, blur: function (e) {
|
258
|
+
var that = this
|
259
|
+
setTimeout(function () { that.hide() }, 150)
|
260
|
+
}
|
261
|
+
|
262
|
+
, click: function (e) {
|
263
|
+
e.stopPropagation()
|
264
|
+
e.preventDefault()
|
265
|
+
this.select()
|
266
|
+
}
|
267
|
+
|
268
|
+
, mouseenter: function (e) {
|
269
|
+
this.$menu.find('.active').removeClass('active')
|
270
|
+
$(e.currentTarget).addClass('active')
|
271
|
+
}
|
272
|
+
|
273
|
+
}
|
274
|
+
|
275
|
+
|
276
|
+
/* TYPEAHEAD PLUGIN DEFINITION
|
277
|
+
* =========================== */
|
278
|
+
|
279
|
+
$.fn.typeahead = function (option) {
|
280
|
+
return this.each(function () {
|
281
|
+
var $this = $(this)
|
282
|
+
, data = $this.data('typeahead')
|
283
|
+
, options = typeof option == 'object' && option
|
284
|
+
if (!data) $this.data('typeahead', (data = new Typeahead(this, options)))
|
285
|
+
if (typeof option == 'string') data[option]()
|
286
|
+
})
|
287
|
+
}
|
288
|
+
|
289
|
+
$.fn.typeahead.defaults = {
|
290
|
+
source: []
|
291
|
+
, items: 8
|
292
|
+
, menu: '<ul class="typeahead dropdown-menu"></ul>'
|
293
|
+
, item: '<li><a href="#"></a></li>'
|
294
|
+
, minLength: 1
|
295
|
+
}
|
296
|
+
|
297
|
+
$.fn.typeahead.Constructor = Typeahead
|
298
|
+
|
299
|
+
|
300
|
+
/* TYPEAHEAD DATA-API
|
301
|
+
* ================== */
|
302
|
+
|
303
|
+
$(document).on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
|
304
|
+
var $this = $(this)
|
305
|
+
if ($this.data('typeahead')) return
|
306
|
+
e.preventDefault()
|
307
|
+
$this.typeahead($this.data())
|
308
|
+
})
|
309
|
+
|
310
|
+
}(window.jQuery);
|
@@ -0,0 +1,9 @@
|
|
1
|
+
author: Thomas Leitner <t_leitner@gmx.at>
|
2
|
+
summary: webgen extension bundle for Twitter Bootstrap framework support
|
3
|
+
description: |
|
4
|
+
This webgen extension bundle provides the Sass port of the Twitter
|
5
|
+
Bootstrap framework. It allows the easy inclusion of parts or all of the
|
6
|
+
framework in a webgen website.
|
7
|
+
version: 1.0.0
|
8
|
+
license: MIT
|
9
|
+
homepage: http://github.com/gettalong/webgen-sass_twitter_bootstrap-bundle
|
metadata
ADDED
@@ -0,0 +1,126 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: webgen-sass_twitter_bootstrap-bundle
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Thomas Leitner
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2013-08-25 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: sass
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ! '>='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ! '>='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
description: ! 'This webgen extension bundle provides the Sass port of the Twitter
|
28
|
+
|
29
|
+
Bootstrap framework. It allows the easy inclusion of parts or all of the
|
30
|
+
|
31
|
+
framework in a webgen website.
|
32
|
+
|
33
|
+
'
|
34
|
+
email:
|
35
|
+
- t_leitner@gmx.at
|
36
|
+
executables: []
|
37
|
+
extensions: []
|
38
|
+
extra_rdoc_files: []
|
39
|
+
files:
|
40
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_accordion.scss
|
41
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_alerts.scss
|
42
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_breadcrumbs.scss
|
43
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_button-groups.scss
|
44
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_buttons.scss
|
45
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_carousel.scss
|
46
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_close.scss
|
47
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_code.scss
|
48
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_component-animations.scss
|
49
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_dropdowns.scss
|
50
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_forms.scss
|
51
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_grid.scss
|
52
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_hero-unit.scss
|
53
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_labels-badges.scss
|
54
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_layouts.scss
|
55
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_media.scss
|
56
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_mixins.scss
|
57
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_modals.scss
|
58
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_navbar.scss
|
59
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_navs.scss
|
60
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_pager.scss
|
61
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_pagination.scss
|
62
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_popovers.scss
|
63
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_progress-bars.scss
|
64
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_reset.scss
|
65
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-1200px-min.scss
|
66
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-767px-max.scss
|
67
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-768px-979px.scss
|
68
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-navbar.scss
|
69
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_responsive-utilities.scss
|
70
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_scaffolding.scss
|
71
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_sprites.scss
|
72
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_tables.scss
|
73
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_thumbnails.scss
|
74
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_tooltip.scss
|
75
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_type.scss
|
76
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_utilities.scss
|
77
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_variables.scss
|
78
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/_wells.scss
|
79
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/bootstrap.scss
|
80
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/css/bootstrap/responsive.scss
|
81
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/img/glyphicons-halflings-white.png
|
82
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/img/glyphicons-halflings.png
|
83
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-affix.js
|
84
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-alert.js
|
85
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-button.js
|
86
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-carousel.js
|
87
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-collapse.js
|
88
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-dropdown.js
|
89
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-modal.js
|
90
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-popover.js
|
91
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-scrollspy.js
|
92
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-tab.js
|
93
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-tooltip.js
|
94
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-transition.js
|
95
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/data/js/bootstrap-typeahead.js
|
96
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/info.yaml
|
97
|
+
- lib/webgen/bundle/sass_twitter_bootstrap/init.rb
|
98
|
+
- README.md
|
99
|
+
- ChangeLog
|
100
|
+
- LICENSE
|
101
|
+
- VERSION
|
102
|
+
homepage: http://github.com/gettalong/webgen-sass_twitter_bootstrap-bundle
|
103
|
+
licenses:
|
104
|
+
- MIT
|
105
|
+
metadata: {}
|
106
|
+
post_install_message:
|
107
|
+
rdoc_options: []
|
108
|
+
require_paths:
|
109
|
+
- lib
|
110
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
111
|
+
requirements:
|
112
|
+
- - ! '>='
|
113
|
+
- !ruby/object:Gem::Version
|
114
|
+
version: '0'
|
115
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
116
|
+
requirements:
|
117
|
+
- - ! '>='
|
118
|
+
- !ruby/object:Gem::Version
|
119
|
+
version: '0'
|
120
|
+
requirements: []
|
121
|
+
rubyforge_project:
|
122
|
+
rubygems_version: 2.0.0
|
123
|
+
signing_key:
|
124
|
+
specification_version: 4
|
125
|
+
summary: webgen extension bundle for Twitter Bootstrap framework support
|
126
|
+
test_files: []
|