catarse_full 0.0.4 → 0.0.5

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: 2dcc9d356de56de28d3a5bf5fd22ecc26e2ecb4a
4
- data.tar.gz: c96a716524cb0b46351f7f5262c9606ecc182b11
3
+ metadata.gz: f3be410ae3e596697d967b08ce5a2ff9c93d7adb
4
+ data.tar.gz: c076288d9f1868ac3dee6ebb7966fbb2f26d87f0
5
5
  SHA512:
6
- metadata.gz: 53e7f8d2db36e6fa4df0a507960c8c749ea5e0cd47f1b41c047b6ef77b6b0b0f08f49060954db8bdbec34f799e0f5cbb85e0df45263229304ce4f3cf37009b70
7
- data.tar.gz: cdf779f4d9bb9f3398458743e71879de585b6d4a21709cf4cfe544e0ae559222e025e17a7f06ad5d2af27c4e835e15826ad350027ac8f0842de1a0bf8da0b3c7
6
+ metadata.gz: 66e487b1cb279453d100c26149a4a9b9d6dcff6642dd3a31e4bf8699d00f78927c612b9b7c542e77cb356eba1d0006caca4eb5c9534b4e70c3c84f51fe0d4751
7
+ data.tar.gz: 43fd3c1cf7e0a17b8b81b9084a45723f86cbc41ee9ad8cf4991414511ab9b97fad8cee8b0dd22f3340c64c873622ad1a4e742d1b2cd4fa17dc9a62d2fc1bf192
@@ -44,4 +44,4 @@ $images_path: "/assets/catarse/"
44
44
  @import resources/channels/profile
45
45
  @import resources/channels/about
46
46
 
47
- @import ./jquery-ui
47
+ @import jquery-ui
@@ -1,19 +1,21 @@
1
- @import colors
2
-
3
- @import flash
4
- @import locales
5
- @import overlay
6
-
7
- @import projects
8
- @import projects_land
9
- @import embed
10
- @import tabs
11
- @import table
12
- @import alert
13
- @import form
14
- @import dropdown
15
- @import modal
16
- @import bootstrap
1
+ // TODO: can we get relative imports working?
2
+
3
+ @import miv/colors
4
+
5
+ @import miv/flash
6
+ @import miv/locales
7
+ @import miv/overlay
8
+
9
+ @import miv/projects
10
+ @import miv/projects_land
11
+ @import miv/embed
12
+ @import miv/tabs
13
+ @import miv/table
14
+ @import miv/alert
15
+ @import miv/form
16
+ @import miv/dropdown
17
+ @import miv/modal
18
+ @import miv/bootstrap
17
19
 
18
20
  .facebook_start
19
21
  margin-bottom: 40px !important
@@ -34,7 +36,7 @@
34
36
  +box-shadow(rgba(black,0.75) 0px 0px 5px inset !important)
35
37
  &:active
36
38
  +box-shadow(rgba(black, 1) 0px 0px 15px inset !important)
37
-
39
+
38
40
  #announcement
39
41
  display: block
40
42
  padding: 10px
@@ -1,3 +1,3 @@
1
1
  module CatarseFull
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catarse_full
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marnen Laibow-Koser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-14 00:00:00.000000000 Z
11
+ date: 2014-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails