compass-bootstrap 0.1.0 → 0.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.
@@ -1,5 +1,5 @@
1
1
  module Compass
2
2
  module Bootstrap
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
File without changes
@@ -1,5 +1,4 @@
1
1
  # Make sure you list all the project template files here in the manifest.
2
- stylesheet 'screen.sass', :media => 'screen, projection'
3
2
  stylesheet 'compass_bootstrap.scss', :media => 'screen, projection'
4
3
  stylesheet '_reset.scss', :media => 'screen, projection'
5
4
  stylesheet '_preboot.scss', :media => 'screen, projection'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Hector Bustillos
@@ -58,16 +58,15 @@ files:
58
58
  - stylesheets/compass-bootstrap/_scaffolding.scss
59
59
  - stylesheets/compass-bootstrap/_tables.scss
60
60
  - stylesheets/compass-bootstrap/_type.scss
61
- - templates/project/_forms.scss
62
- - templates/project/_patterns.scss
63
- - templates/project/_preboot.scss
64
- - templates/project/_reset.scss
65
- - templates/project/_scaffolding.scss
66
- - templates/project/_tables.scss
67
- - templates/project/_type.scss
68
- - templates/project/compass_bootstrap.scss
69
- - templates/project/manifest.rb
70
- - templates/project/screen.sass
61
+ - templates/compass-bootstrap/_forms.scss
62
+ - templates/compass-bootstrap/_patterns.scss
63
+ - templates/compass-bootstrap/_preboot.scss
64
+ - templates/compass-bootstrap/_reset.scss
65
+ - templates/compass-bootstrap/_scaffolding.scss
66
+ - templates/compass-bootstrap/_tables.scss
67
+ - templates/compass-bootstrap/_type.scss
68
+ - templates/compass-bootstrap/compass_bootstrap.scss
69
+ - templates/compass-bootstrap/manifest.rb
71
70
  homepage: https://github.com/hecbuma/compass-bootstrap
72
71
  licenses: []
73
72
 
File without changes