bootswatch-theme-rails 1.0.4 → 1.0.5
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/lib/bootswatch-theme-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/cupid.css +6 -0
- data/vendor/assets/stylesheets/cupid/base.less +10 -0
- data/vendor/assets/stylesheets/cupid/bootswatch.css.less +514 -0
- data/vendor/assets/stylesheets/cupid/loader.css.less +50 -0
- data/vendor/assets/stylesheets/cupid/variables.less +827 -0
- data/vendor/assets/stylesheets/lumen.css +6 -0
- data/vendor/assets/stylesheets/lumen/base.less +10 -0
- data/vendor/assets/stylesheets/lumen/bootswatch.css.less +322 -0
- data/vendor/assets/stylesheets/lumen/loader.css.less +50 -0
- data/vendor/assets/stylesheets/lumen/variables.less +827 -0
- data/vendor/assets/stylesheets/superhero.css +6 -0
- data/vendor/assets/stylesheets/superhero/base.less +10 -0
- data/vendor/assets/stylesheets/superhero/bootswatch.css.less +238 -0
- data/vendor/assets/stylesheets/superhero/loader.css.less +50 -0
- data/vendor/assets/stylesheets/superhero/variables.less +827 -0
- metadata +16 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootswatch-theme-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Chen
|
@@ -70,6 +70,11 @@ files:
|
|
70
70
|
- vendor/assets/stylesheets/cosmo/bootswatch.css.less
|
71
71
|
- vendor/assets/stylesheets/cosmo/loader.css.less
|
72
72
|
- vendor/assets/stylesheets/cosmo/variables.less
|
73
|
+
- vendor/assets/stylesheets/cupid.css
|
74
|
+
- vendor/assets/stylesheets/cupid/base.less
|
75
|
+
- vendor/assets/stylesheets/cupid/bootswatch.css.less
|
76
|
+
- vendor/assets/stylesheets/cupid/loader.css.less
|
77
|
+
- vendor/assets/stylesheets/cupid/variables.less
|
73
78
|
- vendor/assets/stylesheets/cyborg.css
|
74
79
|
- vendor/assets/stylesheets/cyborg/base.less
|
75
80
|
- vendor/assets/stylesheets/cyborg/bootswatch.css.less
|
@@ -85,6 +90,11 @@ files:
|
|
85
90
|
- vendor/assets/stylesheets/journal/bootswatch.css.less
|
86
91
|
- vendor/assets/stylesheets/journal/loader.css.less
|
87
92
|
- vendor/assets/stylesheets/journal/variables.less
|
93
|
+
- vendor/assets/stylesheets/lumen.css
|
94
|
+
- vendor/assets/stylesheets/lumen/base.less
|
95
|
+
- vendor/assets/stylesheets/lumen/bootswatch.css.less
|
96
|
+
- vendor/assets/stylesheets/lumen/loader.css.less
|
97
|
+
- vendor/assets/stylesheets/lumen/variables.less
|
88
98
|
- vendor/assets/stylesheets/readable.css
|
89
99
|
- vendor/assets/stylesheets/readable/base.less
|
90
100
|
- vendor/assets/stylesheets/readable/bootswatch.css.less
|
@@ -108,6 +118,11 @@ files:
|
|
108
118
|
- vendor/assets/stylesheets/spacelab/loader.css.less
|
109
119
|
- vendor/assets/stylesheets/spacelab/variables.less
|
110
120
|
- vendor/assets/stylesheets/sprite.css.scss
|
121
|
+
- vendor/assets/stylesheets/superhero.css
|
122
|
+
- vendor/assets/stylesheets/superhero/base.less
|
123
|
+
- vendor/assets/stylesheets/superhero/bootswatch.css.less
|
124
|
+
- vendor/assets/stylesheets/superhero/loader.css.less
|
125
|
+
- vendor/assets/stylesheets/superhero/variables.less
|
111
126
|
- vendor/assets/stylesheets/united.css
|
112
127
|
- vendor/assets/stylesheets/united/base.less
|
113
128
|
- vendor/assets/stylesheets/united/bootswatch.css.less
|