anecdote 0.0.20 → 0.0.21

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: a8109cbf4bbac15eb3edcdd77873c997e4cecc2c
4
- data.tar.gz: 1ed54993a9b64a727561d5a3992702baa39372d0
3
+ metadata.gz: b8baa3e30a80d2749b100e30777170803d7d5d62
4
+ data.tar.gz: 3868380a77ae24ce8b37a4a1a938461cc85083d8
5
5
  SHA512:
6
- metadata.gz: a15316551a38323524f1db1d27c8d059b7d7ad745eb89475c35bf5a14d8c2b10b1c5d3d5d4d3dd9e8873745529fa360b7df33d92ce0cfd9dc378a6aebaa4c8b4
7
- data.tar.gz: a5a7b53cc464b09c25549a37fa499fc126a65b7046ac328bd42e0223c7fe130da4ebc6071a9213372c6af908f83ec31bfc2cfe428c50b3ab7e8b5c214e6d11d1
6
+ metadata.gz: 07b910d2baeb9332888ac464af8ff56763067751d773b50b261dcf5ace28673b61fdd29196cddd1bafbc0fcd834ced767a028d120f11b0ab6872b0b8dbd77828
7
+ data.tar.gz: c2f201953456ba87e38305634afbd8f052447eb4f043d972b0705ccac33b882e7d3eb7efe2214f09d15afbe48c0ababa8a1d722e189f64405e3fb0c79c5448a0
@@ -320,6 +320,9 @@
320
320
  &.v-small {
321
321
  @include remify( margin-top margin-bottom, map-get($anecdote-spacing-an4a2q, small) );
322
322
  }
323
+ &.v-standard {
324
+ @include remify( margin-top margin-bottom, map-get($anecdote-spacing-an4a2q, standard) );
325
+ }
323
326
  &.v-big {
324
327
  @include remify( margin-top margin-bottom, map-get($anecdote-spacing-an4a2q, big) );
325
328
  }
@@ -1,3 +1,3 @@
1
1
  module Anecdote
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
data/lib/anecdote.rb CHANGED
@@ -168,6 +168,7 @@ module Anecdote
168
168
  klasses << case settings[:size]
169
169
  when 'tiny' then 'v-tiny'
170
170
  when 'small' then 'v-small'
171
+ when 'standard' then 'v-standard'
171
172
  when 'big' then 'v-big'
172
173
  when 'mega' then 'v-mega'
173
174
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anecdote
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Appleseed
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-08 00:00:00.000000000 Z
11
+ date: 2016-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails