rails_email_preview 1.0.1 → 1.0.2

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: a9c4c8ac537b524b4a53466fecd5f9c549283e48
4
- data.tar.gz: 5cfcd565ccd05776285f49bdd124a72b80163d7a
3
+ metadata.gz: fb483eef3dca29f0660e456e2b5c4e327def3394
4
+ data.tar.gz: 85c05ec8ffdb336744078bfe7f10be0f32ef6061
5
5
  SHA512:
6
- metadata.gz: 2a1cf0a14e907fb7dd974bd4de20f104df50a5656b6c4845f982fa1a45e38dd842f0e28c3b4a546f5ae3711fc85ef4306f78b48c7addc0c897197caf2ecfffbf
7
- data.tar.gz: 381f880a57c8fac960acb71cbfe1c4f0501afaeb32cab69835764652356a03b17062d3f2b71bc1e87cbace85ba403bc66b94bf6ae0fc35b633139a63bbff376a
6
+ metadata.gz: bde6d1ceea594ab03d87817db53116d75cf97daec3c24a0a5f6d6a9ee7aab0fc632031030877ae34c7ae95869368c107f712c714d4f6c9134d8291d01b7da51c
7
+ data.tar.gz: 06e69d00ce78b449a669423cc041ff108515fa2ed500f427f903c23101e19666b989b00d366ee6b8cd28216b19ea595c02933e6c918ac3173d6fe5173bcf5eb5
data/README.md CHANGED
@@ -17,7 +17,7 @@ REP comes with two themes: a simple standalone theme, and a theme that uses [Boo
17
17
  Add [![Gem Version][gem-badge]][gem] to Gemfile:
18
18
 
19
19
  ```ruby
20
- gem 'rails_email_preview', '~> 1.0.1'
20
+ gem 'rails_email_preview', '~> 1.0.2'
21
21
  ```
22
22
 
23
23
  Add an initializer and the routes:
@@ -12,7 +12,8 @@ $rep-grid-gutter: 30px !default
12
12
  $rep-grid-breakpoint-sm: 768px !default
13
13
  $rep-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif !default
14
14
  $rep-font-size-nav: 1.15em !default
15
- $rep-text-color-secondary: #263238
15
+ $rep-text-color: #575d6b !default
16
+ $rep-text-color-secondary: #263238 !default
16
17
 
17
18
  =rep--media-sm-plus
18
19
  @media (min-width: $rep-grid-breakpoint-sm)
@@ -44,8 +45,9 @@ $rep-text-color-secondary: #263238
44
45
  border-top: 1px solid $rep-gray-lighter
45
46
 
46
47
  .rep--main-container
47
- font-family: $rep-font-family
48
48
  box-sizing: border-box
49
+ color: $rep-text-color
50
+ font-family: $rep-font-family
49
51
  *, *::before, *::after
50
52
  box-sizing: inherit
51
53
  a
@@ -1,3 +1,3 @@
1
1
  module RailsEmailPreview
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_email_preview
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Mazovetskiy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-07 00:00:00.000000000 Z
11
+ date: 2016-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails