From d10ba9cf48b2933c9733ae5f211d358705a65b6e Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Wed, 21 Aug 2019 14:14:31 +0200 Subject: [PATCH] Update supporting files --- .jazzy.yaml | 2 +- .swiftlint.yml | 14 -------------- README.md | 4 ++-- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index dd22c33..5d0a98f 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -5,7 +5,7 @@ github_url: "https://github.com/fireblade-engine/ecs" hide_documentation_coverage: false min_acl: "public" module: "FirebladeECS" -module_version: 0.4.2 +module_version: 0.9.0 output: "docs" readme: "README.md" skip_undocumented: false diff --git a/.swiftlint.yml b/.swiftlint.yml index 36c9a4e..223ef8f 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -11,18 +11,6 @@ line_length: 220 number_separator: minimum_length: 5 opt_in_rules: - #- anyobject_protocol - #- explicit_acl - #- explicit_enum_raw_value - #- explicit_type_interface - #- file_header - #- file_name - #- missing_docs - #- multiline_arguments_brackets - #- multiline_literal_brackets - #- multiline_parameters_brackets - #- no_extension_access_modifier - #- no_grouping_extension - array_init - attributes - closure_body_length @@ -41,7 +29,6 @@ opt_in_rules: - empty_xctest_method - explicit_init - explicit_self - #- explicit_top_level_acl - extension_access_modifier - fallthrough - fatal_error_message @@ -90,7 +77,6 @@ opt_in_rules: - unneeded_parentheses_in_closure_argument - untyped_error_in_catch - unused_import - #- unused_private_declaration - vertical_parameter_alignment_on_call - vertical_whitespace_between_cases - vertical_whitespace_closing_braces diff --git a/README.md b/README.md index ebe0221..b59e88f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fireblade ECS (Entity-Component-System) [![Build Status](https://travis-ci.com/fireblade-engine/ecs.svg?branch=master)](https://travis-ci.com/fireblade-engine/ecs) -[![version 0.8.0](https://img.shields.io/badge/version-0.8.0-brightgreen.svg)](releases/tag/v0.8.0) +[![version 0.9.0](https://img.shields.io/badge/version-0.9.0-brightgreen.svg)](releases/tag/v0.9.0) [![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) [![swift version](https://img.shields.io/badge/swift-5.0-brightgreen.svg)](#) [![platforms](https://img.shields.io/badge/platforms-%20macOS%20|%20iOS%20|%20tvOS%20|%20watchOS%20|%20linux%20-brightgreen.svg)](#) @@ -33,7 +33,7 @@ import PackageDescription let package = Package( name: "YourPackageName", dependencies: [ - .package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.8.0") + .package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.9.0") ], targets: [ .target(