lando 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 56ac3b15c25926fdacef3b91776d8d490b05de94
4
- data.tar.gz: 4124289c432f6f594c988ad11f1e4054c266632c
3
+ metadata.gz: e615022a8d88f7b326edb213fc88547221d1cda7
4
+ data.tar.gz: bce2ac81139c54279dda265a9178e511aa0fe3d4
5
5
  SHA512:
6
- metadata.gz: 586a1ddaea67fcf173e7fbe4ab0fa1e29698da9d4c9bf72491af8d6fcfd2faa46e3aeebcc82f79eb43b7347d014f30bb2f0a0069475bde96c90fc441b2bfa61a
7
- data.tar.gz: 59ce60333333a2f3f0f766f0a8f71c3758d012348758e296b0b2d5cf1b810a773b4cdb8a3863cf9b593620d4c84556addf6f503beb3e07bd9aadff827c78bb8f
6
+ metadata.gz: 1838ea10b9bb3fb379e849b5b9fac925ad726f5a40d32faa8967283cfc37f4ac0dfa9afe94e60e30ceb5db4d9b0b365fd81dc122ad52be1ee8cd4ae3ce9902a8
7
+ data.tar.gz: 57e1a44c072eae99d14c5be74eb072f82631d05b95fd4f10a4769c425a291df60dbecb0e963a85b69c000bbbc3280709b24036259608e2ab2e90017d30fd2466
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lando (0.2.0)
4
+ lando (0.2.1)
5
5
  colorize (~> 0.7.7)
6
6
  slop (~> 4.2.0)
7
7
 
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.0 ruby lib
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.0"
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
@@ -2,7 +2,7 @@ module Lando
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- PATCH = 0
5
+ PATCH = 1
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7
7
  end
8
8
  end
@@ -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="/stylesheets/all.css" rel="stylesheet" type="text/css" />
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>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lando
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jānis Kiršteins