twitter_bootstrap_sass 0.0.3 → 0.0.4

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
@@ -11,3 +11,7 @@
11
11
 
12
12
  * Namespace any mixins that conflict with bourbon or compass so that
13
13
  this can be used alongside.
14
+
15
+ ## v0.0.4
16
+
17
+ * Don't import Bourbon into the scss since we aren't using it after all.
@@ -1,3 +1,3 @@
1
1
  module TwitterBootstrapSass
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -9,9 +9,6 @@
9
9
  * Date: @DATE
10
10
  */
11
11
 
12
- // Bourbon
13
- @import "bourbon"
14
-
15
12
  // CSS Reset
16
13
  @import "twitter_bootstrap_sass/reset";
17
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter_bootstrap_sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-11-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
16
- requirement: &70269394159540 !ruby/object:Gem::Requirement
16
+ requirement: &70298116564200 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '3.1'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70269394159540
24
+ version_requirements: *70298116564200
25
25
  description: To use this gem, simply import 'twitter-bootstrap-sass' into your scss
26
26
  stylesheet.
27
27
  email: