kyruus-bootstrap-sass 1.0.0.rc3 → 1.0.0.4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb9a3f0ad194c3a8ab814f3aa43573bd51664216
|
|
4
|
+
data.tar.gz: 4d001584d614db32906b544649aedb83464f6ea6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a70fff27d068e8779526355c469ecb454ee08c51e3c7ceea3bde4879216e96389deb6379b0fe0902deb3d0f06257561036ba80dc1af702d231590e2d09d179e3
|
|
7
|
+
data.tar.gz: a6e8be4696070502094a7942c79e6c95b0f2dfac06e43cd54a9c06b8053ccf73c9888be2106981e0ce2d21410d9bca5d031de83f656a21d2d8af121764e813c8
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
// KYRUUS BOOTSTRAP VARIABLES
|
|
3
3
|
// --------------------------------------------------
|
|
4
4
|
|
|
5
|
-
@import "bootstrap/variables";
|
|
6
|
-
|
|
7
5
|
// Resource Paths
|
|
8
6
|
$css_relative_path: '..' !default; // relative path from where compiled CSS resides to just inside the assets/ folder. Affects images & fonts
|
|
9
7
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kyruus-bootstrap-sass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Travis Chase
|
|
@@ -148,9 +148,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
148
148
|
version: '0'
|
|
149
149
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
requirements:
|
|
151
|
-
- - '
|
|
151
|
+
- - '>='
|
|
152
152
|
- !ruby/object:Gem::Version
|
|
153
|
-
version:
|
|
153
|
+
version: '0'
|
|
154
154
|
requirements: []
|
|
155
155
|
rubyforge_project:
|
|
156
156
|
rubygems_version: 2.0.5
|