moneybird-client 0.12.0 → 0.12.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: e4097570c41bf52d470a8e72fa08fd8b7de0b23cf37a7a99f21b6489a0ba8ea7
4
- data.tar.gz: 1de781cf1f61a57cdd09c3c17f8a7200ac2f6f6252f45f83b5255382da1c990c
3
+ metadata.gz: 50edd7afbd8630c5774d0606e574eca8d06bd4f937b6ac96a4c0a2716c8ab246
4
+ data.tar.gz: ba27a6f030ccfcd2d7c4498d97caaf356606ccb15dabbb637eb7c4118247d5dd
5
5
  SHA512:
6
- metadata.gz: 93350597b1a2e20c1b4f5bbb0f49064154da6aff49c4d2b9b3faa54687fc12d9f7f0ea5624bae1c8bb84f7d328d885e3418358620612b96d3f0a28f2f7b8f50a
7
- data.tar.gz: 363aba51551a10a2c2930cc431f70086d5c8c1a8f52a1463fffd69c497d406ab29e8140238e1f259d6481d69c425d06893b863de58741a6a1749d3b330dc291c
6
+ metadata.gz: 977a64e458b2f418c30dc6cb9b2b6957432abc6b07dd4d76e2c1cc522ca1b6d6007c5827971faf8b12d26894e84fd0758116368a5f917f0cb38cf552eef5a174
7
+ data.tar.gz: 5f41b4de83736d741107bc95dd59ec0b145a653d043289021d48278b7343f58c0868e28edc1826f689f0507fff36076ceaa6c619b63707d247399ff7e2fc01c1
data/.gitignore CHANGED
@@ -8,3 +8,5 @@
8
8
  /spec/reports/
9
9
  /tmp/
10
10
  /.idea/
11
+
12
+ moneybird-client-*.gem
data/README.md CHANGED
@@ -10,7 +10,7 @@ Ruby client for the [Moneybird REST API](https://developer.moneybird.com/). Supp
10
10
  Add this line to your application's Gemfile:
11
11
 
12
12
  ```ruby
13
- gem 'moneybird-client', require: 'moneybird'
13
+ gem 'moneybird-client'
14
14
  ```
15
15
 
16
16
  And then execute:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Moneybird
4
- VERSION = "0.12.0"
4
+ VERSION = "0.12.1"
5
5
  end
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "moneybird"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moneybird-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ramones
@@ -128,6 +128,7 @@ files:
128
128
  - Rakefile
129
129
  - bin/console
130
130
  - bin/setup
131
+ - lib/moneybird-client.rb
131
132
  - lib/moneybird.rb
132
133
  - lib/moneybird/client.rb
133
134
  - lib/moneybird/http_error/authorization_required.rb