sass-twitter-bootstrap-rails 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Twitter Bootstrap for Rails 3.1 with Sass
1
+ # Twitter Bootstrap for Rails 3.1+ with Sass
2
2
 
3
3
  Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
4
4
  It includes base CSS and javascripts for typography, forms, buttons, tables, grids, navigation, and more.
@@ -1,6 +1,6 @@
1
1
  module SassTwitterBootstrap
2
2
  module Rails
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  BOOTSTRAP_VERSION = '2.0.0'
5
5
  end
6
6
  end
@@ -1 +1 @@
1
- //= require_tree bootstrap
1
+ //= require_tree ./bootstrap
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-twitter-bootstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-02-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
16
- requirement: &2152815780 !ruby/object:Gem::Requirement
16
+ requirement: &2158198660 !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: *2152815780
24
+ version_requirements: *2158198660
25
25
  description: This gem provides Twitter Bootstrap converted to Sass directly for you
26
26
  Rails 3 application.
27
27
  email: