alula-ruby 2.16.0 → 2.16.1

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: 34cf5c0ab11f5e83c244464f016e809a228e2c404cfd05322fcc3876681ab583
4
- data.tar.gz: 702f818c5619c276030cb9b3bc75a780e97a58f3237a887de39c693196d42d2c
3
+ metadata.gz: f3bf8e3477ce10c3045fe47f7bee7a445749338a08c22e49eec2ff49cb83e5b7
4
+ data.tar.gz: de5f43338748af6a94922dcbb0eb9dd73bc3565cacbbce1a17f314906c9e97e0
5
5
  SHA512:
6
- metadata.gz: 3eae60166983ae4dc654739434694b5fa3bbc6e957e605f645763e08ef53caf6926ecc858d92b88804788d95d79316a3d6d8cec682d0d252a055f089342d74bf
7
- data.tar.gz: eb340114013a2eebd35aba3794be2e1f6c6f65ea5be3aa691a3feb29bac1737e1be35906980b52f3b7204b8d849eb14c92481e3e89d3c2d10b97dd5b1daef2ac
6
+ metadata.gz: f6af1c562cce55dc4b361bb3ee2c36200b41e592302c50fbb935d5cd318c4db9aae3903631e8c48b4827016283b1497a437089aca4a17cc63756fc76a3f20402
7
+ data.tar.gz: 5edda7ca58669ea7343659ffd21474841def738f544e04d3597c133c4409db33fb914aa79b0edd5e4bce7f2170bad8a8aa72ab80943f7cc32584e5d7ffbe0a1f
data/VERSION.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Version | Date | Description |
4
4
  | ------- | ------------| --------------------------------------------------------------------------- |
5
+ | v2.16.1 | 2025-06-24 | Remove byebug usages |
5
6
  | v2.16.0 | 2025-06-18 | Add API config template and all DCP entities |
6
7
  | v2.15.1 | 2025-07-19 | Rename DCP-synchronizable fields to conform to the schema |
7
8
  | v2.15.0 | 2025-06-10 | Add users relationship to stations |
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'byebug'
4
3
  module Alula
5
4
  module Dcp
6
5
  module ResourceAttributes
data/lib/alula/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Alula
4
- VERSION = '2.16.0'
4
+ VERSION = '2.16.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alula-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.16.0
4
+ version: 2.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Titus Johnson