bootswitch 0.5.3 → 0.5.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 +4 -4
- data/VERSION +1 -1
- data/bootswitch.gemspec +2 -6
- metadata +1 -5
- data/vendor/assets/stylesheets/bootswatch/global/bootswatch.css.scss +0 -0
- data/vendor/assets/stylesheets/bootswatch/global/build.css.scss +0 -3
- data/vendor/assets/stylesheets/bootswatch/global/theme.css.scss +0 -9
- data/vendor/assets/stylesheets/bootswatch/global/variables.css.scss +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 17724d21e7b567ffe1a9a661ed71da3b15f7cbf0
|
|
4
|
+
data.tar.gz: cc1dac37b54569346095adea676226b1790c2ddf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdcb05cc9b31e9b98150c0808680378cc57ce97dcd8e371a8296f69eff3efd2c16c45147279758b2039689c3f03ef9a81dec1ea0c3622efd815168c578889f6d
|
|
7
|
+
data.tar.gz: e9ec0eda902111673fea2684ce72c59391544155ad8b3b00a23aa51cd8af2d331aa4ee28843204adb52e731120e13d2c0c96e0deb8c10baf97451dcf2e37db0e
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.4
|
data/bootswitch.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: bootswitch 0.5.
|
|
5
|
+
# stub: bootswitch 0.5.4 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "bootswitch"
|
|
9
|
-
s.version = "0.5.
|
|
9
|
+
s.version = "0.5.4"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
@@ -95,10 +95,6 @@ Gem::Specification.new do |s|
|
|
|
95
95
|
"vendor/assets/stylesheets/bootswatch/flatly/bootswatch.css.scss",
|
|
96
96
|
"vendor/assets/stylesheets/bootswatch/flatly/theme.css.scss",
|
|
97
97
|
"vendor/assets/stylesheets/bootswatch/flatly/variables.css.scss",
|
|
98
|
-
"vendor/assets/stylesheets/bootswatch/global/bootswatch.css.scss",
|
|
99
|
-
"vendor/assets/stylesheets/bootswatch/global/build.css.scss",
|
|
100
|
-
"vendor/assets/stylesheets/bootswatch/global/theme.css.scss",
|
|
101
|
-
"vendor/assets/stylesheets/bootswatch/global/variables.css.scss",
|
|
102
98
|
"vendor/assets/stylesheets/bootswatch/journal/bootswatch.css.scss",
|
|
103
99
|
"vendor/assets/stylesheets/bootswatch/journal/theme.css.scss",
|
|
104
100
|
"vendor/assets/stylesheets/bootswatch/journal/variables.css.scss",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootswitch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karen Lundgren
|
|
@@ -221,10 +221,6 @@ files:
|
|
|
221
221
|
- vendor/assets/stylesheets/bootswatch/flatly/bootswatch.css.scss
|
|
222
222
|
- vendor/assets/stylesheets/bootswatch/flatly/theme.css.scss
|
|
223
223
|
- vendor/assets/stylesheets/bootswatch/flatly/variables.css.scss
|
|
224
|
-
- vendor/assets/stylesheets/bootswatch/global/bootswatch.css.scss
|
|
225
|
-
- vendor/assets/stylesheets/bootswatch/global/build.css.scss
|
|
226
|
-
- vendor/assets/stylesheets/bootswatch/global/theme.css.scss
|
|
227
|
-
- vendor/assets/stylesheets/bootswatch/global/variables.css.scss
|
|
228
224
|
- vendor/assets/stylesheets/bootswatch/journal/bootswatch.css.scss
|
|
229
225
|
- vendor/assets/stylesheets/bootswatch/journal/theme.css.scss
|
|
230
226
|
- vendor/assets/stylesheets/bootswatch/journal/variables.css.scss
|
|
File without changes
|
|
File without changes
|