bootswatch 4.0.0.alpha1 → 4.0.0.alpha6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/Rakefile +1 -0
- data/app/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +1 -5
- data/app/assets/stylesheets/bootswatch/cerulean/_variables.scss +312 -206
- data/app/assets/stylesheets/bootswatch/cosmo/_variables.scss +312 -206
- data/app/assets/stylesheets/bootswatch/custom/_variables.scss +324 -220
- data/app/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +6 -5
- data/app/assets/stylesheets/bootswatch/cyborg/_variables.scss +293 -187
- data/app/assets/stylesheets/bootswatch/darkly/_bootswatch.scss +0 -4
- data/app/assets/stylesheets/bootswatch/darkly/_variables.scss +293 -187
- data/app/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +0 -9
- data/app/assets/stylesheets/bootswatch/flatly/_variables.scss +305 -199
- data/app/assets/stylesheets/bootswatch/journal/_bootswatch.scss +7 -3
- data/app/assets/stylesheets/bootswatch/journal/_variables.scss +308 -204
- data/app/assets/stylesheets/bootswatch/litera/_bootswatch.scss +6 -6
- data/app/assets/stylesheets/bootswatch/litera/_variables.scss +306 -200
- data/app/assets/stylesheets/bootswatch/lumen/_bootswatch.scss +3 -7
- data/app/assets/stylesheets/bootswatch/lumen/_variables.scss +308 -202
- data/app/assets/stylesheets/bootswatch/lux/_bootswatch.scss +1 -5
- data/app/assets/stylesheets/bootswatch/lux/_variables.scss +305 -201
- data/app/assets/stylesheets/bootswatch/materia/_bootswatch.scss +2 -6
- data/app/assets/stylesheets/bootswatch/materia/_variables.scss +308 -204
- data/app/assets/stylesheets/bootswatch/minty/_bootswatch.scss +1 -5
- data/app/assets/stylesheets/bootswatch/minty/_variables.scss +301 -196
- data/app/assets/stylesheets/bootswatch/pulse/_bootswatch.scss +0 -4
- data/app/assets/stylesheets/bootswatch/pulse/_variables.scss +302 -198
- data/app/assets/stylesheets/bootswatch/sandstone/_bootswatch.scss +1 -5
- data/app/assets/stylesheets/bootswatch/sandstone/_variables.scss +286 -180
- data/app/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +4 -7
- data/app/assets/stylesheets/bootswatch/simplex/_variables.scss +305 -201
- data/app/assets/stylesheets/bootswatch/slate/_bootswatch.scss +0 -4
- data/app/assets/stylesheets/bootswatch/slate/_variables.scss +291 -186
- data/app/assets/stylesheets/bootswatch/solar/_bootswatch.scss +45 -0
- data/app/assets/stylesheets/bootswatch/solar/_variables.scss +961 -0
- data/app/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +4 -8
- data/app/assets/stylesheets/bootswatch/spacelab/_variables.scss +304 -198
- data/app/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +0 -4
- data/app/assets/stylesheets/bootswatch/superhero/_variables.scss +292 -187
- data/app/assets/stylesheets/bootswatch/united/_bootswatch.scss +0 -4
- data/app/assets/stylesheets/bootswatch/united/_variables.scss +310 -204
- data/app/assets/stylesheets/bootswatch/yeti/_bootswatch.scss +2 -2
- data/app/assets/stylesheets/bootswatch/yeti/_variables.scss +305 -199
- data/bootswatch.gemspec +1 -1
- data/lib/bootswatch/version.rb +1 -1
- metadata +5 -3
data/bootswatch.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["khairi@labs.my"]
|
11
11
|
spec.summary = %q{Bootswatches sass for rails.}
|
12
12
|
spec.description = %q{Bootswatches in your Rails asset pipeline.}
|
13
|
-
spec.homepage = "https://github.com/mkhairi/bootswatch"
|
13
|
+
spec.homepage = "https://github.com/mkhairi/bootswatch-sass"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/bootswatch/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootswatch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.0.
|
4
|
+
version: 4.0.0.alpha6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mkhairi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01-
|
11
|
+
date: 2017-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -82,6 +82,8 @@ files:
|
|
82
82
|
- app/assets/stylesheets/bootswatch/simplex/_variables.scss
|
83
83
|
- app/assets/stylesheets/bootswatch/slate/_bootswatch.scss
|
84
84
|
- app/assets/stylesheets/bootswatch/slate/_variables.scss
|
85
|
+
- app/assets/stylesheets/bootswatch/solar/_bootswatch.scss
|
86
|
+
- app/assets/stylesheets/bootswatch/solar/_variables.scss
|
85
87
|
- app/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss
|
86
88
|
- app/assets/stylesheets/bootswatch/spacelab/_variables.scss
|
87
89
|
- app/assets/stylesheets/bootswatch/superhero/_bootswatch.scss
|
@@ -93,7 +95,7 @@ files:
|
|
93
95
|
- bootswatch.gemspec
|
94
96
|
- lib/bootswatch.rb
|
95
97
|
- lib/bootswatch/version.rb
|
96
|
-
homepage: https://github.com/mkhairi/bootswatch
|
98
|
+
homepage: https://github.com/mkhairi/bootswatch-sass
|
97
99
|
licenses:
|
98
100
|
- MIT
|
99
101
|
metadata: {}
|