leather 3.3.3.3 → 3.3.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (20) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/{docs.css.scss → docs.scss} +0 -0
  3. data/app/assets/stylesheets/{leather.css.scss → leather.scss} +2 -6
  4. data/app/assets/stylesheets/leather/{_buttons.css.scss → _buttons.scss} +0 -0
  5. data/app/assets/stylesheets/leather/{_devise.css.scss → _devise.scss} +0 -0
  6. data/app/assets/stylesheets/leather/{_grid.css.scss → _grid.scss} +0 -0
  7. data/app/assets/stylesheets/leather/{_list_groups.css.scss → _list_groups.scss} +0 -0
  8. data/app/assets/stylesheets/leather/{_nav_menus.css.scss → _nav_menus.scss} +0 -0
  9. data/app/assets/stylesheets/leather/{_off_canvas.css.scss → _off_canvas.scss} +0 -0
  10. data/app/assets/stylesheets/leather/{_scroll_panels.css.scss → _scroll_panels.scss} +0 -0
  11. data/app/assets/stylesheets/leather/{_toggle_columns.css.scss → _toggle_columns.scss} +0 -0
  12. data/app/assets/stylesheets/leather/{_typography.css.scss → _typography.scss} +0 -0
  13. data/app/assets/stylesheets/leather/{_utilities.css.scss → _utilities.scss} +0 -0
  14. data/app/assets/stylesheets/leather/{_variables.css.scss → _variables.scss} +0 -0
  15. data/app/assets/stylesheets/leather/components/{_cta.css.scss → _cta.scss} +0 -0
  16. data/app/assets/stylesheets/leather/components/{_features.css.scss → _features.scss} +0 -0
  17. data/app/assets/stylesheets/leather/components/{_flex_boxes.css.scss → _flex_boxes.scss} +0 -0
  18. data/app/assets/stylesheets/leather/components/{_image_block.css.scss → _image_block.scss} +0 -0
  19. data/lib/leather/version.rb +1 -1
  20. metadata +19 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7fbaae0202ff6452fcdb697d4905c08e065440a6
4
- data.tar.gz: ea7adf56f9038e67c89d9e1be542817db416b1db
3
+ metadata.gz: 5dba806d23e38cf3fa1af0e5bc5121ae10de0258
4
+ data.tar.gz: 9bb35fd249ddf1b9a8a5d0f0b2dbbda99e0e495d
5
5
  SHA512:
6
- metadata.gz: fca04add74d8dd65a7282b9134ed13f66c96f79f917879f0dc85d02bc6f507ebd562713884fe008429ace0daf65fcaf240f8e899f55a29ae64c9d6f003b5b25d
7
- data.tar.gz: ac7a979742dbc1a61c1669496d1319149551b71bb147f8b2682d35c72684aa499cfabf3a153e41e1440ffb60798055b721f70328927cdcae15f6a0084224b404
6
+ metadata.gz: 5cd5e60659ef9c5fb9c02ff0533c9addb804bb04d86576fafd5484d642b36078059e4ed29a4781e968291bac4a582d4a4be76bc41e079847a9f6ac5e38512d1f
7
+ data.tar.gz: 833ef9822420ad355eccbde1a7ca9581c6ba7d863f458cb3ab5d953944890e9827309fbb123063f317a8013a6d44afb431f1588df5d663c01e33f322506623c7
@@ -1,4 +1,4 @@
1
- @import "leather/variables.css.scss";
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";
@@ -1,3 +1,3 @@
1
1
  module Leather
2
- VERSION = "3.3.3.3"
2
+ VERSION = "3.3.3.4"
3
3
  end
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.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-03-03 00:00:00.000000000 Z
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.css.scss
153
- - app/assets/stylesheets/leather.css.scss
154
- - app/assets/stylesheets/leather/_buttons.css.scss
155
- - app/assets/stylesheets/leather/_devise.css.scss
156
- - app/assets/stylesheets/leather/_grid.css.scss
157
- - app/assets/stylesheets/leather/_list_groups.css.scss
158
- - app/assets/stylesheets/leather/_nav_menus.css.scss
159
- - app/assets/stylesheets/leather/_off_canvas.css.scss
160
- - app/assets/stylesheets/leather/_scroll_panels.css.scss
161
- - app/assets/stylesheets/leather/_toggle_columns.css.scss
162
- - app/assets/stylesheets/leather/_typography.css.scss
163
- - app/assets/stylesheets/leather/_utilities.css.scss
164
- - app/assets/stylesheets/leather/_variables.css.scss
165
- - app/assets/stylesheets/leather/components/_cta.css.scss
166
- - app/assets/stylesheets/leather/components/_features.css.scss
167
- - app/assets/stylesheets/leather/components/_flex_boxes.css.scss
168
- - app/assets/stylesheets/leather/components/_image_block.css.scss
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