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 +4 -4
- data/lib/wunderfront.rb +2 -2
- data/stylesheets/wunderfront/components/_person.scss +1 -1
- data/templates/project/Gemfile.txt +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1d9c64031b2faf3fb42f158fdf8e3104f89f19f
|
4
|
+
data.tar.gz: 9479764ef1eca7d4c5e76a1eaf0f578a937c9e44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4bd2ae4b4a283131b45be1fa81c61bb06737b93aaa09702104122150f551a120ee240585008ee3a42cff2e9c353d10dfafcb3fd6b850014b64f0bed1523a941
|
7
|
+
data.tar.gz: 68de6d9ed7ffa6eb215a660bf3bdb9524a4ba73b6e9a9a156d49746fccccbda2acccd16f19688c06379202123fdfd2c63091c504cd2c604908539d7543a35720
|
data/lib/wunderfront.rb
CHANGED
@@ -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.
|
24
|
-
DATE = "2015-03-
|
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
|
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.
|
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-
|
11
|
+
date: 2015-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|