anjlab-bootstrap-rails 2.1.0.1 → 2.1.0.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.
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module Rails
3
3
  class Engine < ::Rails::Engine
4
- initializer 'anjlab-bootstrap-rails.setup' do |app|
4
+ initializer 'anjlab-bootstrap-rails.setup' => 'setup_sass', group: :all do |app|
5
5
  if config.respond_to? :sass
6
6
  config.sass.load_paths << File.join(config.root, 'vendor', 'frameworks')
7
7
  end
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Rails
3
- VERSION = "2.1.0.1"
3
+ VERSION = "2.1.0.2"
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.1
4
+ version: 2.1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -168,7 +168,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
168
168
  version: '0'
169
169
  segments:
170
170
  - 0
171
- hash: -4487665452436260590
171
+ hash: 3710381615098915904
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: -4487665452436260590
180
+ hash: 3710381615098915904
181
181
  requirements: []
182
182
  rubyforge_project:
183
183
  rubygems_version: 1.8.24