netguru_bootstrapper 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e85cbd752fe7fd31d7ea97b5fda0149a73cd80e7
4
- data.tar.gz: 2d596f1dac404b9689a86c68097226f586e8f868
3
+ metadata.gz: e84dcbc341506d8bc015be22e66210729981e264
4
+ data.tar.gz: f87b9c50288e6bcb7a95265f92b14d06e272f093
5
5
  SHA512:
6
- metadata.gz: 519335b99666a22bc36529884b955da168a8869c7ffe6fd6fb2bdeb6995e6f80b10c2ecb3590dd53cf665f6009619b0a68202b12a496a3be521da6b7a695f5cc
7
- data.tar.gz: 3d0c4169d72269b7d09706ab279a70293c550b493d5b2ed58d413fd483953d1bd0587103d9df2ae4fc67adaf54331006ce9ad2b880a5a58a66b6201536f967d9
6
+ metadata.gz: 70bde68232bb3059a01a6914ae388ab0c2cdce6da7129a561bb6048d59bfd42b9dae71fd4deadd9fb53ab02ec05c0b4988e869ef1f5d48e9a97fb1458ca6a7f1
7
+ data.tar.gz: f3d23144900b8a9f94e14617928516541f3282497f23d3808f80c5221b527fb7f6fbd5a2c2c5f01039dccb0813a158fe5832af370b974d5c604c75d13898d049
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # NetguruBootstrapper
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/netguru_bootstrapper.svg)](http://badge.fury.io/rb/netguru_bootstrapper)
4
+
3
5
  This gem bootstraps [Bootstrap](http://getbootstrap.com/) for Rails apps.
4
6
 
5
7
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module NetguruBootstrapper
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/structure.yml CHANGED
@@ -7,14 +7,14 @@ directories:
7
7
 
8
8
  files:
9
9
  settings:
10
- - bootstrap-variables
11
- - bootstrap-components
12
- - bootstrap-overrides
13
- - custom-variables
14
- - z-index-variables
15
- - breakpoint-variables
10
+ - _bootstrap-variables
11
+ - _bootstrap-components
12
+ - _bootstrap-overrides
13
+ - _custom-variables
14
+ - _z-index-variables
15
+ - _breakpoint-variables
16
16
  utilities:
17
- - functions
18
- - mixins
19
- - shared
20
- - typography
17
+ - _functions
18
+ - _mixins
19
+ - _shared
20
+ - _typography
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netguru_bootstrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mateusz Czajka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-10 00:00:00.000000000 Z
11
+ date: 2014-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -54,16 +54,16 @@ files:
54
54
  - lib/netguru_bootstrapper/engine.rb
55
55
  - lib/netguru_bootstrapper/generators/netguru_bootstrapper/bootstrap_generator.rb
56
56
  - lib/netguru_bootstrapper/generators/templates/application.scss
57
- - lib/netguru_bootstrapper/generators/templates/settings/bootstrap-components.scss
58
- - lib/netguru_bootstrapper/generators/templates/settings/bootstrap-overrides.scss
59
- - lib/netguru_bootstrapper/generators/templates/settings/bootstrap-variables.scss
60
- - lib/netguru_bootstrapper/generators/templates/settings/breakpoint-variables.scss
61
- - lib/netguru_bootstrapper/generators/templates/settings/custom-variables.scss
62
- - lib/netguru_bootstrapper/generators/templates/settings/z-index-variables.scss
63
- - lib/netguru_bootstrapper/generators/templates/utilities/functions.scss
64
- - lib/netguru_bootstrapper/generators/templates/utilities/mixins.scss
65
- - lib/netguru_bootstrapper/generators/templates/utilities/shared.scss
66
- - lib/netguru_bootstrapper/generators/templates/utilities/typography.scss
57
+ - lib/netguru_bootstrapper/generators/templates/settings/_bootstrap-components.scss
58
+ - lib/netguru_bootstrapper/generators/templates/settings/_bootstrap-overrides.scss
59
+ - lib/netguru_bootstrapper/generators/templates/settings/_bootstrap-variables.scss
60
+ - lib/netguru_bootstrapper/generators/templates/settings/_breakpoint-variables.scss
61
+ - lib/netguru_bootstrapper/generators/templates/settings/_custom-variables.scss
62
+ - lib/netguru_bootstrapper/generators/templates/settings/_z-index-variables.scss
63
+ - lib/netguru_bootstrapper/generators/templates/utilities/_functions.scss
64
+ - lib/netguru_bootstrapper/generators/templates/utilities/_mixins.scss
65
+ - lib/netguru_bootstrapper/generators/templates/utilities/_shared.scss
66
+ - lib/netguru_bootstrapper/generators/templates/utilities/_typography.scss
67
67
  - lib/netguru_bootstrapper/structure_parser.rb
68
68
  - lib/netguru_bootstrapper/version.rb
69
69
  - lib/structure.yml