bootswatch-rails 3.1.1 → 3.1.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 +4 -4
- data/README.md +3 -5
- data/bootswatch-rails.gemspec +2 -2
- data/lib/bootswatch-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/bootswatch/amelia/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/darkly/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/flatly/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/journal/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/lumen/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/readable/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/simplex/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/slate/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/spacelab/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/superhero/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/united/_variables.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/yeti/_variables.scss +1 -2
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d78b0e8d50d0cba15222c48be5495e7cf2708f51
|
|
4
|
+
data.tar.gz: ecf9af425a989d623a4ba7d3717a3b2d753aa349
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21788dac536353c34bd1fbc0e9a6e7d92d943b84b4605825d3ddef367b9bece923875c29cae822b2865190a38e9011ed5d0370caf288efecb431d4cf25cf19ce
|
|
7
|
+
data.tar.gz: 07a437d8d882e7199e87bb3d1b8c46b4d7ce43b716a13e49f6e81d20bfcfdb2c4f4f9d3e1d809e6b8248327e89de6c214c891116992491667690952e152aed1b
|
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# bootswatch-rails
|
|
2
2
|
|
|
3
|
+
[](http://badge.fury.io/rb/bootswatch-rails)
|
|
4
|
+
|
|
3
5
|
This gem is meant to be used with
|
|
4
6
|
[bootstrap-sass](https://github.com/thomas-mcdonald/bootstrap-sass). It gives
|
|
5
7
|
you complete scss versions of [bootswatches](http://bootswatch.com) for use in
|
|
@@ -30,19 +32,15 @@ considering that you're using
|
|
|
30
32
|
|
|
31
33
|
// Example using 'Cerulean' bootswatch
|
|
32
34
|
//
|
|
33
|
-
// First import
|
|
35
|
+
// First import cerulean variables
|
|
34
36
|
@import "bootswatch/cerulean/variables";
|
|
35
37
|
|
|
36
38
|
// Then bootstrap itself
|
|
37
39
|
@import "bootstrap";
|
|
38
|
-
@import "bootstrap/mixins";
|
|
39
40
|
|
|
40
41
|
// Bootstrap body padding for fixed navbar
|
|
41
42
|
body { padding-top: 60px; }
|
|
42
43
|
|
|
43
|
-
// Responsive styles go here in case you want them
|
|
44
|
-
@import "bootstrap-responsive";
|
|
45
|
-
|
|
46
44
|
// And finally bootswatch style itself
|
|
47
45
|
@import "bootswatch/cerulean/bootswatch";
|
|
48
46
|
|
data/bootswatch-rails.gemspec
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
require File.expand_path('../lib/bootswatch-rails/version', __FILE__)
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
|
-
gem.authors = ["Maxim Chernyak"]
|
|
6
|
-
gem.email = ["max@bitsonnet.com"]
|
|
5
|
+
gem.authors = ["Maxim Chernyak","Esteban Arango Medina"]
|
|
6
|
+
gem.email = ["max@bitsonnet.com","marranoparael31@gmail.com"]
|
|
7
7
|
gem.description = %q{Bootswatches converted to SCSS ready to use in Rails 3 asset pipeline.}
|
|
8
8
|
gem.summary = %q{Bootswatches in your Rails asset pipeline}
|
|
9
9
|
gem.homepage = "http://github.com/maxim/bootswatch-rails"
|
|
@@ -80,7 +80,7 @@ $headings-color: inherit !default;
|
|
|
80
80
|
//
|
|
81
81
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
82
82
|
|
|
83
|
-
|
|
83
|
+
|
|
84
84
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
85
85
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
86
86
|
|
|
@@ -103,7 +103,7 @@ $component-offset-horizontal: 180px !default;
|
|
|
103
103
|
//
|
|
104
104
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
|
|
107
107
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
108
108
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
109
109
|
|
|
@@ -103,7 +103,7 @@ $component-offset-horizontal: 180px !default;
|
|
|
103
103
|
//
|
|
104
104
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
|
|
107
107
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
108
108
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
109
109
|
|
|
@@ -103,7 +103,7 @@ $component-offset-horizontal: 180px !default;
|
|
|
103
103
|
//
|
|
104
104
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
|
|
107
107
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
108
108
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
109
109
|
|
|
@@ -103,7 +103,7 @@ $component-offset-horizontal: 180px !default;
|
|
|
103
103
|
//
|
|
104
104
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
|
|
107
107
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
108
108
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
109
109
|
|
|
@@ -103,7 +103,7 @@ $component-offset-horizontal: 180px !default;
|
|
|
103
103
|
//
|
|
104
104
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
|
|
107
107
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
108
108
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
109
109
|
|
|
@@ -103,7 +103,7 @@ $component-offset-horizontal: 180px !default;
|
|
|
103
103
|
//
|
|
104
104
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
|
|
107
107
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
108
108
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
109
109
|
|
|
@@ -72,7 +72,7 @@ $headings-color: $gray-dark !default;
|
|
|
72
72
|
//
|
|
73
73
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
|
|
76
76
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
77
77
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
78
78
|
|
|
@@ -103,7 +103,7 @@ $component-offset-horizontal: 180px !default;
|
|
|
103
103
|
//
|
|
104
104
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
|
|
107
107
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
108
108
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
109
109
|
|
|
@@ -103,7 +103,7 @@ $component-offset-horizontal: 180px !default;
|
|
|
103
103
|
//
|
|
104
104
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
|
|
107
107
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
108
108
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
109
109
|
|
|
@@ -104,7 +104,7 @@ $component-offset-horizontal: 180px !default;
|
|
|
104
104
|
//
|
|
105
105
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
106
106
|
|
|
107
|
-
|
|
107
|
+
|
|
108
108
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
109
109
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
110
110
|
|
|
@@ -103,7 +103,7 @@ $component-offset-horizontal: 180px !default;
|
|
|
103
103
|
//
|
|
104
104
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
|
|
107
107
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
108
108
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
109
109
|
|
|
@@ -72,7 +72,7 @@ $headings-color: inherit !default;
|
|
|
72
72
|
//
|
|
73
73
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
|
|
76
76
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
77
77
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
78
78
|
|
|
@@ -103,7 +103,7 @@ $component-offset-horizontal: 180px !default;
|
|
|
103
103
|
//
|
|
104
104
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
|
|
107
107
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
108
108
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
109
109
|
|
|
@@ -19,7 +19,6 @@ $brand-info: #5bc0de !default;
|
|
|
19
19
|
$brand-warning: #E99002 !default;
|
|
20
20
|
$brand-danger: #F04124 !default;
|
|
21
21
|
|
|
22
|
-
|
|
23
22
|
//== Scaffolding
|
|
24
23
|
//
|
|
25
24
|
// ## Settings for some of the most global styles.
|
|
@@ -72,7 +71,7 @@ $headings-color: inherit !default;
|
|
|
72
71
|
//
|
|
73
72
|
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
74
73
|
|
|
75
|
-
|
|
74
|
+
|
|
76
75
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
|
77
76
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
|
78
77
|
|
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootswatch-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.1
|
|
4
|
+
version: 3.1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maxim Chernyak
|
|
8
|
+
- Esteban Arango Medina
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2014-06-
|
|
12
|
+
date: 2014-06-12 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: railties
|
|
@@ -27,6 +28,7 @@ dependencies:
|
|
|
27
28
|
description: Bootswatches converted to SCSS ready to use in Rails 3 asset pipeline.
|
|
28
29
|
email:
|
|
29
30
|
- max@bitsonnet.com
|
|
31
|
+
- marranoparael31@gmail.com
|
|
30
32
|
executables: []
|
|
31
33
|
extensions: []
|
|
32
34
|
extra_rdoc_files: []
|