bootstrap-sass 3.4.0 → 3.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
- * Bootstrap: transition.js v3.4.0
2
+ * Bootstrap: transition.js v3.4.1
3
3
  * https://getbootstrap.com/docs/3.4/javascript/#transitions
4
4
  * ========================================================================
5
- * Copyright 2011-2018 Twitter, Inc.
5
+ * Copyright 2011-2019 Twitter, Inc.
6
6
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
7
  * ======================================================================== */
8
8
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap v3.4.0 (https://getbootstrap.com/)
3
- * Copyright 2011-2018 Twitter, Inc.
2
+ * Bootstrap v3.4.1 (https://getbootstrap.com/)
3
+ * Copyright 2011-2019 Twitter, Inc.
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
5
  */
6
6
 
@@ -33,7 +33,7 @@
33
33
  @include translate(0, -25%);
34
34
  @include transition-transform(0.3s ease-out);
35
35
  }
36
- &.in .modal-dialog { @include translate(0, 0) }
36
+ &.in .modal-dialog { @include translate(0, 0); }
37
37
  }
38
38
  .modal-open .modal {
39
39
  overflow-x: hidden;
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap v3.4.0 (https://getbootstrap.com/)
3
- * Copyright 2011-2018 Twitter, Inc.
2
+ * Bootstrap v3.4.1 (https://getbootstrap.com/)
3
+ * Copyright 2011-2019 Twitter, Inc.
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
5
  */
6
6
 
data/bower.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "dependencies": {
33
33
  "jquery": "1.9.1 - 3"
34
34
  },
35
- "version": "3.4.0"
35
+ "version": "3.4.1"
36
36
  }
@@ -1,4 +1,4 @@
1
1
  module Bootstrap
2
- VERSION = '3.4.0'
3
- BOOTSTRAP_SHA = '4c547f2175b9a05aa43551f6927da83fe249ce42'
2
+ VERSION = '3.4.1'
3
+ BOOTSTRAP_SHA = '68b0d231a13201eb14acd3dc84e51543d16e5f7e'
4
4
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-sass",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
5
5
  "main": "assets/javascripts/bootstrap.js",
6
6
  "style": "assets/stylesheets/_bootstrap.scss",
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.4.0
4
+ version: 3.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas McDonald
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-14 00:00:00.000000000 Z
11
+ date: 2019-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sassc