bootstrap-sass 3.3.2.1 → 3.3.3
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 +4 -4
- data/CHANGELOG.md +9 -0
- data/README.md +2 -2
- data/bower.json +1 -1
- data/lib/bootstrap-sass/version.rb +1 -1
- data/package.json +1 -1
- data/tasks/bower.rake +1 -1
- data/templates/project/_bootstrap-variables.sass +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 263e0218b9dd30ad62e1aa97fbe18182b80f0025
|
|
4
|
+
data.tar.gz: bf7a1018dec7f2521db0ddcdc89d7e2bb7702b2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c02a333ee26d8c510f0b48ca8ea0d6cd4485b3c9eb1b5d84b82199165736cf83084e487b2b3ef0af87417f5bf1649bb3eb3073e231f599385a3a7d7091e5cc2
|
|
7
|
+
data.tar.gz: f3c79cfe0623868506c6c095210e223a2bbcc0973a711bba6d89281d6a15b56fe8fbdf52dc1180707b2edcbcf7533a22a471ccdf19af409a55f5497c4fed3b57
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.3.3
|
|
4
|
+
|
|
5
|
+
This is a re-packaged release of 3.3.2.1 (v3.3.2+1).
|
|
6
|
+
|
|
7
|
+
Versions are now strictly semver.
|
|
8
|
+
The PATCH version may be ahead of the upstream.
|
|
9
|
+
|
|
10
|
+
Framework version: Bootstrap **v3.3.2**.
|
|
11
|
+
|
|
3
12
|
## 3.3.2.1
|
|
4
13
|
|
|
5
14
|
* Fix glyphicons regression (revert 443d5b49eac84aec1cb2f8ea173554327bfc8c14)
|
data/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
|
|
|
17
17
|
In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `sass-rails` gem is present - it is added to new Rails applications by default.
|
|
18
18
|
|
|
19
19
|
```ruby
|
|
20
|
-
gem 'bootstrap-sass', '~> 3.3.
|
|
20
|
+
gem 'bootstrap-sass', '~> 3.3.3'
|
|
21
21
|
gem 'sass-rails', '>= 3.2'
|
|
22
22
|
```
|
|
23
23
|
|
|
@@ -136,7 +136,7 @@ If this happens, change the import order so that Compass mixins are loaded later
|
|
|
136
136
|
bootstrap-sass Bower package is compatible with node-sass 1.2.3+. You can install it with:
|
|
137
137
|
|
|
138
138
|
```console
|
|
139
|
-
$ bower install bootstrap-sass
|
|
139
|
+
$ bower install bootstrap-sass
|
|
140
140
|
```
|
|
141
141
|
|
|
142
142
|
Sass, JS, and all other assets are located at [assets](/assets).
|
data/bower.json
CHANGED
data/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bootstrap-sass",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
|
|
5
5
|
"main": "assets/javascripts/bootstrap.js",
|
|
6
6
|
"repository": {
|
data/tasks/bower.rake
CHANGED
|
@@ -21,7 +21,7 @@ namespace :bower do
|
|
|
21
21
|
find_files.(Bootstrap.fonts_path) +
|
|
22
22
|
%w(assets/javascripts/bootstrap.js)
|
|
23
23
|
|
|
24
|
-
spec['version'] = Bootstrap::VERSION
|
|
24
|
+
spec['version'] = Bootstrap::VERSION
|
|
25
25
|
|
|
26
26
|
File.open('bower.json', 'w') do |f|
|
|
27
27
|
f.puts JSON.pretty_generate(spec)
|
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.3.
|
|
4
|
+
version: 3.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas McDonald
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|