Skip to content

Commit 3e73b33

Browse files
committed
Revert "Prepare Rust crates for publication (#848)"
This reverts commit 14dc625.
1 parent 0d3ddf3 commit 3e73b33

7 files changed

Lines changed: 9 additions & 59 deletions

File tree

rust/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/rubydex-mcp/Cargo.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
[package]
22
name = "rubydex-mcp"
3-
version = "0.2.5"
3+
version = "0.1.0"
44
edition = "2024"
55
rust-version = "1.89.0"
66
license = "MIT"
7-
description = "MCP server exposing Rubydex semantic Ruby code intelligence tools."
8-
homepage = "https://github.com/Shopify/rubydex"
9-
repository = "https://github.com/Shopify/rubydex"
10-
readme = "README.md"
11-
keywords = ["ruby", "mcp", "static-analysis"]
12-
categories = ["development-tools"]
137

148
[[bin]]
159
name = "rubydex_mcp"
1610
path = "src/main.rs"
1711

1812
[dependencies]
19-
rubydex = { version = "0.2.5", path = "../rubydex" }
13+
rubydex = { path = "../rubydex" }
2014
clap = { version = "4.5.16", features = ["derive"] }
2115
rmcp = { version = "1.4", features = ["server", "macros", "transport-io", "schemars"] }
2216
tokio = { version = "1", features = ["macros", "rt", "io-std"] }
@@ -26,7 +20,7 @@ schemars = "1"
2620
url = "2"
2721

2822
[dev-dependencies]
29-
rubydex = { version = "0.2.5", path = "../rubydex", features = ["test_utils"] }
23+
rubydex = { path = "../rubydex", features = ["test_utils"] }
3024
assert_cmd = "2.0"
3125
serde_json = "1"
3226

rust/rubydex-mcp/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

rust/rubydex-sys/Cargo.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
[package]
22
name = "rubydex-sys"
3-
version = "0.2.5"
3+
version = "0.1.0"
44
edition = "2024"
5-
rust-version = "1.89.0"
65
license = "MIT"
7-
description = "C FFI bindings for the Rubydex Ruby code indexing engine."
8-
homepage = "https://github.com/Shopify/rubydex"
9-
repository = "https://github.com/Shopify/rubydex"
10-
readme = "README.md"
11-
keywords = ["ruby", "ffi", "static-analysis"]
12-
categories = ["development-tools", "external-ffi-bindings"]
136

147
[lib]
158
crate-type = ["cdylib", "staticlib"]
169

1710
[dependencies]
18-
rubydex = { version = "0.2.5", path = "../rubydex" }
11+
rubydex = { path = "../rubydex" }
1912
libc = "0.2.174"
2013
url = "2.5.4"
2114
line-index = "0.1.2"

rust/rubydex-sys/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

rust/rubydex/Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
[package]
22
name = "rubydex"
3-
version = "0.2.5"
3+
version = "0.1.0"
44
edition = "2024"
55
rust-version = "1.89.0"
66
license = "MIT"
7-
description = "High-performance Ruby code indexing and static analysis library."
8-
homepage = "https://github.com/Shopify/rubydex"
9-
repository = "https://github.com/Shopify/rubydex"
10-
readme = "README.md"
11-
keywords = ["ruby", "indexing", "static-analysis"]
12-
categories = ["development-tools"]
137

148
[[bin]]
159
name = "rubydex_cli"

rust/rubydex/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)