lando 0.2.0 → 0.2.1
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/Gemfile.lock +1 -1
- data/lando.gemspec +2 -2
- data/lib/lando/version.rb +1 -1
- data/templates/coming-soon/example.html +7 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e615022a8d88f7b326edb213fc88547221d1cda7
|
|
4
|
+
data.tar.gz: bce2ac81139c54279dda265a9178e511aa0fe3d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1838ea10b9bb3fb379e849b5b9fac925ad726f5a40d32faa8967283cfc37f4ac0dfa9afe94e60e30ceb5db4d9b0b365fd81dc122ad52be1ee8cd4ae3ce9902a8
|
|
7
|
+
data.tar.gz: 57e1a44c072eae99d14c5be74eb072f82631d05b95fd4f10a4769c425a291df60dbecb0e963a85b69c000bbbc3280709b24036259608e2ab2e90017d30fd2466
|
data/Gemfile.lock
CHANGED
data/lando.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: lando 0.2.
|
|
5
|
+
# stub: lando 0.2.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "lando"
|
|
9
|
-
s.version = "0.2.
|
|
9
|
+
s.version = "0.2.1"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
data/lib/lando/version.rb
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Welcome to Middleman
|
|
8
8
|
</title>
|
|
9
|
-
<link href="stylesheets/normalize.css" rel="stylesheet" type="text/css" /><link href="
|
|
9
|
+
<link href="stylesheets/normalize.css" rel="stylesheet" type="text/css" /><link href="stylesheets/all.css" rel="stylesheet" type="text/css" />
|
|
10
10
|
<script src="javascripts/all.js" type="text/javascript"></script>
|
|
11
11
|
</head>
|
|
12
12
|
<body class='index'>
|
|
@@ -116,9 +116,14 @@
|
|
|
116
116
|
</section>
|
|
117
117
|
<footer>
|
|
118
118
|
<p>
|
|
119
|
-
helped out by ♥
|
|
119
|
+
Page helped out by ♥
|
|
120
120
|
<a href='http://github.com/montadigital.com/lando'>lando</a>
|
|
121
121
|
</p>
|
|
122
|
+
<p>
|
|
123
|
+
Hero image
|
|
124
|
+
<a href='https://www.flickr.com/photos/rinoperoni/15355393077/'>Landscape</a>
|
|
125
|
+
(© 2014 Rino Peroni. Image has been licensed under CC BY-SA 2.0)
|
|
126
|
+
</p>
|
|
122
127
|
</footer>
|
|
123
128
|
</div>
|
|
124
129
|
<style>
|