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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bde8ef80cb8e1f93c2a1ac93195d3b4ce6125a8
4
- data.tar.gz: 059628847eb35f87ae8a5352b234d6911b15d922
3
+ metadata.gz: 263e0218b9dd30ad62e1aa97fbe18182b80f0025
4
+ data.tar.gz: bf7a1018dec7f2521db0ddcdc89d7e2bb7702b2b
5
5
  SHA512:
6
- metadata.gz: 17e7bd2b1742e5c8de0e9670549917f66905bc78ea645c5b1c2433b7f0c0272453eb9553d319ed7a12087c6bb833b93a96d6e9e6e20d36ed3594566aff7590f5
7
- data.tar.gz: 88566179ea2b411b5ca5b0b20a3a708d9827193d80e7623b26fcf0ad574474a2fdf996218005c19b03a570a0f3d88f9c8cac04a582b029093da7ee3e90cc4f49
6
+ metadata.gz: 7c02a333ee26d8c510f0b48ca8ea0d6cd4485b3c9eb1b5d84b82199165736cf83084e487b2b3ef0af87417f5bf1649bb3eb3073e231f599385a3a7d7091e5cc2
7
+ data.tar.gz: f3c79cfe0623868506c6c095210e223a2bbcc0973a711bba6d89281d6a15b56fe8fbdf52dc1180707b2edcbcf7533a22a471ccdf19af409a55f5497c4fed3b57
@@ -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.2'
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\#v3.3.2+1
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-sass",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "homepage": "https://github.com/twbs/bootstrap-sass",
5
5
  "authors": [
6
6
  "Thomas McDonald",
@@ -1,4 +1,4 @@
1
1
  module Bootstrap
2
- VERSION = '3.3.2.1'
2
+ VERSION = '3.3.3'
3
3
  BOOTSTRAP_SHA = 'bcf7dd38b5ab180256e2e4fb5da0369551b3f082'
4
4
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-sass",
3
- "version": "3.3.2",
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": {
@@ -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[0..-3]
24
+ spec['version'] = Bootstrap::VERSION
25
25
 
26
26
  File.open('bower.json', 'w') do |f|
27
27
  f.puts JSON.pretty_generate(spec)
@@ -1,4 +1,4 @@
1
- // Override Bootstrap variables here (defaults from bootstrap-sass v3.3.2.1):
1
+ // Override Bootstrap variables here (defaults from bootstrap-sass v3.3.3):
2
2
 
3
3
  //
4
4
  // Variables
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.2.1
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-19 00:00:00.000000000 Z
11
+ date: 2015-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass