hubrise_app 1.2.0 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc1ad8b133e071ede39b2475c6d4e661312914183c5c19d7c88d92fe8ead7aa8
4
- data.tar.gz: 380e301179f96683fedb6035290683fc2ed159136edd3b76eadee3510e6afe51
3
+ metadata.gz: 5990454a85835701b12dcd2f77852baf4bce64ba23a32104040b8e7f3a33974d
4
+ data.tar.gz: 876b5f60082101e0e0b739704de1599140c26cf2b84731ca6b405dfadc37650a
5
5
  SHA512:
6
- metadata.gz: 0b19fa296bf31607a5665c2da87fe82496bbc06ed863867ff273b0e8f2491ebaaa694ed708cf5fd4d4ea1366cea8e7dbab4276ef9b90f3e5a0d445f11e31a724
7
- data.tar.gz: fa56d7c3ca097348fc38854e93d7e5270080b53ecf8c645bf17159c89f88c9390400bb767da8d27cca41a45b94cbc68508333e71b75ed334f5b61af8f6394b53
6
+ metadata.gz: 8d30ccfe30e800ae608a5b0d67d2fe86ec7fc09bea01e71228967a2300dea63c46f38682ab4acecf1bbe7691582644994824524d2c4187151854e1c87e2bfcb2
7
+ data.tar.gz: ad18c57625d3ee80d5d7318ac7c06bc4137f97082a85cb9313b0d382ede90ad9b23cdc347e4a5eca115364ffb25ac4ddf879fcfdcb24de979bfbaa096ab7b449
data/README.md CHANGED
@@ -88,7 +88,9 @@ TODO
88
88
  3. Tag the repository:
89
89
 
90
90
  ```bash
91
- VERSION=1.2.0
91
+ VERSION=1.2.2
92
+ bundle install
93
+ git add Gemfile.lock
92
94
  git add lib/hubrise_app/version.rb
93
95
  git commit -m "Version $VERSION"
94
96
  git tag v$VERSION
@@ -3,6 +3,6 @@ module HubriseApp
3
3
  class AccountBase < HubriseApp::ApplicationRecord
4
4
  self.abstract_class = true
5
5
 
6
- store_accessor :api_data, :name, :currency
6
+ store_accessor :api_data, :name, :currency, :branding
7
7
  end
8
8
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module HubriseApp
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.2"
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.0
4
+ version: 1.2.2
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: 2024-04-04 00:00:00.000000000 Z
12
+ date: 2024-05-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hubrise_client