unit-ruby 0.8.0 → 0.8.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: a8b64df9a31fdd3c810df311da8eddd6e2a8c9e87c451a0fe4740ff59899e70c
4
- data.tar.gz: 49075cc7731806d73604e28f5756af7fbfbf1680f1246db21a5848c01812577e
3
+ metadata.gz: f1a6c04ad65f5d0ef586e445563067bb1ce8037b4461930cab5f53cdc77c77ee
4
+ data.tar.gz: 70eadc4ec0a0a63470bd6dafa10db1dd9c136a8fa7e01aa607dd5d7b8e5b6bc2
5
5
  SHA512:
6
- metadata.gz: 0c297c6d181f7996e03423e596e7af7928942d54cf1be2c20021873bb1444a56e4507741715050e1b08f6ea82631bb429c7244b56a439ab83cffe35362a9368a
7
- data.tar.gz: 766af35706eda96d787477ed6bbcfa7e79bc2c10364df39ff6bcf949590a43f20dc1fe0cad619a73384914d079b12020665f565a58042215b3578bb26772a180
6
+ metadata.gz: 24f197252fc0ed771ec3b2813caa3006c8992434c2307148d1faf76a9cb21dd701a071c24de236cef75b3e1f881152c96f0451039613ba89377e37fede86c826
7
+ data.tar.gz: 13ecfe0403f28c2f509bd445b4e3b5a7c11779e353a905f81ea19a6dd34973bfe4f77ed64290c175d5311c34e21d58f5e6fc72e6357223cf4d81e6287ee126c5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- unit-ruby (0.8.0)
4
+ unit-ruby (0.8.1)
5
5
  activesupport (>= 6.1.5, < 7.1.0)
6
6
  faraday (~> 1.8.0)
7
7
  faraday_middleware (~> 1.0.0)
@@ -1,3 +1,3 @@
1
1
  module Unit
2
- VERSION = '0.8.0'
2
+ VERSION = '0.8.1'
3
3
  end
data/lib/unit-ruby.rb CHANGED
@@ -38,6 +38,7 @@ require 'unit-ruby/individual_debit_card'
38
38
  require 'unit-ruby/institution'
39
39
  require 'unit-ruby/customer_bank_migration'
40
40
  require 'unit-ruby/outreach_settings'
41
+ require 'unit-ruby/received_payment'
41
42
  require 'unit-ruby/pin_status'
42
43
  require 'unit-ruby/statement'
43
44
  require 'unit-ruby/transaction'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unit-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chloe Isacke