Skip to content

Commit da080d9

Browse files
author
Adrian Tosca
committed
fix suffix-hyphens description in test data invalid.yaml
1 parent e2a6998 commit da080d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# typeid-kotlin
22
![Build Status](https://github.com/aleris/typeid-kotlin/actions/workflows/build-on-push.yml/badge.svg)
3-
![Current Version](https://img.shields.io/badge/Version-0.0.5-blue)
3+
![Current Version](https://img.shields.io/badge/Version-0.0.6-blue)
44

55

66
## A Kotlin implementation of [TypeID](https://github.com/jetpack-io/typeid).
@@ -23,14 +23,14 @@ To use with Maven:
2323
<dependency>
2424
<groupId>earth.adi</groupId>
2525
<artifactId>typeid-kotlin</artifactId>
26-
<version>0.0.5</version>
26+
<version>0.0.6</version>
2727
</dependency>
2828
```
2929

3030
To use via Gradle:
3131

3232
```kotlin
33-
implementation("earth.adi:typeid-kotlin:0.0.5")
33+
implementation("earth.adi:typeid-kotlin:0.0.6")
3434
```
3535

3636

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414

1515
group = "earth.adi"
1616

17-
version = "0.0.5"
17+
version = "0.0.6"
1818

1919
repositories { mavenCentral() }
2020

src/test/resources/spec/invalid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# This example has the right length, so that the failure is caused by the hyphens
6868
# and not the suffix length
6969
typeid: "prefix_123456789-123456789-123456"
70-
description: "The suffix should be lowercase with no uppercase letters"
70+
description: "The suffix can't have any hyphens"
7171

7272
- name: suffix-wrong-alphabet
7373
typeid: "prefix_ooooooiiiiiiuuuuuuulllllll"

0 commit comments

Comments
 (0)