Skip to content

Commit

Permalink
Merge pull request #9 from Ether-CLI/develop
Browse files Browse the repository at this point in the history
Marked Manifest as Final
  • Loading branch information
calebkleveter authored May 4, 2018
2 parents 00205c3 + 266f68b commit 3dc2331
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.4.1] 2018-05-04

### Fixed
- Marked `Manifest` class as `final`.

## [0.4.0] 2018-05-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion Sources/Manifest/Manifest.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation

/// An interface for a package's manifest.
public class Manifest: Codable {
public final class Manifest: Codable {

/// The current environment that the `Manifest` is being used in.
public static var environment: Environment = .commandline
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Manifest.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<h1>Manifest</h1>
<div class="declaration">
<div class="language">
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<h1>Manifest</h1>
<div class="declaration">
<div class="language">
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">Manifest</span><span class="p">:</span> <span class="kt">Codable</span></code></pre>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"warnings": [
{
"file": "/Users/calebkleveter/Development/Ether-CLI/Manifest/Sources/Manifest/Providers/Providers.swift",
"line": 107,
"line": 108,
"symbol": "ProviderCodingKeys.type",
"symbol_kind": "source.lang.swift.decl.enumelement",
"warning": "undocumented"
},
{
"file": "/Users/calebkleveter/Development/Ether-CLI/Manifest/Sources/Manifest/Providers/Providers.swift",
"line": 108,
"line": 109,
"symbol": "ProviderCodingKeys.packages",
"symbol_kind": "source.lang.swift.decl.enumelement",
"warning": "undocumented"
Expand Down
Binary file modified docs/docsets/.tgz
Binary file not shown.

0 comments on commit 3dc2331

Please sign in to comment.