leather 3.3.3.3 → 3.3.3.4
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/app/assets/stylesheets/{docs.css.scss → docs.scss} +0 -0
- data/app/assets/stylesheets/{leather.css.scss → leather.scss} +2 -6
- data/app/assets/stylesheets/leather/{_buttons.css.scss → _buttons.scss} +0 -0
- data/app/assets/stylesheets/leather/{_devise.css.scss → _devise.scss} +0 -0
- data/app/assets/stylesheets/leather/{_grid.css.scss → _grid.scss} +0 -0
- data/app/assets/stylesheets/leather/{_list_groups.css.scss → _list_groups.scss} +0 -0
- data/app/assets/stylesheets/leather/{_nav_menus.css.scss → _nav_menus.scss} +0 -0
- data/app/assets/stylesheets/leather/{_off_canvas.css.scss → _off_canvas.scss} +0 -0
- data/app/assets/stylesheets/leather/{_scroll_panels.css.scss → _scroll_panels.scss} +0 -0
- data/app/assets/stylesheets/leather/{_toggle_columns.css.scss → _toggle_columns.scss} +0 -0
- data/app/assets/stylesheets/leather/{_typography.css.scss → _typography.scss} +0 -0
- data/app/assets/stylesheets/leather/{_utilities.css.scss → _utilities.scss} +0 -0
- data/app/assets/stylesheets/leather/{_variables.css.scss → _variables.scss} +0 -0
- data/app/assets/stylesheets/leather/components/{_cta.css.scss → _cta.scss} +0 -0
- data/app/assets/stylesheets/leather/components/{_features.css.scss → _features.scss} +0 -0
- data/app/assets/stylesheets/leather/components/{_flex_boxes.css.scss → _flex_boxes.scss} +0 -0
- data/app/assets/stylesheets/leather/components/{_image_block.css.scss → _image_block.scss} +0 -0
- data/lib/leather/version.rb +1 -1
- metadata +19 -19
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5dba806d23e38cf3fa1af0e5bc5121ae10de0258
|
|
4
|
+
data.tar.gz: 9bb35fd249ddf1b9a8a5d0f0b2dbbda99e0e495d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5cd5e60659ef9c5fb9c02ff0533c9addb804bb04d86576fafd5484d642b36078059e4ed29a4781e968291bac4a582d4a4be76bc41e079847a9f6ac5e38512d1f
|
|
7
|
+
data.tar.gz: 833ef9822420ad355eccbde1a7ca9581c6ba7d863f458cb3ab5d953944890e9827309fbb123063f317a8013a6d44afb431f1588df5d663c01e33f322506623c7
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import "leather/variables
|
|
1
|
+
@import "leather/variables";
|
|
2
2
|
@import "leather/buttons";
|
|
3
3
|
@import "leather/devise";
|
|
4
4
|
@import "leather/grid";
|
|
@@ -15,8 +15,4 @@
|
|
|
15
15
|
@import "leather/components/flex_boxes";
|
|
16
16
|
@import "leather/components/image_block";
|
|
17
17
|
|
|
18
|
-
@import "docs";
|
|
19
|
-
|
|
20
|
-
html, body {
|
|
21
|
-
height: 100%;
|
|
22
|
-
}
|
|
18
|
+
@import "docs";
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/leather/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: leather
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.3.
|
|
4
|
+
version: 3.3.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Van Der Beek
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -149,23 +149,23 @@ files:
|
|
|
149
149
|
- app/assets/images/leather/phone.png
|
|
150
150
|
- app/assets/javascripts/leather.js
|
|
151
151
|
- app/assets/javascripts/leather/off_canvas.js.coffee
|
|
152
|
-
- app/assets/stylesheets/docs.
|
|
153
|
-
- app/assets/stylesheets/leather.
|
|
154
|
-
- app/assets/stylesheets/leather/_buttons.
|
|
155
|
-
- app/assets/stylesheets/leather/_devise.
|
|
156
|
-
- app/assets/stylesheets/leather/_grid.
|
|
157
|
-
- app/assets/stylesheets/leather/_list_groups.
|
|
158
|
-
- app/assets/stylesheets/leather/_nav_menus.
|
|
159
|
-
- app/assets/stylesheets/leather/_off_canvas.
|
|
160
|
-
- app/assets/stylesheets/leather/_scroll_panels.
|
|
161
|
-
- app/assets/stylesheets/leather/_toggle_columns.
|
|
162
|
-
- app/assets/stylesheets/leather/_typography.
|
|
163
|
-
- app/assets/stylesheets/leather/_utilities.
|
|
164
|
-
- app/assets/stylesheets/leather/_variables.
|
|
165
|
-
- app/assets/stylesheets/leather/components/_cta.
|
|
166
|
-
- app/assets/stylesheets/leather/components/_features.
|
|
167
|
-
- app/assets/stylesheets/leather/components/_flex_boxes.
|
|
168
|
-
- app/assets/stylesheets/leather/components/_image_block.
|
|
152
|
+
- app/assets/stylesheets/docs.scss
|
|
153
|
+
- app/assets/stylesheets/leather.scss
|
|
154
|
+
- app/assets/stylesheets/leather/_buttons.scss
|
|
155
|
+
- app/assets/stylesheets/leather/_devise.scss
|
|
156
|
+
- app/assets/stylesheets/leather/_grid.scss
|
|
157
|
+
- app/assets/stylesheets/leather/_list_groups.scss
|
|
158
|
+
- app/assets/stylesheets/leather/_nav_menus.scss
|
|
159
|
+
- app/assets/stylesheets/leather/_off_canvas.scss
|
|
160
|
+
- app/assets/stylesheets/leather/_scroll_panels.scss
|
|
161
|
+
- app/assets/stylesheets/leather/_toggle_columns.scss
|
|
162
|
+
- app/assets/stylesheets/leather/_typography.scss
|
|
163
|
+
- app/assets/stylesheets/leather/_utilities.scss
|
|
164
|
+
- app/assets/stylesheets/leather/_variables.scss
|
|
165
|
+
- app/assets/stylesheets/leather/components/_cta.scss
|
|
166
|
+
- app/assets/stylesheets/leather/components/_features.scss
|
|
167
|
+
- app/assets/stylesheets/leather/components/_flex_boxes.scss
|
|
168
|
+
- app/assets/stylesheets/leather/components/_image_block.scss
|
|
169
169
|
- app/controllers/leather/application_controller.rb
|
|
170
170
|
- app/controllers/leather/layouts_controller.rb
|
|
171
171
|
- app/helpers/leather/application_helper.rb
|