sass-rails-bootstrap 2.0.3a → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (27) hide show
  1. data/README.md +3 -3
  2. data/lib/sass-rails-bootstrap/version.rb +1 -1
  3. data/vendor/assets/javascripts/twitter/bootstrap/alert.js +1 -1
  4. data/vendor/assets/javascripts/twitter/bootstrap/button.js +1 -1
  5. data/vendor/assets/javascripts/twitter/bootstrap/carousel.js +1 -1
  6. data/vendor/assets/javascripts/twitter/bootstrap/collapse.js +1 -1
  7. data/vendor/assets/javascripts/twitter/bootstrap/dropdown.js +1 -1
  8. data/vendor/assets/javascripts/twitter/bootstrap/modal.js +1 -1
  9. data/vendor/assets/javascripts/twitter/bootstrap/popover.js +1 -1
  10. data/vendor/assets/javascripts/twitter/bootstrap/scrollspy.js +1 -1
  11. data/vendor/assets/javascripts/twitter/bootstrap/tab.js +1 -1
  12. data/vendor/assets/javascripts/twitter/bootstrap/tooltip.js +2 -2
  13. data/vendor/assets/javascripts/twitter/bootstrap/transition.js +1 -1
  14. data/vendor/assets/javascripts/twitter/bootstrap/typeahead.js +1 -1
  15. data/vendor/assets/stylesheets/twitter/_bootstrap-responsive.scss +1 -1
  16. data/vendor/assets/stylesheets/twitter/_bootstrap.scss +1 -1
  17. data/vendor/assets/stylesheets/twitter/bootstrap/_component-animations.sass +2 -2
  18. data/vendor/assets/stylesheets/twitter/bootstrap/_dropdowns.sass +3 -3
  19. data/vendor/assets/stylesheets/twitter/bootstrap/_forms.sass +91 -90
  20. data/vendor/assets/stylesheets/twitter/bootstrap/_mixins.sass +16 -3
  21. data/vendor/assets/stylesheets/twitter/bootstrap/_navbar.sass +1 -5
  22. data/vendor/assets/stylesheets/twitter/bootstrap/_navs.sass +1 -1
  23. data/vendor/assets/stylesheets/twitter/bootstrap/_reset.sass +4 -0
  24. data/vendor/assets/stylesheets/twitter/bootstrap/_responsive-navbar.sass +9 -2
  25. data/vendor/assets/stylesheets/twitter/bootstrap/_type.sass +1 -4
  26. data/vendor/assets/stylesheets/twitter/bootstrap/_variables.sass +2 -0
  27. metadata +6 -5
data/README.md CHANGED
@@ -20,7 +20,7 @@ end
20
20
  Then include the following line in your Gemfile and you're all set:
21
21
 
22
22
  ```ruby
23
- gem 'sass-rails-bootstrap'
23
+ gem 'sass-rails-bootstrap', '2.0.4'
24
24
  ```
25
25
 
26
26
 
@@ -76,8 +76,8 @@ Alternatively, you could include only the files you need:
76
76
 
77
77
  This gem will directly track the semantic versioning releases of the Twitter Bootstrap project. Our major and minor versions will always match to theirs.
78
78
 
79
- Currently, this gem reflects the Bootstrap version 2.0.3 up to the commit:
80
- https://github.com/twitter/bootstrap/commit/b261f9781bbf31f499cb55c49451dc0c0ad43062
79
+ Currently, this gem reflects the Bootstrap version 2.0.4 up to the commit:
80
+ https://github.com/twitter/bootstrap/commit/857b8fb8be81178d14f59c126c1381b09aff7c0f
81
81
 
82
82
 
83
83
  ## Copyright and license
@@ -1,3 +1,3 @@
1
1
  module SassRailsBootstrap
2
- VERSION = "2.0.3a"
2
+ VERSION = "2.0.4"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  /* ==========================================================
2
- * bootstrap-alert.js v2.0.3
2
+ * bootstrap-alert.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#alerts
4
4
  * ==========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ============================================================
2
- * bootstrap-button.js v2.0.3
2
+ * bootstrap-button.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#buttons
4
4
  * ============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ==========================================================
2
- * bootstrap-carousel.js v2.0.3
2
+ * bootstrap-carousel.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#carousel
4
4
  * ==========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* =============================================================
2
- * bootstrap-collapse.js v2.0.3
2
+ * bootstrap-collapse.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#collapse
4
4
  * =============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ============================================================
2
- * bootstrap-dropdown.js v2.0.3
2
+ * bootstrap-dropdown.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#dropdowns
4
4
  * ============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* =========================================================
2
- * bootstrap-modal.js v2.0.3
2
+ * bootstrap-modal.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#modals
4
4
  * =========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ===========================================================
2
- * bootstrap-popover.js v2.0.3
2
+ * bootstrap-popover.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#popovers
4
4
  * ===========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* =============================================================
2
- * bootstrap-scrollspy.js v2.0.3
2
+ * bootstrap-scrollspy.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#scrollspy
4
4
  * =============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================
2
- * bootstrap-tab.js v2.0.3
2
+ * bootstrap-tab.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#tabs
4
4
  * ========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ===========================================================
2
- * bootstrap-tooltip.js v2.0.3
2
+ * bootstrap-tooltip.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#tooltips
4
4
  * Inspired by the original jQuery.tipsy by Jason Frame
5
5
  * ===========================================================
@@ -84,9 +84,9 @@
84
84
  , leave: function (e) {
85
85
  var self = $(e.currentTarget)[this.type](this._options).data(this.type)
86
86
 
87
+ if (this.timeout) clearTimeout(this.timeout)
87
88
  if (!self.options.delay || !self.options.delay.hide) return self.hide()
88
89
 
89
- clearTimeout(this.timeout)
90
90
  self.hoverState = 'out'
91
91
  this.timeout = setTimeout(function() {
92
92
  if (self.hoverState == 'out') self.hide()
@@ -1,5 +1,5 @@
1
1
  /* ===================================================
2
- * bootstrap-transition.js v2.0.3
2
+ * bootstrap-transition.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#transitions
4
4
  * ===================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* =============================================================
2
- * bootstrap-typeahead.js v2.0.3
2
+ * bootstrap-typeahead.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#typeahead
4
4
  * =============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap Responsive v2.0.3
2
+ * Bootstrap Responsive v2.0.4
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap v2.0.3
2
+ * Bootstrap v2.0.4
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -2,10 +2,10 @@
2
2
  // --------------------
3
3
 
4
4
  .fade
5
- +opacity(0)
5
+ opacity: 0
6
6
  +transition(opacity .15s linear)
7
7
  &.in
8
- +opacity(1)
8
+ opacity: 1
9
9
 
10
10
  .collapse
11
11
  position: relative
@@ -67,7 +67,7 @@
67
67
 
68
68
  // Dividers (basically an hr) within the dropdown
69
69
  .divider
70
- +nav-divider
70
+ +nav-divider($dropdownDividerTop, $dropdownDividerBottom)
71
71
 
72
72
  // Links within the dropdown menu
73
73
  a
@@ -94,12 +94,12 @@
94
94
  // IE7's z-index only goes to the nearest positioned ancestor, which would
95
95
  // make the menu appear below buttons that appeared later on the page
96
96
  *z-index: $zindexDropdown
97
- .dropdown-menu
97
+ > .dropdown-menu
98
98
  display: block
99
99
 
100
100
  // Right aligned dropdowns
101
101
  // ---------------------------
102
- .pull-right .dropdown-menu
102
+ .pull-right > .dropdown-menu
103
103
  right: 0
104
104
  left: auto
105
105
 
@@ -24,7 +24,7 @@ legend
24
24
  line-height: $baseLineHeight * 2
25
25
  color: $grayDark
26
26
  border: 0
27
- border-bottom: 1px solid #eee
27
+ border-bottom: 1px solid #e5e5e5
28
28
  // Small
29
29
  small
30
30
  font-size: $baseLineHeight * 0.75
@@ -48,66 +48,94 @@ text-area
48
48
  label
49
49
  display: block
50
50
  margin-bottom: 5px
51
- color: $grayDark
52
51
 
53
- // Inputs, Textareas, Selects
54
- input,
55
- textarea,
52
+ // Form controls
53
+ // -------------------------
54
+
55
+ // Shared size and type resets
56
56
  select,
57
+ textarea,
58
+ input[type="text"],
59
+ input[type="password"],
60
+ input[type="datetime"],
61
+ input[type="datetime-local"],
62
+ input[type="date"],
63
+ input[type="month"],
64
+ input[type="time"],
65
+ input[type="week"],
66
+ input[type="number"],
67
+ input[type="email"],
68
+ input[type="url"],
69
+ input[type="search"],
70
+ input[type="tel"],
71
+ input[type="color"],
57
72
  .uneditable-input
58
73
  display: inline-block
59
- width: 210px
60
74
  height: $baseLineHeight
61
75
  padding: 4px
62
76
  margin-bottom: 9px
63
77
  font-size: $baseFontSize
64
78
  line-height: $baseLineHeight
65
79
  color: $gray
80
+
81
+ // Reset appearance properties for textual inputs and textarea
82
+ // Declare width for legacy (can't be on input[type=*] selectors or it's too specific)
83
+ input,
84
+ textarea
85
+ width: 210px
86
+ // Reset height since textareas have rows
87
+ textarea
88
+ height: auto
89
+ // Everything else
90
+ textarea,
91
+ input[type="text"],
92
+ input[type="password"],
93
+ input[type="datetime"],
94
+ input[type="datetime-local"],
95
+ input[type="date"],
96
+ input[type="month"],
97
+ input[type="time"],
98
+ input[type="week"],
99
+ input[type="number"],
100
+ input[type="email"],
101
+ input[type="url"],
102
+ input[type="search"],
103
+ input[type="tel"],
104
+ input[type="color"],
105
+ .uneditable-input
66
106
  background-color: $inputBackground
67
107
  border: 1px solid $inputBorder
68
108
  +border-radius($inputBorderRadius)
69
-
70
- .uneditable-textarea
71
- width: auto
72
- height: auto
73
-
74
- // Inputs within a label
75
- label input,
76
- label textarea,
77
- label select
78
- display: block
109
+ +box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075))
110
+ $transition: border linear 0.2s, box-shadow linear 0.2s
111
+ +transition($transition)
79
112
 
80
- // Mini reset for unique input types
81
- input[type="image"],
82
- input[type="checkbox"],
83
- input[type="radio"]
84
- width: auto
85
- height: auto
86
- padding: 0
113
+ // Focus state
114
+ &:focus
115
+ border-color: rgba(82, 168, 236, 0.8)
116
+ outline: 0
117
+ outline: thin dotted \9 /* IE6-9 */
118
+ $shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
119
+ +box-shadow($shadow)
120
+
121
+ //Position radios and checkboxes better
122
+ input[type="radio"],
123
+ input[type="checkbox"]
87
124
  margin: 3px 0
88
- *margin-top: 0 // IE7
125
+ *margin-top: 0 /* IE7 */
89
126
  line-height: normal
90
127
  cursor: pointer
91
- background-color: transparent
92
- border: 0 \9 // IE9 and down
93
- +border-radius(0)
94
128
 
95
- input[type="image"]
96
- border: 0
97
-
98
- // Reset the file input to browser defaults
99
- input[type="file"]
100
- padding: initial
101
- line-height: initial
102
- background-color: $inputBackground
103
- background-color: initial
104
- border: initial
105
- +box-shadow(none)
106
-
107
- // Help out input buttons
108
- input[type="button"],
129
+ // Reset width of input buttons, radios, checkboxes
130
+ input[type="submit"],
109
131
  input[type="reset"],
110
- input[type="submit"]
132
+ input[type="button"],
133
+ input[type="radio"],
134
+ input[type="checkbox"]
135
+ width: auto // Override of generic input selector
136
+
137
+ // Make uneditable textareas behave like a textarea
138
+ .uneditable-textarea
111
139
  width: auto
112
140
  height: auto
113
141
 
@@ -118,31 +146,22 @@ input[type="file"]
118
146
  *margin-top: 4px /* For IE7, add top margin to align select with labels */
119
147
  line-height: 28px
120
148
 
121
- // Reset line-height for IE
122
- input[type="file"]
123
- line-height: 18px \9
124
-
125
- // Chrome on Linux and Mobile Safari need background-color
149
+ // Make select elements obey height by applying a border
126
150
  select
127
151
  width: 220px // default input width + 10px of padding that doesn't get applied
128
- background-color: $inputBackground
129
-
152
+ border: 1px solid #bbb
153
+
130
154
  // Make multiple select elements height not fixed
131
155
  select[multiple],
132
156
  select[size]
133
157
  height: auto
134
-
135
- // Remove shadow from image inputs
136
- input[type="image"]
137
- +box-shadow(none)
138
-
139
- // Make textarea height behave
140
- textarea
141
- height: auto
142
-
143
- // Hidden inputs
144
- input[type="hidden"]
145
- display: none
158
+
159
+ // Focus for select, file, radio, and checkbox
160
+ select:focus,
161
+ input[type="file"]:focus,
162
+ input[type="radio"]:focus,
163
+ input[type="checkbox"]:focus
164
+ +tab-focus
146
165
 
147
166
 
148
167
 
@@ -179,32 +198,6 @@ input[type="hidden"]
179
198
 
180
199
 
181
200
 
182
- // FOCUS STATE
183
- // -----------
184
-
185
- input,
186
- textarea
187
- +box-shadow(inset 0 1px 1px rgba(0,0,0,.075))
188
- $transition: border linear .2s, box-shadow linear .2s
189
- +transition($transition)
190
-
191
- input:focus,
192
- textarea:focus
193
- border-color: rgba(82,168,236,.8)
194
- outline: 0
195
- outline: thin dotted \9 /* IE6-9 */
196
- $shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
197
- +box-shadow($shadow)
198
-
199
- input[type="file"]:focus,
200
- input[type="radio"]:focus,
201
- input[type="checkbox"]:focus,
202
- select:focus
203
- +tab-focus
204
- +box-shadow(none) // override for file inputs
205
-
206
-
207
-
208
201
  // INPUT SIZES
209
202
  // -----------
210
203
 
@@ -227,7 +220,6 @@ input[class*="span"],
227
220
  select[class*="span"],
228
221
  textarea[class*="span"],
229
222
  .uneditable-input[class*="span"],
230
- // Redeclare since the fluid row class is more specific
231
223
  .row-fluid input[class*="span"],
232
224
  .row-fluid select[class*="span"],
233
225
  .row-fluid textarea[class*="span"],
@@ -235,6 +227,15 @@ textarea[class*="span"],
235
227
  float: none
236
228
  margin-left: 0
237
229
 
230
+ // Ensure input-prepend/append never wraps
231
+ .input-append input[class*="span"],
232
+ .input-append .uneditable-input[class*="span"],
233
+ .input-prepend input[class*="span"],
234
+ .input-prepend .uneditable-input[class*="span"],
235
+ .row-fluid .input-prepend [class*="span"],
236
+ .row-fluid .input-append [class*="span"]
237
+ display: inline-block
238
+
238
239
 
239
240
 
240
241
  // GRID SIZING FOR INPUTS
@@ -298,7 +299,7 @@ select:focus:required:invalid
298
299
  margin-top: $baseLineHeight
299
300
  margin-bottom: $baseLineHeight
300
301
  background-color: $formActionsBackground
301
- border-top: 1px solid #ddd
302
+ border-top: 1px solid #e5e5e5
302
303
  +clearfix // Adding clearfix to allow for .pull-right button containers
303
304
 
304
305
  // For text that needs to appear as an input but should not be an input
@@ -312,7 +313,7 @@ select:focus:required:invalid
312
313
  +box-shadow(inset 0 1px 2px rgba(0,0,0,.025))
313
314
 
314
315
  // Placeholder text gets special styles; can't be bundled together though for some reason
315
- +placeholder($grayLight)
316
+ +placeholder()
316
317
 
317
318
 
318
319
 
@@ -68,6 +68,8 @@
68
68
  =placeholder($color: $placeholderText)
69
69
  \:-moz-placeholder
70
70
  color: $color
71
+ \:-ms-input-placeholder
72
+ color: $color
71
73
  ::-webkit-input-placeholder
72
74
  color: $color
73
75
 
@@ -136,6 +138,8 @@
136
138
  .help-inline
137
139
  color: $textColor
138
140
  // Style inputs accordingly
141
+ .checkbox,
142
+ .radio,
139
143
  input,
140
144
  select,
141
145
  textarea
@@ -266,6 +270,15 @@
266
270
  -webkit-column-gap: $columnGap
267
271
  -moz-column-gap: $columnGap
268
272
  column-gap: $columnGap
273
+
274
+ // Optional hyphenation
275
+ =hyphens($mode: auto)
276
+ word-wrap: break-word
277
+ -webkit-hyphens: $mode
278
+ -moz-hyphens: $mode
279
+ -ms-hyphens: $mode
280
+ -o-hyphens: $mode
281
+ hyphens: $mode
269
282
 
270
283
  // Opacity
271
284
  =opacity($opacity)
@@ -363,7 +376,7 @@
363
376
  // Horizontal dividers
364
377
  // -------------------------
365
378
  // Dividers (basically an hr) within dropdowns and nav lists
366
- =nav-divider
379
+ =nav-divider($top: #e5e5e5, $bottom: $white)
367
380
  // IE7 needs a set width since we gave a height. Restricting just
368
381
  // to IE7 to keep the 1px left/right space in other browsers.
369
382
  // It is unclear where IE is getting the extra space that we need
@@ -373,8 +386,8 @@
373
386
  margin: 5px 1px
374
387
  *margin: -5px 0 5px
375
388
  overflow: hidden
376
- background-color: #e5e5e5
377
- border-bottom: 1px solid $white
389
+ background-color: $top
390
+ border-bottom: 1px solid $bottom
378
391
 
379
392
  // Button backgrounds
380
393
  // ---------------------------------------
@@ -113,11 +113,7 @@
113
113
  +box-shadow($shadow)
114
114
  +transition(none)
115
115
 
116
- // Placeholder text gets special styles; can't be a grouped selector
117
- &:-moz-placeholder
118
- color: $navbarSearchPlaceholderColor
119
- &::-webkit-input-placeholder
120
- color: $navbarSearchPlaceholderColor
116
+ +placeholder($navbarSearchPlaceholderColor)
121
117
 
122
118
  // Focus states (we use .focused since IE7-8 and down doesn't support :focus)
123
119
  &:focus,
@@ -57,7 +57,7 @@
57
57
  .nav-list > li > a
58
58
  padding: 3px 15px
59
59
 
60
- .nav-list > .active > a
60
+ .nav-list > .active > a,
61
61
  .nav-list > .active > a:hover
62
62
  color: $white
63
63
  text-shadow: 0 -1px 0 rgba(0,0,0,.2)
@@ -70,6 +70,10 @@ img
70
70
  vertical-align: middle
71
71
  border: 0
72
72
  -ms-interpolation-mode: bicubic
73
+
74
+ // Prevent max-width from affecting Google Maps
75
+ #map_canvas img
76
+ max-width: none
73
77
 
74
78
  // Forms
75
79
  // -------------------------
@@ -8,11 +8,18 @@
8
8
  padding-top: 0
9
9
 
10
10
  // Unfix the navbar
11
- .navbar-fixed-top
11
+ .navbar-fixed-top,
12
+ .navbar-fixed-bottom
12
13
  position: static
14
+
15
+ .navbar-fixed-top
13
16
  margin-bottom: $baseLineHeight
14
17
 
15
- .navbar-fixed-top .navbar-inner
18
+ .navbar-fixed-bottom
19
+ margin-top: $baseLineHeight
20
+
21
+ .navbar-fixed-top .navbar-inner,
22
+ .navbar-fixed-bottom .navbar-inner
16
23
  padding: 5px
17
24
 
18
25
  .navbar .container
@@ -7,9 +7,6 @@
7
7
 
8
8
  p
9
9
  margin: 0 0 $baseLineHeight / 2
10
- font-family: $baseFontFamily
11
- font-size: $baseFontSize
12
- line-height: $baseLineHeight
13
10
  small
14
11
  font-size: $baseFontSize - 2
15
12
  color: $grayLight
@@ -158,7 +155,7 @@ em
158
155
  // Abbreviations and acronyms
159
156
  abbr[title]
160
157
  cursor: help
161
- border-bottom: 1px dotted #ddd
158
+ border-bottom: 1px dotted $grayLight
162
159
  abbr.initialism
163
160
  font-size: 90%
164
161
  text-transform: uppercase
@@ -107,6 +107,8 @@ $dropdownBorder: rgba(0, 0, 0, 0.2)
107
107
  $dropdownLinkColor: $grayDark
108
108
  $dropdownLinkColorHover: $white
109
109
  $dropdownLinkBackgroundHover: $linkColor
110
+ $dropdownDividerTop: #e5e5e5
111
+ $dropdownDividerBottom: $white
110
112
 
111
113
 
112
114
 
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-rails-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3a
5
- prerelease: 5
4
+ version: 2.0.4
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - voidseeker
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-08 00:00:00.000000000 Z
12
+ date: 2012-06-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -110,9 +110,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
110
  required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  none: false
112
112
  requirements:
113
- - - ! '>'
113
+ - - ! '>='
114
114
  - !ruby/object:Gem::Version
115
- version: 1.3.1
115
+ version: '0'
116
116
  requirements: []
117
117
  rubyforge_project:
118
118
  rubygems_version: 1.8.24
@@ -120,3 +120,4 @@ signing_key:
120
120
  specification_version: 3
121
121
  summary: SASS version of the CSS toolkit from Twitter for Rails 3.1+ asset pipeline.
122
122
  test_files: []
123
+ has_rdoc: