labimotion 2.1.0.rc11 → 2.1.0.rc12

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b62609cc21d0cca64e84a149f6d81af0656cc3e95d5086e75f0f3b6baca27472
4
- data.tar.gz: be1fa743e3c305cc25130deed4fe4f5bbe567fa0b07e93a9429412c981c08c64
3
+ metadata.gz: e3778897d34066e72b55508a3f5788f26f85daa5b30223a81d60736c55150ff3
4
+ data.tar.gz: dddc91940a4e1f56869ed6e1ff27c155197836f3061eb091258b597884f0cb46
5
5
  SHA512:
6
- metadata.gz: b5dafb066cf6137a934e2dfb67d532c7edbf84c4dd46f076d4f9055d4d23ae61cb0568d65a99c3ee34ded0f658a4daf9ec1cffad8cffa9f25b089774f5a3c424
7
- data.tar.gz: d085a36adef5d13a3dbfa97c4979c83afea948c17bff059c9050b88043ab0b927b9c9dea693e7057185669e632baba2be392739f535b97459e8d91626d909507
6
+ metadata.gz: c842df479d71468944e769f4f5978ccce3cd4597f6368439b0e2da189f1740434755827787e7201cd3d654268aa0fac00407d4e230b23f767c0f2009f14a08af
7
+ data.tar.gz: a8a16ba782bb66fdd878aeb8d27b57f7a8c42b669854e274a5081f45c99f772338f1a43bd2728e7ca5b83558c7e5c757877a1696c48bb8148a91667be14deb55
@@ -37,10 +37,9 @@ module Labimotion
37
37
  end
38
38
 
39
39
  def sample_url
40
- protocol = Rails.env.production? ? 'https' : 'http'
41
- host = ENV['PUBLIC_URL'] || 'localhost:3000'
40
+ host = ENV['PUBLIC_URL'] || 'http://localhost:3000'
42
41
  api = 'mydb/collection/all/sample'
43
- "#{protocol}://#{host}/#{api}"
42
+ "#{host}/#{api}"
44
43
  end
45
44
 
46
45
  def build_layers
@@ -2,5 +2,5 @@
2
2
 
3
3
  ## Labimotion Version
4
4
  module Labimotion
5
- VERSION = '2.1.0.rc11'
5
+ VERSION = '2.1.0.rc12'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: labimotion
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0.rc11
4
+ version: 2.1.0.rc12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chia-Lin Lin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-11-05 00:00:00.000000000 Z
12
+ date: 2025-11-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: caxlsx