anjlab-bootstrap-rails 2.1.0.0 → 2.1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,9 @@ module Bootstrap
2
2
  module Rails
3
3
  class Engine < ::Rails::Engine
4
4
  initializer 'anjlab-bootstrap-rails.setup' do |app|
5
- config.sass.load_paths << File.join(config.root, 'vendor', 'frameworks')
5
+ if config.respond_to? :sass
6
+ config.sass.load_paths << File.join(config.root, 'vendor', 'frameworks')
7
+ end
6
8
  end
7
9
  end
8
10
  end
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Rails
3
- VERSION = "2.1.0.0"
3
+ VERSION = "2.1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anjlab-bootstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0.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-21 00:00:00.000000000 Z
12
+ date: 2012-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -168,7 +168,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
168
168
  version: '0'
169
169
  segments:
170
170
  - 0
171
- hash: -332718909416508242
171
+ hash: -4487665452436260590
172
172
  required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  none: false
174
174
  requirements:
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  version: '0'
178
178
  segments:
179
179
  - 0
180
- hash: -332718909416508242
180
+ hash: -4487665452436260590
181
181
  requirements: []
182
182
  rubyforge_project:
183
183
  rubygems_version: 1.8.24