Skip to content

Commit 39fdfdd

Browse files
committed
chore: add liveobjects as one word, instead of live-objects
1 parent 41a515e commit 39fdfdd

60 files changed

Lines changed: 6 additions & 6 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion

examples/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
implementation(libs.ktor.client.core)
6868
implementation(libs.ktor.client.cio)
6969

70-
implementation(project(":live-objects"))
70+
implementation(project(":liveobjects"))
7171
implementation(project(":android"))
7272

7373
implementation(libs.navigation.compose)

lib/src/main/java/io/ably/lib/realtime/ChannelBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public RealtimeObjects getObjects() throws AblyException {
101101
if (liveObjectsPlugin == null) {
102102
throw AblyException.fromErrorInfo(
103103
new ErrorInfo("LiveObjects plugin hasn't been installed, " +
104-
"add runtimeOnly('io.ably:live-objects:<ably-version>') to your dependency tree", 400, 40019)
104+
"add runtimeOnly('io.ably:liveobjects:<ably-version>') to your dependency tree", 400, 40019)
105105
);
106106
}
107107
return liveObjectsPlugin.getInstance(name);
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POM_ARTIFACT_ID=live-objects
1+
POM_ARTIFACT_ID=liveobjects
22
POM_NAME=Live Objects plugin for Ably Pub/Sub SDK
33
POM_DESCRIPTION=Live Objects plugin for Ably Pub/Sub SDK
44
POM_PACKAGING=jar

live-objects/src/main/kotlin/io/ably/lib/objects/DefaultObjectsPlugin.kt renamed to liveobjects/src/main/kotlin/io/ably/lib/objects/DefaultObjectsPlugin.kt

File renamed without changes.

live-objects/src/main/kotlin/io/ably/lib/objects/DefaultRealtimeObjects.kt renamed to liveobjects/src/main/kotlin/io/ably/lib/objects/DefaultRealtimeObjects.kt

File renamed without changes.

live-objects/src/main/kotlin/io/ably/lib/objects/ErrorCodes.kt renamed to liveobjects/src/main/kotlin/io/ably/lib/objects/ErrorCodes.kt

File renamed without changes.

live-objects/src/main/kotlin/io/ably/lib/objects/Helpers.kt renamed to liveobjects/src/main/kotlin/io/ably/lib/objects/Helpers.kt

File renamed without changes.

0 commit comments

Comments
 (0)