fluid_cli 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/fluid_cli/theme/dev_server.rb +9 -5
- data/lib/fluid_cli/theme/theme.rb +1 -1
- data/lib/fluid_cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95f54f4f147815bbde7b9477dde64b103a41bfa721e0c88b1cdd98a526421b2a
|
|
4
|
+
data.tar.gz: 61151c84b36ec0ff0566e61e9503b36df20f560df7f4f1a3b46a7650b55f7fac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a81fc2e51ad5e6d26de123c83cfe854405cf1b574fcb4d8e834220d2af36e5b62afa269063f4d9f9c05cfb277fb5dd0dd3a1e56ba67565226c3fe794cf252708
|
|
7
|
+
data.tar.gz: 1e7e62ba1049194533c5559c87394fedab9d11c20bcd437f98c3820d1723236aa4221be85e3d774fb5ab13de7bd9ff840356cbefe2710c81932d570c84464ba0
|
|
@@ -176,7 +176,9 @@ module FluidCLI
|
|
|
176
176
|
|
|
177
177
|
ctx.puts(serving_theme_message)
|
|
178
178
|
|
|
179
|
-
ctx.
|
|
179
|
+
ctx.puts(browser_open_message)
|
|
180
|
+
|
|
181
|
+
ctx.puts(preview_message)
|
|
180
182
|
end
|
|
181
183
|
end
|
|
182
184
|
|
|
@@ -264,7 +266,7 @@ module FluidCLI
|
|
|
264
266
|
end
|
|
265
267
|
|
|
266
268
|
def serving_theme_message
|
|
267
|
-
"Serving theme #{theme.id} (#{theme.company})"
|
|
269
|
+
"\n\n{{bold: Serving theme {{blue: #{theme.id} (#{theme.company})}} }}"
|
|
268
270
|
end
|
|
269
271
|
|
|
270
272
|
def stopping_message
|
|
@@ -279,10 +281,12 @@ module FluidCLI
|
|
|
279
281
|
"Theme not found: #{theme_identifier}"
|
|
280
282
|
end
|
|
281
283
|
|
|
282
|
-
def
|
|
283
|
-
|
|
284
|
+
def browser_open_message
|
|
285
|
+
"\n\n{{bold: To view your theme in the browser, visit {{green: #{address} }} }}"
|
|
286
|
+
end
|
|
284
287
|
|
|
285
|
-
|
|
288
|
+
def preview_message
|
|
289
|
+
"\n\n{{bold: To customize your theme on web editor, visit {{green: #{theme.editor_url} }} }}"
|
|
286
290
|
end
|
|
287
291
|
end
|
|
288
292
|
end
|
data/lib/fluid_cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluid_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fluid
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-01-
|
|
10
|
+
date: 2026-01-28 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: bugsnag
|