bootswatch_rails 3.2.0.43 → 3.3.0.1
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/generate.sh +1 -1
- data/lib/bootswatch_rails/engine.rb +27 -2
- data/lib/bootswatch_rails/version.rb +4 -4
- data/lib/generators/bootswatch_rails/install/install_generator.rb +27 -8
- data/lib/generators/bootswatch_rails/install/templates/app/views/layouts/application.html.erb +1 -8
- data/lib/generators/bootswatch_rails/install/templates/application.js +23 -0
- data/lib/generators/bootswatch_rails/install/templates/head.html.erb +16 -11
- data/lib/generators/bootswatch_rails/sorcery/sorcery_generator.rb +1 -1
- data/vendor/assets/stylesheets/cerulean.css +266 -118
- data/vendor/assets/stylesheets/cosmo.css +272 -120
- data/vendor/assets/stylesheets/custom.css +275 -127
- data/vendor/assets/stylesheets/cyborg.css +271 -119
- data/vendor/assets/stylesheets/darkly.css +271 -119
- data/vendor/assets/stylesheets/flatly.css +271 -119
- data/vendor/assets/stylesheets/journal.css +267 -119
- data/vendor/assets/stylesheets/lumen.css +271 -119
- data/vendor/assets/stylesheets/paper.css +267 -119
- data/vendor/assets/stylesheets/readable.css +267 -119
- data/vendor/assets/stylesheets/sandstone.css +271 -124
- data/vendor/assets/stylesheets/simplex.css +267 -119
- data/vendor/assets/stylesheets/slate.css +267 -119
- data/vendor/assets/stylesheets/spacelab.css +267 -119
- data/vendor/assets/stylesheets/superhero.css +271 -119
- data/vendor/assets/stylesheets/united.css +267 -119
- data/vendor/assets/stylesheets/yeti.css +271 -119
- metadata +3 -3
- data/vendor/assets/stylesheets/amelia.css +0 -6286
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootswatch_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Volker Wiegand
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -111,6 +111,7 @@ files:
|
|
111
111
|
- lib/generators/bootswatch_rails/install/templates/app/views/layouts/_topnav.html.erb
|
112
112
|
- lib/generators/bootswatch_rails/install/templates/app/views/layouts/application.html.erb
|
113
113
|
- lib/generators/bootswatch_rails/install/templates/app/views/layouts/centered.html.erb
|
114
|
+
- lib/generators/bootswatch_rails/install/templates/application.js
|
114
115
|
- lib/generators/bootswatch_rails/install/templates/config/initializers/simple_form_horizontal.rb
|
115
116
|
- lib/generators/bootswatch_rails/install/templates/config/locales/scaffold.de.yml
|
116
117
|
- lib/generators/bootswatch_rails/install/templates/config/locales/scaffold.en.yml
|
@@ -156,7 +157,6 @@ files:
|
|
156
157
|
- vendor/assets/javascripts/.gitkeep
|
157
158
|
- vendor/assets/javascripts/jquery.cleditor.js
|
158
159
|
- vendor/assets/stylesheets/.gitkeep
|
159
|
-
- vendor/assets/stylesheets/amelia.css
|
160
160
|
- vendor/assets/stylesheets/cerulean.css
|
161
161
|
- vendor/assets/stylesheets/cosmo.css
|
162
162
|
- vendor/assets/stylesheets/custom.css
|