cupboard 0.2.2 → 0.2.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 345b00ab3083fefc6abd457f61b407fd50da2289
4
- data.tar.gz: 03009db3bc11bf72f699de5bc047ef9cacff8077
3
+ metadata.gz: 06920d8613610b7b25eb5a730acb946fd62db265
4
+ data.tar.gz: 024c0557095ee29df234f3186bc69c9b6f979e9d
5
5
  SHA512:
6
- metadata.gz: 4d25484ce60145b0c652e84a54785e2646ae908cd54b8c93edaf9cc0587636139a8c6b2fca8538566700d90e18eda29af60431f6af5760f651c776cc5125fad6
7
- data.tar.gz: c57d1223da17ed06b37cb36babb51fd15e588c30034d8fcee0d7931e87d54d6bf69bbf3b781b31b243c8e0a802b5c5d0c1feecaa098b676b2818cbefce14b080
6
+ metadata.gz: 1f45df5677bdb30d1f3bd948031c462ec8654c84c2fc3717a5f226fd8013a46b402573ac45a7d5dd6c6b8a34654fd4bd41eba5f9249e13f2f5e616445de78bbe
7
+ data.tar.gz: ec952b27dfb6c61d25ad011f4eb0e660884249a52a07d29ada26a9ddc9fa60b287d5170a5615c6d8c1b4ec8d8c78a504473f10d8fb42206832437cb719c83a6b
@@ -0,0 +1,10 @@
1
+ // --------------------------------
2
+ // iCook UI kit - Cupboard
3
+ // --------------------------------
4
+ @import
5
+ "helpers",
6
+ "base",
7
+ "components",
8
+ "layouts",
9
+ "vendors";
10
+
@@ -1,3 +1,3 @@
1
1
  module Cupboard
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cupboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stan Lo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-08 00:00:00.000000000 Z
11
+ date: 2016-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -251,6 +251,7 @@ files:
251
251
  - app/assets/stylesheets/components/sidebars/_tv-popular-tags.scss
252
252
  - app/assets/stylesheets/components/users/_fav-list.scss
253
253
  - app/assets/stylesheets/components/users/_user-stats.scss
254
+ - app/assets/stylesheets/cupboard.scss
254
255
  - app/assets/stylesheets/helpers/_mixin-alert.scss
255
256
  - app/assets/stylesheets/helpers/_mixin-animation.scss
256
257
  - app/assets/stylesheets/helpers/_mixin-badge.scss