Skip to content

Commit

Permalink
Bump to up 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Jun 20, 2020
1 parent a185cc1 commit af6911d
Show file tree
Hide file tree
Showing 29 changed files with 89 additions and 89 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.2)
activesupport (4.2.11.1)
activesupport (4.2.11.3)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
algoliasearch (1.27.2)
algoliasearch (1.27.3)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
claide (1.0.3)
cocoapods (1.9.1)
cocoapods (1.9.3)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.9.1)
cocoapods-core (= 1.9.3)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand All @@ -31,7 +31,7 @@ GEM
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.14.0, < 2.0)
cocoapods-core (1.9.1)
cocoapods-core (1.9.3)
activesupport (>= 4.0.2, < 6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
Expand All @@ -54,14 +54,14 @@ GEM
escape (0.0.4)
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.12.2)
ffi (1.13.1)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jazzy (0.13.3)
jazzy (0.13.4)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4
Expand All @@ -72,21 +72,21 @@ GEM
xcinvoke (~> 0.3.0)
json (2.3.0)
liferaft (0.0.6)
minitest (5.14.0)
minitest (5.14.1)
molinillo (0.6.6)
mustache (1.1.1)
nanaimo (0.2.6)
nap (1.1.0)
netrc (0.11.0)
open4 (1.3.4)
redcarpet (3.5.0)
rouge (3.18.0)
rouge (3.20.0)
ruby-macho (1.4.0)
sassc (2.3.0)
sassc (2.4.0)
ffi (~> 1.9)
sqlite3 (1.4.2)
thread_safe (0.3.6)
typhoeus (1.3.1)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
Expand All @@ -107,4 +107,4 @@ DEPENDENCIES
jazzy

BUNDLED WITH
2.1.4
2.1.2
2 changes: 1 addition & 1 deletion Logboard.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Logboard"
s.version = "2.1.2"
s.version = "2.1.3"
s.summary = "Simple Logging framework"

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

def import_pods
pod 'Logboard', '~> 2.1.2'
pod 'Logboard', '~> 2.1.3'
end

target 'Your Target' do
Expand All @@ -43,7 +43,7 @@ end
```
### Carthage
```
github "shogo4405/Logboard" ~> 2.1.2
github "shogo4405/Logboard" ~> 2.1.3
```

## Appenders
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Logboard 2.1.2 Docs</a> (3% documented)</p>
<p><a href="index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -218,8 +218,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-05-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/ConsoleAppender.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="ConsoleAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.1.2 Docs</a> (3% documented)</p>
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -165,8 +165,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-05-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/Logboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Logboard Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.1.2 Docs</a> (3% documented)</p>
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -600,8 +600,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-05-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/Logboard/Data.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Data Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">Logboard 2.1.2 Docs</a> (3% documented)</p>
<p><a href="../../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -327,8 +327,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-05-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/Logboard/Level.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Level Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">Logboard 2.1.2 Docs</a> (3% documented)</p>
<p><a href="../../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -272,8 +272,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-05-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/MultiAppender.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="MultiAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.1.2 Docs</a> (3% documented)</p>
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -192,8 +192,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-05-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/NullAppender.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="NullAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.1.2 Docs</a> (3% documented)</p>
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -165,8 +165,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-05-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/SocketAppender.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="SocketAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.1.2 Docs</a> (3% documented)</p>
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -219,8 +219,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-05-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Protocols.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Protocols Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Logboard 2.1.2 Docs</a> (3% documented)</p>
<p><a href="index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -106,8 +106,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-05-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Protocols/LogboardAppender.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="LogboardAppender Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.1.2 Docs</a> (3% documented)</p>
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -138,8 +138,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-05-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Logboard 2.1.2 Docs</a> (3% documented)</p>
<p><a href="index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -218,8 +218,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-05-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="ConsoleAppender Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.1.2 Docs</a> (3% documented)</p>
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -165,8 +165,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-05-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Logboard Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Logboard 2.1.2 Docs</a> (3% documented)</p>
<p><a href="../index.html">Logboard 2.1.3 Docs</a> (3% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -600,8 +600,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-05-03)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2020 <a class="link" href="https://github.com/shogo4405/Logboard" target="_blank" rel="external">shogo4405</a>. All rights reserved. (Last updated: 2020-06-20)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit af6911d

Please sign in to comment.