sass-rails-bootstrap 2.1.0 → 2.1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -9,21 +9,14 @@ This gem provides the version of the toolkit with LESS stylesheets converted int
9
9
 
10
10
  ## Installation
11
11
 
12
- This library requires the sass-rails gem to work. So make sure that you have something like this in your Gemfile:
12
+ This library requires the sass-rails gem to work, and will pull this in at installation.
13
13
 
14
- ```ruby
15
- group :assets do
16
- gem 'sass-rails', '~> 3.2.3'
17
- end
18
- ```
19
-
20
- Then include the following line in your Gemfile and you're all set:
14
+ Include the following line in your Gemfile and you're all set:
21
15
 
22
16
  ```ruby
23
17
  gem 'sass-rails-bootstrap'
24
18
  ```
25
19
 
26
-
27
20
  ## Usage
28
21
 
29
22
  ### Stylesheets
@@ -96,4 +89,4 @@ Unless required by applicable law or agreed to in writing, software
96
89
  distributed under the License is distributed on an "AS IS" BASIS,
97
90
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
98
91
  See the License for the specific language governing permissions and
99
- limitations under the License.
92
+ limitations under the License.
@@ -1,3 +1,3 @@
1
1
  module SassRailsBootstrap
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.0.1"
3
3
  end
@@ -44,7 +44,6 @@
44
44
  // Components: Nav
45
45
  @import "bootstrap/navs";
46
46
  @import "bootstrap/navbar";
47
- @import "bootstrap/subnav";
48
47
  @import "bootstrap/breadcrumbs";
49
48
  @import "bootstrap/pagination";
50
49
  @import "bootstrap/pager";
@@ -167,7 +167,7 @@
167
167
  .navbar-static-top .container,
168
168
  .navbar-fixed-top .container,
169
169
  .navbar-fixed-bottom .container
170
- +core-grid-span($gridColumns)
170
+ +core-grid-span($gridColumns, $gridColumnWidth, $gridGutterWidth)
171
171
 
172
172
  // Fixed to top
173
173
  .navbar-fixed-top
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-rails-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-22 00:00:00.000000000 Z
12
+ date: 2012-08-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -27,6 +27,22 @@ dependencies:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
29
  version: '3.1'
30
+ - !ruby/object:Gem::Dependency
31
+ name: sass-rails
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ~>
36
+ - !ruby/object:Gem::Version
37
+ version: 3.2.3
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ~>
44
+ - !ruby/object:Gem::Version
45
+ version: 3.2.3
30
46
  description: SASS version of the CSS toolkit from Twitter for Rails 3.1+ asset pipeline.
31
47
  email:
32
48
  - voidproxy@gmail.com