fustrate-rails 0.4.0 → 0.4.1

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: df054189ffa1878cc1b2315846a917e969a48c5b
4
- data.tar.gz: 2f958a0fa3e5e527a30e4550ca5263b7ba19c722
3
+ metadata.gz: 75f3e16d4415d2f05ab4f21f67359a8963e49ffe
4
+ data.tar.gz: ff2d47763cf43d7259269ceeb79ff8831e2abbbf
5
5
  SHA512:
6
- metadata.gz: 2277809e67752f86598ae25edf26f0fc57158cc9a05d9d8fb12f65d1d2f1fab32b8e0476fd23840eae8396a9e986231228550437b4ac7d109f4e9872535fa3e9
7
- data.tar.gz: 5262aaf6879f964a5f508105680921f4f273cf3838685225a5331509901c923136de021b35d3ea550cdbf23be82abb3d3f05bf1c3e3743b134ae9d4514202778
6
+ metadata.gz: 68ced5f9d51d6cf972c81ce3b16e1fd5021fac7ae30a64b7df2b40e104431cc7edbaab19e2ab6a119bdc6c726c075444dc1e5e0425b734bf171641a12e9abd1d
7
+ data.tar.gz: d242938ab2900d2f0889fe5f640c7c65572f6410400165fca2a1b0762096f9d4a368d70de0c8ff20091e862a2fe8691bd2c4f359410bb03b11011b16602f76cc
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module Fustrate
3
3
  module Rails
4
- VERSION = '0.4.0'.freeze
4
+ VERSION = '0.4.1'.freeze
5
5
  end
6
6
  end
@@ -3,7 +3,7 @@
3
3
  #= require_tree .
4
4
 
5
5
  class window.Fustrate
6
- @VERSION: '0.4.0'
6
+ @VERSION: '0.4.1'
7
7
  @libs: {}
8
8
 
9
9
  constructor: ->
@@ -237,7 +237,7 @@ $print-border-color: #999 !default
237
237
 
238
238
  abbr,
239
239
  acronym
240
- border-bottom: 1px dotted scale-color($text-color, $lightness: 85%)
240
+ border-bottom: 1px dotted scale-color($font-color, $lightness: 85%)
241
241
  color: $font-color
242
242
  cursor: help
243
243
  font-size: 90%
@@ -247,7 +247,7 @@ $print-border-color: #999 !default
247
247
  text-transform: none
248
248
 
249
249
  blockquote
250
- border-left: 1px solid scale-color($text-color, $lightness: 85%)
250
+ border-left: 1px solid scale-color($font-color, $lightness: 85%)
251
251
  margin: 0 0 rem-calc(20)
252
252
  padding: rem-calc(9 20 9 19)
253
253
 
@@ -260,7 +260,7 @@ $print-border-color: #999 !default
260
260
 
261
261
  &,
262
262
  & p
263
- color: scale-color($text-color, $lightness: 35%)
263
+ color: scale-color($font-color, $lightness: 35%)
264
264
  line-height: 1.6
265
265
 
266
266
  iframe
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fustrate-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Hoffman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-24 00:00:00.000000000 Z
11
+ date: 2017-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coffee-script