leather 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,11 @@ html, body {
|
|
23
23
|
@extend .devise;
|
24
24
|
}
|
25
25
|
|
26
|
+
// For compatibility with Flutie body_class
|
27
|
+
.devise-sessions-new, .devise-sessions-create, .devise-registrations-new, .devise-registrations-create, .devise-passwords-new, .devise-passwords-create, .devise-passwords-edit {
|
28
|
+
@extend .devise;
|
29
|
+
}
|
30
|
+
|
26
31
|
.devise {
|
27
32
|
@include gradient-vertical($devise-bg-gradient-start, $devise-bg-gradient-end);
|
28
33
|
background-attachment: fixed !important;
|
@@ -13,5 +13,9 @@ module Leather
|
|
13
13
|
def copy_ui_kit_styles
|
14
14
|
copy_file("assets/stylesheets/bootstrap_variables.css.scss", Rails.root.join("app", "assets", "stylesheets", "bootstrap_variables.css.scss"))
|
15
15
|
end
|
16
|
+
|
17
|
+
def copy_high_voltage_config
|
18
|
+
copy_file("config/initializers/high_voltage.rb", Rails.root.join("config", "initializers", "high_voltage.rb"))
|
19
|
+
end
|
16
20
|
end
|
17
21
|
end
|
data/lib/leather/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: leather
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -132,6 +132,7 @@ extra_rdoc_files: []
|
|
132
132
|
files:
|
133
133
|
- app/assets/stylesheets/bootstrap_variables.css.scss
|
134
134
|
- app/assets/stylesheets/devise.css.scss
|
135
|
+
- app/config/initializers/high_voltage.rb
|
135
136
|
- app/views/devise/passwords/edit.html.erb
|
136
137
|
- app/views/devise/passwords/new.html.erb
|
137
138
|
- app/views/devise/registrations/new.html.erb
|
@@ -139,6 +140,7 @@ files:
|
|
139
140
|
- app/views/devise/shared/_links.html.erb
|
140
141
|
- app/views/devise/shared/_welcome.html.erb
|
141
142
|
- app/views/pages/_table.html.erb
|
143
|
+
- app/views/pages/home.html.erb
|
142
144
|
- app/views/pages/ui_kit.html.erb
|
143
145
|
- lib/generators/leather/install/install_generator.rb
|
144
146
|
- lib/leather/version.rb
|
@@ -161,7 +163,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
161
163
|
version: '0'
|
162
164
|
segments:
|
163
165
|
- 0
|
164
|
-
hash:
|
166
|
+
hash: -4599538542141722860
|
165
167
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
166
168
|
none: false
|
167
169
|
requirements:
|
@@ -170,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
170
172
|
version: '0'
|
171
173
|
segments:
|
172
174
|
- 0
|
173
|
-
hash:
|
175
|
+
hash: -4599538542141722860
|
174
176
|
requirements: []
|
175
177
|
rubyforge_project:
|
176
178
|
rubygems_version: 1.8.24
|