vivus 1.0.9 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 517ec7749329f2ff775af6291697e3ad1d118bf0
|
4
|
+
data.tar.gz: 5393d6a4dd3e2c9ab8fcc7c450be2e3b7b5d4a8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77602f04ed8aaf678d732c4d3a0205ef4442e030d19f5c7c49c0e6ae74f5429cdd105927b86853794cc44b09c0d4dcd007735af52df3013e0266db249dd73a40
|
7
|
+
data.tar.gz: 536a573f4cbb72f458ab44dde8863824cc105ab6d4588a7b1c28475bd7640956564c1b5ca23d929f395307be46f7702d8827ae6536460ddeb4a242d8998f1b11
|
@@ -38,10 +38,10 @@ li.vivus-component {
|
|
38
38
|
@include clearfix;
|
39
39
|
margin: 0 0 40px 0;
|
40
40
|
padding: 10px 0;
|
41
|
-
font-size: 15px;
|
42
41
|
border-bottom: 1px solid #eee;
|
43
42
|
|
44
43
|
.vivus-title {
|
44
|
+
font-size: 15px;
|
45
45
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
46
46
|
font-weight: 300;
|
47
47
|
padding-bottom: 10px;
|
@@ -18,7 +18,7 @@ class Vivus::StylesController < Vivus::ApplicationController
|
|
18
18
|
@css_paths += Rails.application.config.assets.precompile.select do |item|
|
19
19
|
item.is_a?(String) && item[-4,4] == ".css"
|
20
20
|
end
|
21
|
-
stylesheets = @css_paths.map{|file_path| Stylesheet.new(file_path: file_path, css: sprockets[file_path].
|
21
|
+
stylesheets = @css_paths.map{|file_path| Stylesheet.new(file_path: file_path, css: sprockets[file_path].source)}
|
22
22
|
|
23
23
|
styleguide = Styleguide.new(stylesheets: stylesheets)
|
24
24
|
@stylesheets = styleguide.generate
|
data/lib/vivus/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vivus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Cipolla
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|