Skip to content

Commit 23b96fa

Browse files
committed
fix package names
1 parent b607866 commit 23b96fa

File tree

5 files changed

+23
-35
lines changed

5 files changed

+23
-35
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ end
7575

7676
gem "phlex-rails"
7777

78-
gem "rbui", github: "rbui-labs/rbui", branch: "main"
79-
# gem "rbui", path: "../rbui"
78+
gem "ruby_ui", github: "ruby-ui/ruby_ui", branch: "main"
79+
# gem "ruby_ui", path: "../rbui"
8080

8181
gem "pry"

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
GIT
2-
remote: https://github.com/rbui-labs/rbui.git
3-
revision: 9428238764f51f5039dffcfa76ba4e90ab77f74b
2+
remote: https://github.com/ruby-ui/ruby_ui.git
3+
revision: 0ae3ed06e7ce56f17c67e2aa530f7fc2c806dc74
44
branch: main
55
specs:
6-
rbui (1.0.0.pre.alpha.3)
6+
ruby_ui (1.0.0.pre.alpha.4)
77
phlex (~> 1.10)
88
rouge (~> 4.2.0)
9-
tailwind_merge (>= 0.12)
9+
tailwind_merge (~> 0.12)
1010

1111
GEM
1212
remote: https://rubygems.org/
@@ -300,7 +300,7 @@ GEM
300300
railties (>= 6.0.0)
301301
stringio (3.1.1)
302302
strscan (3.1.0)
303-
tailwind_merge (0.13.0)
303+
tailwind_merge (0.13.2)
304304
lru_redux (~> 1.1)
305305
thor (1.3.1)
306306
timeout (0.4.1)
@@ -353,7 +353,7 @@ DEPENDENCIES
353353
pry
354354
puma (= 6.4.2)
355355
rails (= 7.2.0)
356-
rbui!
356+
ruby_ui!
357357
selenium-webdriver
358358
sqlite3 (>= 1.4)
359359
standard

app/components/rbui/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import { application } from "../../../app/javascript/controllers/application";
44

55
// Register all controllers
66

7-
import RBUI from "rbui-js";
7+
import RBUI from "ruby_ui_js";
88
RBUI.initialize(application);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"esbuild": "0.23.0",
1212
"lottie-web": "5.12.2",
1313
"postcss": "8.4.40",
14-
"rbui-js": "rbui-labs/rbui",
14+
"ruby_ui_js": "ruby-ui/ruby_ui",
1515
"tailwindcss": "3.4.7",
1616
"tailwindcss-animate": "1.0.7"
1717
},

yarn.lock

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -819,31 +819,6 @@ queue-microtask@^1.2.2:
819819
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"
820820
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
821821

822-
rbui-js@../rbui:
823-
version "1.0.0-alpha.3"
824-
dependencies:
825-
"@floating-ui/dom" "^1.6.8"
826-
"@hotwired/stimulus" "^3.2.2"
827-
chart.js "^4.4.1"
828-
date-fns "^2.30.0"
829-
fuse.js "^7.0.0"
830-
motion "^10.16.4"
831-
mustache "^4.2.0"
832-
tippy.js "^6.3.7"
833-
834-
rbui-js@rbui-labs/rbui:
835-
version "1.0.0-alpha.3"
836-
resolved "https://codeload.github.com/rbui-labs/rbui/tar.gz/301f325d1161a59ffdfecb02403754f8dad30c37"
837-
dependencies:
838-
"@floating-ui/dom" "^1.6.8"
839-
"@hotwired/stimulus" "^3.2.2"
840-
chart.js "^4.4.1"
841-
date-fns "^2.30.0"
842-
fuse.js "^7.0.0"
843-
motion "^10.16.4"
844-
mustache "^4.2.0"
845-
tippy.js "^6.3.7"
846-
847822
read-cache@^1.0.0:
848823
version "1.0.0"
849824
resolved "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz"
@@ -877,6 +852,19 @@ reusify@^1.0.4:
877852
resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
878853
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
879854

855+
ruby_ui_js@ruby-ui/ruby_ui:
856+
version "1.0.0-alpha.4"
857+
resolved "https://codeload.github.com/ruby-ui/ruby_ui/tar.gz/0ae3ed06e7ce56f17c67e2aa530f7fc2c806dc74"
858+
dependencies:
859+
"@floating-ui/dom" "^1.6.8"
860+
"@hotwired/stimulus" "^3.2.2"
861+
chart.js "^4.4.1"
862+
date-fns "^2.30.0"
863+
fuse.js "^7.0.0"
864+
motion "^10.16.4"
865+
mustache "^4.2.0"
866+
tippy.js "^6.3.7"
867+
880868
run-parallel@^1.1.9:
881869
version "1.2.0"
882870
resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz"

0 commit comments

Comments
 (0)