bootswitch 0.5.2 → 0.5.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 +4 -4
- data/VERSION +1 -1
- data/bootswitch.gemspec +3 -2
- data/vendor/assets/stylesheets/bootswatch/global/bootswatch.css.scss +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 750151e62e6ffc8f1bfc9f282e8adc33a262aa1f
|
|
4
|
+
data.tar.gz: 0cf3978a9b3cdca27457b114eb1a920a3eea23a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb70d37470b664f716e93ab682263128dd281e7b982f62257bc10a4dd1e0e24b7729f7ca200e588a9cdff7defb6aac5525c6437e5ffe84dcae26d4dd2e651903
|
|
7
|
+
data.tar.gz: 24674039f65412b2bba37578d7904a6c610af01f6155a960c56bb17b1a32fa24fe180868b507c773659b4624146594ffe0fbe4699e3b0e3dd60d34ca69e56aab
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.3
|
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.3 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.3"
|
|
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,6 +95,7 @@ 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",
|
|
98
99
|
"vendor/assets/stylesheets/bootswatch/global/build.css.scss",
|
|
99
100
|
"vendor/assets/stylesheets/bootswatch/global/theme.css.scss",
|
|
100
101
|
"vendor/assets/stylesheets/bootswatch/global/variables.css.scss",
|
|
File without changes
|
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.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karen Lundgren
|
|
@@ -221,6 +221,7 @@ 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
|
|
224
225
|
- vendor/assets/stylesheets/bootswatch/global/build.css.scss
|
|
225
226
|
- vendor/assets/stylesheets/bootswatch/global/theme.css.scss
|
|
226
227
|
- vendor/assets/stylesheets/bootswatch/global/variables.css.scss
|