hubrise_app 1.2.6 → 1.2.7

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: f459933a9c4fca0353c85bcd1e821a02fa23d45b8f64157d42bdef9e33a47a93
4
- data.tar.gz: 3fb6b3e9fb5b5e87d71a207b8dfde90323c728a3f5515181d4f1a11bdcff21da
3
+ metadata.gz: 6ea0aa426efee9b8bc01b864746d60b6cf7d5d6d79dc49c539dd45dd66c5b50e
4
+ data.tar.gz: ec16b42560772c4667561fbbecb377f324e9c3b695737263d022db613d1f7dcd
5
5
  SHA512:
6
- metadata.gz: a40aa54f2f7234355d3c0bbcd1d1b92348fca369193036559b60b6e3bd1c6f6ae96f369a023d6898a3df0d747b459494379d768870c567d3343d6bf88d97a77c
7
- data.tar.gz: b7d11aeb0634081409994fe945d734b4873c0d29b4b9422c29212799083f31a157637207af618c82d5bbff0be5c3be3960671bdb967afd9271b3fd00df0be5dc
6
+ metadata.gz: 5e722632eb9cc0170ea4207f0b711dc8a77d8a414fce825cbf7e178cfab60451532d0594da318ba562a92a89cc7c70b682e820971f03ca3227b2ad92d88673d5
7
+ data.tar.gz: 8d0750d4b9a58be3713b95e3d22db8a0b7354279a58b08c4fe84dffbe55ced2d47b66d5ce5c1c5bb47143b89623e590e1fbcd5c6212daf748a6cfe74a24803d1
data/README.md CHANGED
@@ -88,7 +88,7 @@ TODO
88
88
  3. Tag the repository:
89
89
 
90
90
  ```bash
91
- VERSION=1.2.4
91
+ VERSION=1.2.7
92
92
  bundle install
93
93
  git add Gemfile.lock
94
94
  git add lib/hubrise_app/version.rb
@@ -3,14 +3,10 @@ module HubriseApp
3
3
  class LocationBase < HubriseApp::ApplicationRecord
4
4
  self.abstract_class = true
5
5
 
6
- store_accessor :api_data, :name, :country
6
+ store_accessor :api_data, :name, :address, :postal_code, :city, :country, :cutoff_time
7
7
 
8
8
  def timezone
9
9
  api_data.dig("timezone", "name")
10
10
  end
11
-
12
- def cutoff_time
13
- api_data["cutoff_time"]
14
- end
15
11
  end
16
12
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module HubriseApp
3
- VERSION = "1.2.6"
3
+ VERSION = "1.2.7"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubrise_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antoine Monnier
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-04-26 00:00:00.000000000 Z
12
+ date: 2025-09-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hubrise_client