cupboard 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/cupboard.scss +10 -0
- data/lib/cupboard/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06920d8613610b7b25eb5a730acb946fd62db265
|
4
|
+
data.tar.gz: 024c0557095ee29df234f3186bc69c9b6f979e9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f45df5677bdb30d1f3bd948031c462ec8654c84c2fc3717a5f226fd8013a46b402573ac45a7d5dd6c6b8a34654fd4bd41eba5f9249e13f2f5e616445de78bbe
|
7
|
+
data.tar.gz: ec952b27dfb6c61d25ad011f4eb0e660884249a52a07d29ada26a9ddc9fa60b287d5170a5615c6d8c1b4ec8d8c78a504473f10d8fb42206832437cb719c83a6b
|
data/lib/cupboard/version.rb
CHANGED
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.
|
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-
|
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
|