compass_twitter_bootstrap 2.2.2.1 → 2.2.2.2

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.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Overview
2
2
 
3
+ ## 2.2.2.2
4
+ Fix cb-opacity mixin to correctly calculate opacity (@mindmelting)
5
+ Added in clearfix utils class as per bootstrap docs (@mindmelting)
6
+ Fix bootstrap version comment (@skivvies)
7
+ Add affix to all js (@friesencr)
8
+
3
9
  ## 2.2.2.1
4
10
  * Upgradde Font Awesome to 3.0.1
5
11
 
@@ -1,3 +1,3 @@
1
1
  module CompassTwitterBootstrap
2
- VERSION = "2.2.2.1"
2
+ VERSION = "2.2.2.2"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap v2.1.0
2
+ * Bootstrap v2.2.2
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Bootstrap v2.1.0
2
+ * Bootstrap v2.2.2
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -366,8 +366,8 @@
366
366
 
367
367
  // Opacity
368
368
  @mixin ctb-opacity($opacity) {
369
- opacity: $opacity;
370
- filter: alpha(opacity=($opacity * 100));
369
+ opacity: $opacity / 100;
370
+ filter: alpha(opacity=($opacity));
371
371
  }
372
372
 
373
373
 
@@ -10,7 +10,9 @@
10
10
  .pull-left {
11
11
  float: left;
12
12
  }
13
-
13
+ .clearfix {
14
+ @include ctb-clearfix();
15
+ }
14
16
  // Toggling content
15
17
  .hide {
16
18
  display: none;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap v2.1.0
2
+ * Bootstrap v2.2.2
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Bootstrap v2.1.0
2
+ * Bootstrap v2.2.2
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -325,8 +325,8 @@
325
325
 
326
326
  // Opacity
327
327
  =ctb-opacity($opacity)
328
- opacity: $opacity
329
- filter: alpha(opacity = $opacity * 100)
328
+ opacity: $opacity / 100
329
+ filter: alpha(opacity = $opacity)
330
330
 
331
331
  // BACKGROUNDS
332
332
  // --------------------------------------------------
@@ -9,6 +9,9 @@
9
9
  .pull-left
10
10
  float: left
11
11
 
12
+ .clearfix
13
+ +ctb-clearfix
14
+
12
15
  // Toggling content
13
16
  .hide
14
17
  display: none
@@ -1,4 +1,5 @@
1
1
  //=require bootstrap-transition
2
+ //=require bootstrap-affix
2
3
  //=require bootstrap-alert
3
4
  //-require bootstrap-affix
4
5
  //=require bootstrap-modal
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass_twitter_bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2.1
5
4
  prerelease:
5
+ version: 2.2.2.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Vincent
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-15 00:00:00.000000000 Z
12
+ date: 2013-01-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
@@ -20,13 +20,13 @@ dependencies:
20
20
  - !ruby/object:Gem::Version
21
21
  version: '0'
22
22
  type: :runtime
23
- prerelease: false
24
23
  version_requirements: !ruby/object:Gem::Requirement
25
24
  none: false
26
25
  requirements:
27
26
  - - ! '>='
28
27
  - !ruby/object:Gem::Version
29
28
  version: '0'
29
+ prerelease: false
30
30
  description: Compass/SCSS version of the twitter bootstrap
31
31
  email:
32
32
  - vrwaller@gmail.com
@@ -165,22 +165,22 @@ required_ruby_version: !ruby/object:Gem::Requirement
165
165
  requirements:
166
166
  - - ! '>='
167
167
  - !ruby/object:Gem::Version
168
- version: '0'
169
168
  segments:
170
169
  - 0
171
- hash: 656896884217954963
170
+ hash: -679715786983565283
171
+ version: '0'
172
172
  required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  none: false
174
174
  requirements:
175
175
  - - ! '>='
176
176
  - !ruby/object:Gem::Version
177
- version: '0'
178
177
  segments:
179
178
  - 0
180
- hash: 656896884217954963
179
+ hash: -679715786983565283
180
+ version: '0'
181
181
  requirements: []
182
182
  rubyforge_project:
183
- rubygems_version: 1.8.24
183
+ rubygems_version: 1.8.25
184
184
  signing_key:
185
185
  specification_version: 3
186
186
  summary: Compass Twitter Bootstrap