bootstrap-sass 3.0.1.0.rc → 3.0.1.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bootstrap-sass might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 12e4060b2ae1d151a7e2de1e9fd65daedfc720a5
4
- data.tar.gz: 6ea5e7065f2cdee8cd1f06918661dbe60d622139
3
+ metadata.gz: 4b8797364bd5213c140e56b51051fb21da8f2c11
4
+ data.tar.gz: ef4549f3ba70b18f94076ced4bdb735e4e0e70ad
5
5
  SHA512:
6
- metadata.gz: e2e53efa06afc231a19ab780638ac312cb91a7c8cb1c80ad192cbffe70f50341a80fd1216b55e467e5ac56992f47855d9c3c20ec1a215767ff0e6f331ac0f452
7
- data.tar.gz: 8cca5905200e5167e222b8eb863f00f2d4ed69c4d8d802662cfd2e23b866370e3de6c0c828573153246ac44eb0863be2b2aaf49c337e8002c157eea2e6df45a9
6
+ metadata.gz: b932bde89af172f7c61ae4abc40716c517388b04f006ed1d39f3979821abd2bc4c9391e52e2e66bcfd025aa7856c719fe91561d85fc737d0d88299cb01ac15dc
7
+ data.tar.gz: 7f75a705ed281b6a7a61502f304be08ba8bccaec314e6bb98029038830694de35a05ecff2f2d6c8054d00ca13ef98278c635c28290fcfd63cc5cc8997958ef5d
data/README.md CHANGED
@@ -16,7 +16,7 @@ In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `s
16
16
 
17
17
  ```ruby
18
18
  gem 'sass-rails', '>= 3.2' # sass-rails needs to be higher than 3.2
19
- gem 'bootstrap-sass', '~> 3.0.0.0.rc'
19
+ gem 'bootstrap-sass', '~> 3.0.1.0.rc'
20
20
  ```
21
21
 
22
22
  `bundle install` and restart your server to make the files available through the pipeline.
@@ -57,19 +57,19 @@ This will create a new Compass project with the following files in it:
57
57
 
58
58
  Import Bootstrap in an SCSS file (for example, `application.css.scss`) to get all of Bootstrap's styles, mixins and variables! We recommend against using `//= require` directives, since none of your other stylesheets will be [able to access][antirequire] the Bootstrap mixins or variables.
59
59
 
60
- ```css
60
+ ```scss
61
61
  @import "bootstrap";
62
62
  ```
63
63
 
64
64
  You can also include optional bootstrap theme:
65
65
 
66
- ```css
66
+ ```scss
67
67
  @import "bootstrap/theme";
68
68
  ```
69
69
 
70
70
  The full list of bootstrap variables can be found [here](http://getbootstrap.com/customize/#less-variables). You can override these by simply redefining the variable before the `@import` directive.
71
71
  For example:
72
- ```css
72
+ ```scss
73
73
  $navbar-default-bg: #312312;
74
74
  $light-orange: #ff8c00;
75
75
  $navbar-default-color: $light-orange;
@@ -1,4 +1,4 @@
1
1
  module Bootstrap
2
- VERSION = '3.0.1.0.rc'
3
- BOOTSTRAP_SHA = '867e2bef8d9c9b901022899227b306a532f5baf3'
2
+ VERSION = '3.0.1.0'
3
+ BOOTSTRAP_SHA = 'ea3c89189a6b922c08729857006713de209b66d8'
4
4
  end
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: affix.js v3.0.0
2
+ * Bootstrap: affix.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#affix
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: alert.js v3.0.0
2
+ * Bootstrap: alert.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#alerts
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: button.js v3.0.0
2
+ * Bootstrap: button.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#buttons
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: carousel.js v3.0.0
2
+ * Bootstrap: carousel.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#carousel
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: collapse.js v3.0.0
2
+ * Bootstrap: collapse.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#collapse
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: dropdown.js v3.0.0
2
+ * Bootstrap: dropdown.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#dropdowns
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: modal.js v3.0.0
2
+ * Bootstrap: modal.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#modals
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: popover.js v3.0.0
2
+ * Bootstrap: popover.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#popovers
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: scrollspy.js v3.0.0
2
+ * Bootstrap: scrollspy.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#scrollspy
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tab.js v3.0.0
2
+ * Bootstrap: tab.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#tabs
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tooltip.js v3.0.0
2
+ * Bootstrap: tooltip.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#tooltip
4
4
  * Inspired by the original jQuery.tipsy by Jason Frame
5
5
  * ========================================================================
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: transition.js v3.0.0
2
+ * Bootstrap: transition.js v3.0.1
3
3
  * http://getbootstrap.com/javascript/#transitions
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
@@ -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
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1.0.rc
4
+ version: 3.0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas McDonald
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-31 00:00:00.000000000 Z
11
+ date: 2013-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass
@@ -284,12 +284,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
284
284
  version: '0'
285
285
  required_rubygems_version: !ruby/object:Gem::Requirement
286
286
  requirements:
287
- - - '>'
287
+ - - '>='
288
288
  - !ruby/object:Gem::Version
289
- version: 1.3.1
289
+ version: '0'
290
290
  requirements: []
291
291
  rubyforge_project:
292
- rubygems_version: 2.0.6
292
+ rubygems_version: 2.1.10
293
293
  signing_key:
294
294
  specification_version: 4
295
295
  summary: Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass