wunderfront 0.0.5 → 0.0.6

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: 715ac3efae7aacf4ac2e620d82c316fc03e4b5c6
4
- data.tar.gz: 76c49262133ae4fc6f4b1822dca773e739236147
3
+ metadata.gz: d1d9c64031b2faf3fb42f158fdf8e3104f89f19f
4
+ data.tar.gz: 9479764ef1eca7d4c5e76a1eaf0f578a937c9e44
5
5
  SHA512:
6
- metadata.gz: 58e5cfaf793595f89b31b77058553b8751f2d924c88272d831a1595f4bc4cd9b87d8e5e6adf563b89e07891a0964bf7045a204796fdd66b26e269b33bdb74003
7
- data.tar.gz: 3292f99a72d353dd9326262913629a11ea9dc27ee433c95074e9a7791ab68099c4079faffe4e4c41aba8125d5b5e31c978baba153491eb0868b50fc4317d4ce9
6
+ metadata.gz: a4bd2ae4b4a283131b45be1fa81c61bb06737b93aaa09702104122150f551a120ee240585008ee3a42cff2e9c353d10dfafcb3fd6b850014b64f0bed1523a941
7
+ data.tar.gz: 68de6d9ed7ffa6eb215a660bf3bdb9524a4ba73b6e9a9a156d49746fccccbda2acccd16f19688c06379202123fdfd2c63091c504cd2c604908539d7543a35720
@@ -20,8 +20,8 @@ Compass::Frameworks.register('wunderfront', :stylesheets_directory => stylesheet
20
20
  # a prerelease version
21
21
  # Date is in the form of YYYY-MM-DD
22
22
  module Wunderfront
23
- VERSION = "0.0.5"
24
- DATE = "2015-03-25"
23
+ VERSION = "0.0.6"
24
+ DATE = "2015-03-26"
25
25
  end
26
26
 
27
27
  # This is where any custom SassScript should be placed. The functions will be
@@ -24,7 +24,7 @@ $breakpoint-large: 768px;
24
24
  }
25
25
  @mixin wk-person--page__secondary {
26
26
  @media (min-width: $breakpoint-large) {
27
- width: 33%;
27
+ width: 30%;
28
28
  float: right;
29
29
  }
30
30
  }
@@ -3,4 +3,4 @@ source 'https://rubygems.org'
3
3
  gem 'sass', '>=3.2.3'
4
4
  gem 'compass', '>=0.12.1'
5
5
 
6
- gem 'WunderFront', '~>0.0.5'
6
+ gem 'WunderFront', '~>0.0.6'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wunderfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lewis Nyman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-25 00:00:00.000000000 Z
11
+ date: 2015-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass