lazer-rails 0.1.1 → 0.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/lazer/version.rb +1 -1
  4. metadata +4 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46c14eeb6d89a5deb256ff57e2d5319ba68dc8094aaf9646597c984854f5876b
4
- data.tar.gz: 6d955584a0037861a4f0c6be3d793cc1361f2bb8f292a0d202696e3a1e3e1452
3
+ metadata.gz: cc2e674605e33597818bb8e0ad5a0dad8bcc0c31b5fa2907649e83e761edc354
4
+ data.tar.gz: 462b6bce9289b85cbe26534a99f112fa7f054164c4bc52163566d21f7c2d9d41
5
5
  SHA512:
6
- metadata.gz: 7eded9018192db38ca41b2bc8276e921531613a00df6fc2327e0e4d715567af463996cc9d507cbd0ac79c0a387b5200f0f2411dfe4b971245013159751d7d6f4
7
- data.tar.gz: aa8d2a6e0a75f724551733f0daa98fbf6d9ffe5e8845a965898737720bf8aec67f3e17ef621dc94df7344846e8bb332a048a54f61e067a46fb6c06fb8009453a
6
+ metadata.gz: 9a3c0a0e7212042c0f628269b0d191190dd30c97b0cf2c523ac5322b751162da471fc7fa77d6f4fa07c0734cf9f9a57efbd810311e0abc478e1b1cf8a9bd9a22
7
+ data.tar.gz: 9f40377815e25567957e1108c034a89a25cffac2ceb996569b56fc20f9105fd913b28fd59f909281c40f2de52742352ed0ef247ec2c4d0e794482b891510c671
data/README.md CHANGED
@@ -19,7 +19,7 @@ Mount the engine:
19
19
 
20
20
  ```
21
21
  # config/routes.rb
22
- mount Lazer::Engine => "/lazer-gem-api"
22
+ mount Lazer::Engine => "/api/lazer"
23
23
  ```
24
24
 
25
25
  Add a new codebase in Lazer to get an API key, then set it as an environment variable:
data/lib/lazer/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lazer
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lazer-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vic Ramon
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-06-26 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: railties
@@ -65,11 +64,10 @@ files:
65
64
  - lib/lazer/track_scopes.rb
66
65
  - lib/lazer/version.rb
67
66
  - lib/tasks/lazer_tasks.rake
68
- homepage: https://www.github.com/vicramon/lazer-engine
67
+ homepage: https://www.github.com/vicramon/lazer-rails
69
68
  licenses: []
70
69
  metadata:
71
70
  allowed_push_host: https://rubygems.org
72
- post_install_message:
73
71
  rdoc_options: []
74
72
  require_paths:
75
73
  - lib
@@ -84,8 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
82
  - !ruby/object:Gem::Version
85
83
  version: '0'
86
84
  requirements: []
87
- rubygems_version: 3.5.3
88
- signing_key:
85
+ rubygems_version: 3.6.7
89
86
  specification_version: 4
90
87
  summary: Provides secure endpoints to export info for Lazer Pro
91
88
  test_files: []