mirror of
https://github.com/toptal/gitignore.io.git
synced 2021-05-12 18:32:24 +03:00
Updated to swift 3.1 (#328)
* Updated to swift 3.1 * Update travis script to 3.1
This commit is contained in:
@@ -1 +1 @@
|
||||
3.0.2
|
||||
3.1
|
||||
|
||||
@@ -9,7 +9,7 @@ branches:
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
- eval "$(curl -sL https://swift.vapor.sh/ci)"
|
||||
- eval "$(curl -sL https://swift.vapor.sh/ci-3.1)"
|
||||
- eval "$(curl -sL https://swift.vapor.sh/codecov)"
|
||||
notifications:
|
||||
email:
|
||||
|
||||
114
Package.pins
Normal file
114
Package.pins
Normal file
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"autoPin": true,
|
||||
"pins": [
|
||||
{
|
||||
"package": "CLibreSSL",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/clibressl.git",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"package": "Console",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/console.git",
|
||||
"version": "1.0.2"
|
||||
},
|
||||
{
|
||||
"package": "Core",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/core.git",
|
||||
"version": "1.1.1"
|
||||
},
|
||||
{
|
||||
"package": "Crypto",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/crypto.git",
|
||||
"version": "1.1.0"
|
||||
},
|
||||
{
|
||||
"package": "Engine",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/engine.git",
|
||||
"version": "1.3.12"
|
||||
},
|
||||
{
|
||||
"package": "Fluent",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/fluent.git",
|
||||
"version": "1.4.1"
|
||||
},
|
||||
{
|
||||
"package": "JSON",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/json.git",
|
||||
"version": "1.0.6"
|
||||
},
|
||||
{
|
||||
"package": "Jay",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/DanToml/Jay.git",
|
||||
"version": "1.0.1"
|
||||
},
|
||||
{
|
||||
"package": "Leaf",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/leaf.git",
|
||||
"version": "1.0.6"
|
||||
},
|
||||
{
|
||||
"package": "Multipart",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/multipart.git",
|
||||
"version": "1.0.2"
|
||||
},
|
||||
{
|
||||
"package": "Node",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/node.git",
|
||||
"version": "1.0.1"
|
||||
},
|
||||
{
|
||||
"package": "PathIndexable",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/path-indexable.git",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"package": "Polymorphic",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/polymorphic.git",
|
||||
"version": "1.0.1"
|
||||
},
|
||||
{
|
||||
"package": "Routing",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/routing.git",
|
||||
"version": "1.1.0"
|
||||
},
|
||||
{
|
||||
"package": "Socks",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/socks.git",
|
||||
"version": "1.2.7"
|
||||
},
|
||||
{
|
||||
"package": "TLS",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/tls.git",
|
||||
"version": "1.1.2"
|
||||
},
|
||||
{
|
||||
"package": "Turnstile",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/stormpath/Turnstile.git",
|
||||
"version": "1.0.6"
|
||||
},
|
||||
{
|
||||
"package": "Vapor",
|
||||
"reason": null,
|
||||
"repositoryURL": "https://github.com/vapor/vapor.git",
|
||||
"version": "1.5.13"
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
<strong>Create useful .gitignore files for your project</strong>
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://swift.org"><img src="https://img.shields.io/badge/Swift-3.0.2-orange.svg"/></a>
|
||||
<a href="https://swift.org"><img src="https://img.shields.io/badge/Swift-3.1-orange.svg"/></a>
|
||||
<a href="https://travis-ci.org/joeblau/gitignore.io"><img src="https://img.shields.io/travis/joeblau/gitignore.io.svg" alt="Travis"></a>
|
||||
<a href="https://codecov.io/gh/joeblau/gitignore.io"><img src="https://img.shields.io/codecov/c/github/joeblau/gitignore.io.svg" alt="Codecov"></a>
|
||||
<a href="https://codebeat.co/projects/github-com-joeblau-gitignore-io"><img src="https://codebeat.co/badges/466223cd-3a95-40a9-80e4-09690915ae93" alt="codebeat badge"></a>
|
||||
|
||||
Reference in New Issue
Block a user