bootstrap-sass-rails 3.0.1.0 → 3.0.2.0

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.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ OGU5YzU3ZWEyNjZkYmE0ODkyMWU2NWEzZWRlNmI1NTgxMGUwNzI2Zg==
5
+ data.tar.gz: !binary |-
6
+ ODBlNmUyNTkxNjVjNzcyMTE4NDUxZTliMDM1MjdiNTkyMTJkNmRhNg==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ YThlNjk1N2NhOTYzOWFiOWEwNzY3MjA4OTk4OGI2MzY5NTRiNDBhNTgwNTBm
10
+ ZjI5ZDM3NTg5NzRlYzZmZDkyMzE2NDM5YjI2ZDM4NjI2ZGVhM2IwNjc0ZjIy
11
+ MjJhMWJiZDU2ZDcyNmQ1NjFmZjEwYWRkZjU3NWFmY2MyOGY0YzQ=
12
+ data.tar.gz: !binary |-
13
+ ZTc2ZTUzZGY2MGYzMTE5MzIzYWE5ODc5MzNkZDFkNTAwMzJhYTk0NDY2NjAy
14
+ YjNlOTk5MDQ5ZDFmNTA4ZGNhM2Q3OWY2ZjBmNmE4MzkxM2Q2MzNlZmJjNDU1
15
+ MjUyNWM4YWZmYTc5ZTRmMjBkZTgwZjUxMDE5MGJhNjdiYjE0NzE=
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: affix.js v3.0.0
2
+ * Bootstrap: affix.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#affix
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -123,4 +123,4 @@
123
123
  })
124
124
  })
125
125
 
126
- }(window.jQuery);
126
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: alert.js v3.0.0
2
+ * Bootstrap: alert.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#alerts
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -95,4 +95,4 @@
95
95
 
96
96
  $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
97
97
 
98
- }(window.jQuery);
98
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: button.js v3.0.0
2
+ * Bootstrap: button.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#buttons
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -106,4 +106,4 @@
106
106
  e.preventDefault()
107
107
  })
108
108
 
109
- }(window.jQuery);
109
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: carousel.js v3.0.0
2
+ * Bootstrap: carousel.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#carousel
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -214,4 +214,4 @@
214
214
  })
215
215
  })
216
216
 
217
- }(window.jQuery);
217
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: collapse.js v3.0.0
2
+ * Bootstrap: collapse.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#collapse
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -176,4 +176,4 @@
176
176
  $target.collapse(option)
177
177
  })
178
178
 
179
- }(window.jQuery);
179
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: dropdown.js v3.0.0
2
+ * Bootstrap: dropdown.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#dropdowns
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -151,4 +151,4 @@
151
151
  .on('click.bs.dropdown.data-api' , toggle, Dropdown.prototype.toggle)
152
152
  .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
153
153
 
154
- }(window.jQuery);
154
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: modal.js v3.0.0
2
+ * Bootstrap: modal.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#modals
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -243,4 +243,4 @@
243
243
  .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
244
244
  .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
245
245
 
246
- }(window.jQuery);
246
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: popover.js v3.0.0
2
+ * Bootstrap: popover.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#popovers
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -114,4 +114,4 @@
114
114
  return this
115
115
  }
116
116
 
117
- }(window.jQuery);
117
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: scrollspy.js v3.0.0
2
+ * Bootstrap: scrollspy.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#scrollspy
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -155,4 +155,4 @@
155
155
  })
156
156
  })
157
157
 
158
- }(window.jQuery);
158
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tab.js v3.0.0
2
+ * Bootstrap: tab.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#tabs
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -132,4 +132,4 @@
132
132
  $(this).tab('show')
133
133
  })
134
134
 
135
- }(window.jQuery);
135
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tooltip.js v3.0.0
2
+ * Bootstrap: tooltip.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#tooltip
4
4
  * Inspired by the original jQuery.tipsy by Jason Frame
5
5
  * ========================================================================
@@ -383,4 +383,4 @@
383
383
  return this
384
384
  }
385
385
 
386
- }(window.jQuery);
386
+ }(jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: transition.js v3.0.0
2
+ * Bootstrap: transition.js v3.0.2
3
3
  * http://getbootstrap.com/javascript/#transitions
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -53,4 +53,4 @@
53
53
  $.support.transition = transitionEnd()
54
54
  })
55
55
 
56
- }(window.jQuery);
56
+ }(jQuery);
@@ -92,14 +92,6 @@ output {
92
92
  vertical-align: middle;
93
93
  }
94
94
 
95
- // Placeholder
96
- //
97
- // Placeholder text gets special styles because when browsers invalidate entire
98
- // lines if it doesn't understand a selector/
99
- .form-control {
100
- @include placeholder();
101
- }
102
-
103
95
 
104
96
  // Common form controls
105
97
  //
@@ -142,6 +134,12 @@ output {
142
134
  // Customize the `:focus` state to imitate native WebKit styles.
143
135
  @include form-control-focus();
144
136
 
137
+ // Placeholder
138
+ //
139
+ // Placeholder text gets special styles because when browsers invalidate entire
140
+ // lines if it doesn't understand a selector/
141
+ @include placeholder();
142
+
145
143
  // Disabled and read-only inputs
146
144
  // Note: HTML5 says that controls under a fieldset > legend:first-child won't
147
145
  // be disabled if the fieldset is disabled. Due to implementation difficulty,
@@ -749,7 +749,7 @@
749
749
 
750
750
 
751
751
  @mixin calc-grid($index, $class, $type) {
752
- @if $type == width {
752
+ @if $type == width and $index > 0 {
753
753
  .col-#{$class}-#{$index} {
754
754
  width: percentage(($index / $grid-columns));
755
755
  }
@@ -96,7 +96,7 @@
96
96
  border-bottom: 1px solid transparent;
97
97
  @include border-top-radius($panel-border-radius - 1);
98
98
 
99
- & > .dropdown .dropdown-toggle {
99
+ > .dropdown .dropdown-toggle {
100
100
  color: inherit;
101
101
  }
102
102
  }
@@ -14,18 +14,18 @@
14
14
  margin-left: auto;
15
15
  margin-right: auto;
16
16
  }
17
- }
18
17
 
19
18
 
19
+
20
+ // Image captions
21
+ .caption {
22
+ padding: $thumbnail-caption-padding;
23
+ color: $thumbnail-caption-color;
24
+ }
25
+ }
20
26
  // Add a hover state for linked versions only
21
27
  a.thumbnail:hover,
22
28
  a.thumbnail:focus,
23
29
  a.thumbnail.active {
24
30
  border-color: $link-color;
25
31
  }
26
-
27
- // Image captions
28
- .thumbnail .caption {
29
- padding: $thumbnail-caption-padding;
30
- color: $thumbnail-caption-color;
31
- }
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module Sass
3
3
  module Rails
4
- VERSION = '3.0.1.0'
4
+ VERSION = '3.0.2.0'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-sass-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1.0
5
- prerelease:
4
+ version: 3.0.2.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Morton Jonuschat
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-11-02 00:00:00.000000000 Z
11
+ date: 2013-11-07 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: railties
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
@@ -30,7 +27,6 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: sass-rails
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ! '>='
36
32
  - !ruby/object:Gem::Version
@@ -38,7 +34,6 @@ dependencies:
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
38
  - - ! '>='
44
39
  - !ruby/object:Gem::Version
@@ -46,7 +41,6 @@ dependencies:
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: rake
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
45
  - - ! '>='
52
46
  - !ruby/object:Gem::Version
@@ -54,7 +48,6 @@ dependencies:
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
52
  - - ! '>='
60
53
  - !ruby/object:Gem::Version
@@ -62,7 +55,6 @@ dependencies:
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: rails
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
59
  - - ! '>='
68
60
  - !ruby/object:Gem::Version
@@ -70,7 +62,6 @@ dependencies:
70
62
  type: :development
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
66
  - - ! '>='
76
67
  - !ruby/object:Gem::Version
@@ -78,7 +69,6 @@ dependencies:
78
69
  - !ruby/object:Gem::Dependency
79
70
  name: appraisal
80
71
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
73
  - - ~>
84
74
  - !ruby/object:Gem::Version
@@ -86,7 +76,6 @@ dependencies:
86
76
  type: :development
87
77
  prerelease: false
88
78
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
79
  requirements:
91
80
  - - ~>
92
81
  - !ruby/object:Gem::Version
@@ -169,7 +158,6 @@ files:
169
158
  - test/cases/less_to_sass_spec.rb
170
159
  - test/cases/usage_css_spec.rb
171
160
  - test/cases/usage_js_spec.rb
172
- - test/dummy/Rakefile
173
161
  - test/dummy/app/assets/javascripts/application.js
174
162
  - test/dummy/app/assets/javascripts/individual.js
175
163
  - test/dummy/app/assets/stylesheets/application.css.scss
@@ -199,45 +187,38 @@ files:
199
187
  - test/dummy/public/422.html
200
188
  - test/dummy/public/500.html
201
189
  - test/dummy/public/favicon.ico
190
+ - test/dummy/Rakefile
202
191
  - test/dummy/script/rails
203
192
  - test/spec_helper.rb
204
193
  - test/support/helpers.rb
205
194
  homepage: https://github.com/yabawock/bootstrap-sass-rails
206
195
  licenses: []
196
+ metadata: {}
207
197
  post_install_message:
208
198
  rdoc_options: []
209
199
  require_paths:
210
200
  - lib
211
201
  required_ruby_version: !ruby/object:Gem::Requirement
212
- none: false
213
202
  requirements:
214
203
  - - ! '>='
215
204
  - !ruby/object:Gem::Version
216
205
  version: '0'
217
- segments:
218
- - 0
219
- hash: -1626047687429851247
220
206
  required_rubygems_version: !ruby/object:Gem::Requirement
221
- none: false
222
207
  requirements:
223
208
  - - ! '>='
224
209
  - !ruby/object:Gem::Version
225
210
  version: '0'
226
- segments:
227
- - 0
228
- hash: -1626047687429851247
229
211
  requirements: []
230
212
  rubyforge_project:
231
- rubygems_version: 1.8.23
213
+ rubygems_version: 2.0.7
232
214
  signing_key:
233
- specification_version: 3
215
+ specification_version: 4
234
216
  summary: HTML, CSS, and JS toolkit from Twitter converted to Sasss and the Rails asset
235
217
  pipeline
236
218
  test_files:
237
219
  - test/cases/less_to_sass_spec.rb
238
220
  - test/cases/usage_css_spec.rb
239
221
  - test/cases/usage_js_spec.rb
240
- - test/dummy/Rakefile
241
222
  - test/dummy/app/assets/javascripts/application.js
242
223
  - test/dummy/app/assets/javascripts/individual.js
243
224
  - test/dummy/app/assets/stylesheets/application.css.scss
@@ -267,6 +248,7 @@ test_files:
267
248
  - test/dummy/public/422.html
268
249
  - test/dummy/public/500.html
269
250
  - test/dummy/public/favicon.ico
251
+ - test/dummy/Rakefile
270
252
  - test/dummy/script/rails
271
253
  - test/spec_helper.rb
272
254
  - test/support/helpers.rb