Compare commits
No commits in common. "adaff5ec38a809545b6b2832a8665a228600c2a4" and "abebca50796430694d12eecd478d5399c78377a9" have entirely different histories.
adaff5ec38
...
abebca5079
3 changed files with 8 additions and 7 deletions
|
@ -34,7 +34,7 @@ def isNonStable = { String version ->
|
||||||
mainClassName = packageName + '.Mobibot'
|
mainClassName = packageName + '.Mobibot'
|
||||||
|
|
||||||
ext.versions = [
|
ext.versions = [
|
||||||
log4j: '2.21.1',
|
log4j: '2.21.0',
|
||||||
pmd : '6.55.0',
|
pmd : '6.55.0',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -76,11 +76,12 @@ dependencies {
|
||||||
implementation "org.apache.logging.log4j:log4j-slf4j2-impl:$versions.log4j"
|
implementation "org.apache.logging.log4j:log4j-slf4j2-impl:$versions.log4j"
|
||||||
|
|
||||||
implementation 'com.rometools:rome:2.1.0'
|
implementation 'com.rometools:rome:2.1.0'
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
|
||||||
|
implementation 'com.squareup.okio:okio:3.6.0'
|
||||||
implementation 'net.aksingh:owm-japis:2.5.3.0'
|
implementation 'net.aksingh:owm-japis:2.5.3.0'
|
||||||
implementation 'net.objecthunter:exp4j:0.4.8'
|
implementation 'net.objecthunter:exp4j:0.4.8'
|
||||||
implementation 'org.json:json:20231013'
|
implementation 'org.json:json:20231013'
|
||||||
implementation 'org.jsoup:jsoup:1.16.2'
|
implementation 'org.jsoup:jsoup:1.16.1'
|
||||||
|
|
||||||
// Thauvin
|
// Thauvin
|
||||||
implementation 'net.thauvin.erik:cryptoprice:1.0.1'
|
implementation 'net.thauvin.erik:cryptoprice:1.0.1'
|
||||||
|
|
|
@ -76,7 +76,7 @@ class CurrencyConverter : AbstractModule() {
|
||||||
|
|
||||||
if (SYMBOLS.isEmpty()) {
|
if (SYMBOLS.isEmpty()) {
|
||||||
event.respond(EMPTY_SYMBOLS_TABLE)
|
event.respond(EMPTY_SYMBOLS_TABLE)
|
||||||
} else if (args.matches("\\d+([,\\d]+)?(\\.\\d+)? [a-zA-Z]{3}+ (to|in) [a-zA-Z]{3}+".toRegex())) {
|
} else if (args.matches("\\d+([,\\d]+)?(\\.\\d+)? [a-zA-Z]{3}+ to [a-zA-Z]{3}+".toRegex())) {
|
||||||
val msg = convertCurrency(properties[API_KEY_PROP], args)
|
val msg = convertCurrency(properties[API_KEY_PROP], args)
|
||||||
event.respond(msg.msg)
|
event.respond(msg.msg)
|
||||||
if (msg.isError) {
|
if (msg.isError) {
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#Generated by the Semver Plugin for Gradle
|
#Generated by the Semver Plugin for Gradle
|
||||||
#Thu Oct 26 20:43:39 PDT 2023
|
#Fri Oct 13 20:37:28 PDT 2023
|
||||||
version.buildmeta=20231026204339
|
version.buildmeta=20231013203728
|
||||||
version.major=0
|
version.major=0
|
||||||
version.minor=8
|
version.minor=8
|
||||||
version.patch=0
|
version.patch=0
|
||||||
version.prerelease=rc
|
version.prerelease=rc
|
||||||
version.project=mobibot
|
version.project=mobibot
|
||||||
version.semver=0.8.0-rc+20231026204339
|
version.semver=0.8.0-rc+20231013203728
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue