economic-rest 0.6.2 → 0.6.3

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: ba643539fb39486d8b0a8833d9b4e7ef5ea8c36a1d68390ea6c7fdf50796a7aa
4
- data.tar.gz: edf319c61901c9d7654c026ce72193e3f6dfc137327807d5b5592ec8299d5d65
3
+ metadata.gz: f49b4c397e253aaf611559c643192fc9ca23e8822fe527cdd9b6645c569f4f37
4
+ data.tar.gz: 8747aa2607e1b41b58d3bf5f6f1e732f5311bee0301955033343add6f522075c
5
5
  SHA512:
6
- metadata.gz: 4c85b13a4a61538064f5dff85157eb9b664d1e8820a99a2ca35c3a362e925b4863a25a8a4791da1deecb1668d54c300e4ad2f6b80240c62676ff7867430b2a60
7
- data.tar.gz: e685da1ddf6b7a84a0f91ab2f4a2b2a92ac6ec661cfa21344e67213ea44a354175d6880b545f73862be33f7169ba91f3a22a57478fa4cbbb6f3c6fb67f7d4af5
6
+ metadata.gz: a48f32a09f78a79af6d7d50a8305ecbbddd0bc97107130f205d71f08cbfa01e8d12353b096239ba5066b8b7636ace2ac69bc78f2ad4ddc920c9b9eba492f075b
7
+ data.tar.gz: 732b01861d3e7d3afa07060e9f1b9150ada660ee077aa93e980f78872922b325f967adf20f5e7b3c8aab4bd29cbbfe3b312213952f8d949669e0a1f9a50478e8
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- git_source(:bitbucket) { |_repo_name| "https://bitbucket.org/traels/economic-rest" }
3
+ git_source(:github) { |_repo_name| "https://github.com/traels-it/economic-rest" }
4
4
 
5
5
  # Specify your gem's dependencies in economic-rest.gemspec
6
6
  gemspec
data/Gemfile.lock CHANGED
@@ -145,4 +145,4 @@ DEPENDENCIES
145
145
  webmock (~> 3.5)
146
146
 
147
147
  BUNDLED WITH
148
- 2.4.13
148
+ 1.17.3
data/README.md CHANGED
@@ -71,7 +71,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
71
71
 
72
72
  ## Contributing
73
73
 
74
- Bug reports and pull requests are welcome on GitHub at https://bitbucket.org/traels/economic-rest. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
74
+ Bug reports and pull requests are welcome on GitHub at https://github.com/traels-it/economic-rest. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
75
75
 
76
76
  ## License
77
77
 
@@ -79,4 +79,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
79
79
 
80
80
  ## Code of Conduct
81
81
 
82
- Everyone interacting in the Economic::Rest project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://bitbucket.org/traels/economic-rest/blob/master/CODE_OF_CONDUCT.md).
82
+ Everyone interacting in the Economic::Rest project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/traels-it/economic-rest/blob/main/CODE_OF_CONDUCT.md).
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = 'Ruby wrapper for the e-conomic REST API, that aims at making working with the API bearable.
12
12
  E-conomic is a web-based accounting system. For their marketing speak, see http://www.e-conomic.co.uk/about/. More details about their API at http://www.e-conomic.co.uk/integration/integration-partner/.
13
13
  The documentation can be found at https://restdocs.e-conomic.com'
14
- spec.homepage = "https://bitbucket.org/traels/economic-rest"
14
+ spec.homepage = "https://github.com/traels-it/economic-rest"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
@@ -1,5 +1,5 @@
1
1
  module Economic
2
2
  module Rest
3
- VERSION = "0.6.2".freeze
3
+ VERSION = "0.6.3".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: economic-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Klogborg
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-03 00:00:00.000000000 Z
11
+ date: 2024-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -206,7 +206,7 @@ dependencies:
206
206
  - - ">="
207
207
  - !ruby/object:Gem::Version
208
208
  version: '0'
209
- description:
209
+ description:
210
210
  email:
211
211
  - klogborg@traels.it
212
212
  executables: []
@@ -310,11 +310,11 @@ files:
310
310
  - lib/economic/vat_zone_repo.rb
311
311
  - lib/economic/vendor_reference.rb
312
312
  - lib/economic/voucher.rb
313
- homepage: https://bitbucket.org/traels/economic-rest
313
+ homepage: https://github.com/traels-it/economic-rest
314
314
  licenses:
315
315
  - MIT
316
316
  metadata: {}
317
- post_install_message:
317
+ post_install_message:
318
318
  rdoc_options: []
319
319
  require_paths:
320
320
  - lib
@@ -329,8 +329,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
329
329
  - !ruby/object:Gem::Version
330
330
  version: '0'
331
331
  requirements: []
332
- rubygems_version: 3.1.4
333
- signing_key:
332
+ rubygems_version: 3.5.19
333
+ signing_key:
334
334
  specification_version: 4
335
335
  summary: Ruby wrapper for the e-conomic REST API, that aims at making working with
336
336
  the API bearable. E-conomic is a web-based accounting system. For their marketing