vivus 1.0.9 → 1.0.10

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: 0b09e5c70b0d9dd24dccf5292468e4a6350616b4
4
- data.tar.gz: 0884aa0edff4481e0ebd51de6ff154e74d1ae49c
3
+ metadata.gz: 517ec7749329f2ff775af6291697e3ad1d118bf0
4
+ data.tar.gz: 5393d6a4dd3e2c9ab8fcc7c450be2e3b7b5d4a8e
5
5
  SHA512:
6
- metadata.gz: 348c6b4c6051caab33c4156e1db01d63a50d62913600cef8320ebb785f79b56981025720d808521337c034ed9722758edd8011d06073e9fb4b5d2769423479e6
7
- data.tar.gz: 2c11534c78a748c2c172988726e2cd6bdd68e606d0c41d4e730485258b0968a98eac96099baf687289c2d8c25f5184fa87f88f7f30cb84782ea35a941f2f7c6e
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].body)}
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
@@ -1,3 +1,3 @@
1
1
  module Vivus
2
- VERSION = "1.0.9"
2
+ VERSION = "1.0.10"
3
3
  end
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.9
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: 2014-09-04 00:00:00.000000000 Z
11
+ date: 2015-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails