Skip to content

Commit 7a2aecd

Browse files
committed
libraries version added to posts
1 parent 787a7e4 commit 7a2aecd

12 files changed

+18
-1
lines changed

_drafts/2019-01-14-junit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: ["Testowanie"]
66
image: testing/junit
77
github: testing/tree/master/junit
88
description: "Testowanie"
9+
version: JUnit v4.12
910
keywords: "testowanie, testing, testy, jednostkowe, automatyczne, lokalne, instrumentalne, before, after, rule, unit test, pokrycie kodu, code coverage, przypadki testowe, klasa testowa, metoda testowa, junit, androidjunit, runner, robolectric, mockito, android, programowanie, programming"
1011
---
1112

_drafts/2019-01-21-mockito.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: ["Testowanie"]
66
image: testing/mockito
77
github: testing/tree/master/mockito
88
description: "Testowanie"
9+
version: Mockito v2.23
910
keywords: "testowanie, testing, testy, jednostkowe, automatyczne, lokalne, dubler, zaślepka, atrapa, unit test, mock, spy, stub, junit, verify, when, thenreturn, answer, mockito, powermock, mockk, robolectric, android, programowanie, programming"
1011
---
1112

_drafts/2019-01-28-robolectric.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: ["Testowanie"]
66
image: testing/robolectric
77
github: testing/tree/master/robolectric
88
description: "Testowanie"
9+
version: Robolectric v4.12
910
keywords: "testowanie, testing, testy, jednostkowe, automatyczne, lokalne, instrumentalne, zaślepka, atrapa, unit test, mock, stub, robolectric, robolectrictestrunner, config, shadow, build, setup, controller, activitycontroller, activity, fragment, service, intent, contenrprovider, android, programowanie, programming"
1011
---
1112

_drafts/2019-02-04-espresso.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: ["Testowanie"]
66
image: testing/espresso
77
github: testing/tree/master/espresso
88
description: "Testowanie"
9+
version: Espresso v3.1
910
keywords: "testowanie, testing, testy, jednostkowe, integracyjne, manualne, ui, automatyczne, lokalne, instrumentalne, zaślepka, atrapa, unit test, mock, stub, espresso, android, programowanie, programming"
1011
---
1112

_includes/post-metadata.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,11 @@ <h3 class="hero__category">{{ page.categories }}</h3>
1818
{{ site.data.strings.post-read | default: "read" }}
1919
</span>
2020
</div>
21-
21+
22+
{% if page.version %}
23+
<div class="hero__meta">
24+
<span><small>({{ page.version }})</small></span>
25+
</div>
26+
{% endif %}
27+
2228
</div>

_posts/kotlin/2018-11-12-typy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: ["Kotlin"]
66
image: kotlin/types
77
github: kotlin/blob/master/types.kt
88
description: "Kotlin"
9+
version: Kotlin v1.3
910
keywords: "kotlin, typy, types, zmienne, stałe, mutable, immutable, read-only, constant var, val, rzutowanie, cast, operatory, operators, enum, alias, kolekcje, collections, generyczne, generics, android, programowanie, programming"
1011
---
1112

_posts/kotlin/2018-11-19-instrukcje_sterujace.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: ["Kotlin"]
66
image: kotlin/control_flow
77
github: kotlin/blob/master/control-flow.kt
88
description: "Kotlin"
9+
version: Kotlin v1.3
910
keywords: "kotlin, instrukcje sterujące, control flow, pętla, for, while, loop, when, if, else, range, break, continue, return, android, programowanie, programming"
1011
---
1112

_posts/kotlin/2018-11-26-null.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: ["Kotlin"]
66
image: kotlin/null
77
github: kotlin/blob/master/null.kt
88
description: "Kotlin"
9+
version: Kotlin v1.3
910
keywords: "kotlin, null, npe, nullable, elvis, wyjątki, exception, try, catch, finally, checked, unchked, throwable, android, programowanie, programming"
1011
---
1112

_posts/kotlin/2018-12-03-funkcje.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: ["Kotlin"]
66
image: kotlin/functions
77
github: kotlin/blob/master/functions.kt
88
description: "Kotlin"
9+
version: Kotlin v1.3
910
keywords: "kotlin, funkcje, functions, lambda, rekurencja, recursion, scope, run, let, apply, also, with, argumenty, parametry, arguments, android, programowanie, programming"
1011
---
1112

_posts/kotlin/2018-12-10-klasy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: ["Kotlin"]
66
image: kotlin/class
77
github: kotlin/blob/master/class.kt
88
description: "Kotlin"
9+
version: Kotlin v1.3
910
keywords: "kotlin, klasa, class, nested, inner, sealed, inline, konstruktor, constructor, primary, secondary, properties, fields, var, val, public, private, protected, internal, android, programowanie, programming"
1011
---
1112

0 commit comments

Comments
 (0)