vivus 1.0.10 → 1.0.11

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: 517ec7749329f2ff775af6291697e3ad1d118bf0
4
- data.tar.gz: 5393d6a4dd3e2c9ab8fcc7c450be2e3b7b5d4a8e
3
+ metadata.gz: f585cec079ddcc98b40a82fc59a436da47b2f939
4
+ data.tar.gz: 4c7e08205570e04cfb948e3f0262bc068478296a
5
5
  SHA512:
6
- metadata.gz: 77602f04ed8aaf678d732c4d3a0205ef4442e030d19f5c7c49c0e6ae74f5429cdd105927b86853794cc44b09c0d4dcd007735af52df3013e0266db249dd73a40
7
- data.tar.gz: 536a573f4cbb72f458ab44dde8863824cc105ab6d4588a7b1c28475bd7640956564c1b5ca23d929f395307be46f7702d8827ae6536460ddeb4a242d8998f1b11
6
+ metadata.gz: 68987aa7400b9d8891e503f5e74920b2a8db1b80701b3a46dc20b80275f4dc984f236ce4f2fa75e316f84dc699489b7d2a8507f75be6a7a59ac076f179a14cca
7
+ data.tar.gz: b9ab85986b00a818fa6b464f7e10ab70e48e971639f597e35e5fb1746d3b7bbeae7e3bf17c1fd444cac87eb0ea1ca4be9046c1d899c328404a0e2e31de93b22c
@@ -14,8 +14,7 @@ class Vivus::StylesController < Vivus::ApplicationController
14
14
 
15
15
  sprockets = Rails.application.assets
16
16
 
17
- @css_paths = %w{application.css}
18
- @css_paths += Rails.application.config.assets.precompile.select do |item|
17
+ @css_paths = Rails.application.config.assets.precompile.select do |item|
19
18
  item.is_a?(String) && item[-4,4] == ".css"
20
19
  end
21
20
  stylesheets = @css_paths.map{|file_path| Stylesheet.new(file_path: file_path, css: sprockets[file_path].source)}
@@ -1,3 +1,3 @@
1
1
  module Vivus
2
- VERSION = "1.0.10"
2
+ VERSION = "1.0.11"
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.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Cipolla
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-27 00:00:00.000000000 Z
11
+ date: 2015-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails