bootstrap-generators 2.3.1 → 2.3.1.1

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 18c29a2d2c6adb889962acc8a8bf13866f5dd40a
4
+ data.tar.gz: 6c49c6ca1b9802290e6a2225a4b550879f81b0bf
5
+ SHA512:
6
+ metadata.gz: e7c38da11fe176246d1ea26b4698340d1e3ad1626fa4b0d33d54286aae29e6490aef4ef3e34fcdd9c588e6ecea82b2b0539bb547c02a139f6aebcd82eee44cf4
7
+ data.tar.gz: 8a222975d9e3d24ba947a6768e0bd05e644e8e5b25d59fc48c47ea037c96060dfa9ea030002c8d3329e83fe082dd4e39d13ff3ff647d7a414564ce68d4d5ec4e
@@ -1,9 +1,9 @@
1
1
  module Bootstrap
2
2
  module Generators
3
3
  class Engine < ::Rails::Engine
4
- initializer 'bootstrap-generators.after.load_config_initializers', :after => :load_config_initializers do |app|
5
- app.config.less.paths << File.join(config.root, 'vendor', 'twitter', 'bootstrap', 'less') if app.config.respond_to?(:less)
6
- app.config.sass.load_paths << File.join(config.root, 'vendor', 'twitter', 'bootstrap', 'sass') if app.config.respond_to?(:sass)
4
+ initializer 'bootstrap-generators.setup', :group => :all do |app|
5
+ config.less.paths << File.join(config.root, 'vendor', 'twitter', 'bootstrap', 'less') if config.respond_to?(:less)
6
+ config.sass.load_paths << File.join(config.root, 'vendor', 'twitter', 'bootstrap', 'sass') if config.respond_to?(:sass)
7
7
  end
8
8
  end
9
9
  end
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Generators
3
- VERSION = "2.3.1"
3
+ VERSION = "2.3.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
5
- prerelease:
4
+ version: 2.3.1.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Décio Ferreira
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-03-24 00:00:00.000000000 Z
11
+ date: 2013-04-23 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: bundler
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
@@ -30,23 +27,20 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: test-unit
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: rails
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
45
  - - ~>
52
46
  - !ruby/object:Gem::Version
@@ -54,7 +48,6 @@ dependencies:
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
52
  - - ~>
60
53
  - !ruby/object:Gem::Version
@@ -62,7 +55,6 @@ dependencies:
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: railties
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
59
  - - ~>
68
60
  - !ruby/object:Gem::Version
@@ -70,7 +62,6 @@ dependencies:
70
62
  type: :runtime
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
66
  - - ~>
76
67
  - !ruby/object:Gem::Version
@@ -228,32 +219,25 @@ files:
228
219
  - vendor/twitter/bootstrap/sass/responsive.scss
229
220
  homepage: http://decioferreira.github.com/bootstrap-generators/
230
221
  licenses: []
222
+ metadata: {}
231
223
  post_install_message:
232
224
  rdoc_options: []
233
225
  require_paths:
234
226
  - lib
235
227
  required_ruby_version: !ruby/object:Gem::Requirement
236
- none: false
237
228
  requirements:
238
- - - ! '>='
229
+ - - '>='
239
230
  - !ruby/object:Gem::Version
240
231
  version: '0'
241
- segments:
242
- - 0
243
- hash: -588882851
244
232
  required_rubygems_version: !ruby/object:Gem::Requirement
245
- none: false
246
233
  requirements:
247
- - - ! '>='
234
+ - - '>='
248
235
  - !ruby/object:Gem::Version
249
236
  version: '0'
250
- segments:
251
- - 0
252
- hash: -588882851
253
237
  requirements: []
254
238
  rubyforge_project: bootstrap-generators
255
- rubygems_version: 1.8.25
239
+ rubygems_version: 2.0.3
256
240
  signing_key:
257
- specification_version: 3
241
+ specification_version: 4
258
242
  summary: Bootstrap-generators provides Twitter Bootstrap generators for Rails 3.1.
259
243
  test_files: []