Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit c77f9ef

Browse files
committed
metadata update
1 parent ad56ac4 commit c77f9ef

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 Qutheory, LLC
3+
Copyright (c) 2018 Qutheory, LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ let package = Package(
77
.library(name: "Validation", targets: ["Validation"]),
88
],
99
dependencies: [
10-
// Core extensions, type-aliases, and functions that facilitate common tasks.
11-
.package(url: "https://github.com/vapor/core.git", "3.0.0-beta.2"..<"3.0.0-beta.3"),
10+
// 🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
11+
.package(url: "https://github.com/vapor/core.git", from: "3.0.0-rc"),
1212
],
1313
targets: [
1414
// Validation

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center">
2-
<img src="https://cloud.githubusercontent.com/assets/1977704/25427066/9f87e6a4-2a71-11e7-8f51-30bb76181abc.png" width="320" alt="Validation">
2+
<img src="https://user-images.githubusercontent.com/1342803/36580387-fe32b6ea-1835-11e8-8c47-9001d011ec71.png" height="64" alt="Validation">
33
<br>
44
<br>
5-
<a href="https://docs.vapor.codes/2.0/validation/overview/">
5+
<a href="https://docs.vapor.codes/3.0/">
66
<img src="http://img.shields.io/badge/read_the-docs-92A8D1.svg" alt="Documentation">
77
</a>
88
<a href="http://vapor.team">
@@ -15,6 +15,6 @@
1515
<img src="https://circleci.com/gh/vapor/validation.svg?style=shield" alt="Continuous Integration">
1616
</a>
1717
<a href="https://swift.org">
18-
<img src="http://img.shields.io/badge/swift-3.1-brightgreen.svg" alt="Swift 3.1">
18+
<img src="http://img.shields.io/badge/swift-4.1-brightgreen.svg" alt="Swift 4.1">
1919
</a>
2020
</p>

circle.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
- image: norionomura/swift:swift-4.1-branch
1414
steps:
1515
- checkout
16-
- run: apt-get update
17-
- run: apt-get install -yq libssl-dev
1816
- run: swift build
1917
- run: swift test
18+
- run: swift build -c release
2019
workflows:
2120
version: 2
2221
tests:

0 commit comments

Comments
 (0)