integra365 0.4.0 → 0.4.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: 9b872e0f6b5f05ab04116db74078c1c70bacecfd596c8a268c93e0dce47df35a
4
- data.tar.gz: 7522cac01bff0f2f86d11b962ff62baa0223707187698b5760056a3027718fb6
3
+ metadata.gz: 5335162ef90628b7bad45677b82885d8ab3f28ad73c1129fb07f63ad97f36e1c
4
+ data.tar.gz: 7c5c6a44859c4df6bbe505b43231bb523d1decb4cb2f5b7da1ca41c1c0fbde12
5
5
  SHA512:
6
- metadata.gz: feb5d102d898512bb2aa05f5001c952f26817379a69e5370c3aee76d2a27e5248ae60dcad54e1632a29414dd0ddc35bd5241061d6a57afc9b2a50234e1a0f73c
7
- data.tar.gz: 5c6c963dee2b09c51bbab1dae62b76d2ad9eb9a30307a1560e167f607166641806add2a0ae8f2add89d25814a4eb105cd22844f364a05c48140a238b6536756e
6
+ metadata.gz: 9ad2fb035a017d453ebde73bf1e624ededea0482ba10b817d3adc15bf09b76b17eef89a1abb8e42f65fedfeb97e2e12d62cc02c7df12c9bd03639ebf162e99b5
7
+ data.tar.gz: 4a3aae7c07fcf7ae93e7df7ed6a424796a2321b3d1bbfa00f432b39af4f92b59cb80252703f524e0cadc077798056e98e9a19b1b30b48e1dbd5e0daf5f1a4153
data/CHANGELOG.md CHANGED
@@ -21,3 +21,7 @@
21
21
 
22
22
  - Add backup job sessions api
23
23
  - Add constants for list type and last backup state
24
+
25
+ ## [0.4.1] - 2025-10-01
26
+
27
+ - updated api endpoint
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Integra365
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
5
5
  end
data/lib/integra365.rb CHANGED
@@ -9,7 +9,7 @@ module Integra365
9
9
  extend WrAPI::Configuration
10
10
  extend WrAPI::RespondTo
11
11
 
12
- DEFAULT_ENDPOINT = 'https://api.integra-bcs.nl/Api/V1/'
12
+ DEFAULT_ENDPOINT = 'https://api-m365.nl.evernex.cloud/Api/V1/'
13
13
  DEFAULT_UA = "Integra365 Ruby API wrapper #{Integra365::VERSION}"
14
14
 
15
15
  # Alias for Integra365::Client.new
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: integra365
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janco Tanis
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain: []
10
- date: 2025-09-08 00:00:00.000000000 Z
11
+ date: 2025-10-17 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: faraday
@@ -93,6 +94,7 @@ dependencies:
93
94
  - - ">="
94
95
  - !ruby/object:Gem::Version
95
96
  version: '0'
97
+ description:
96
98
  email: gems@jancology.com
97
99
  executables: []
98
100
  extensions: []
@@ -122,6 +124,7 @@ licenses:
122
124
  metadata:
123
125
  homepage_uri: https://rubygems.org/gems/integra365
124
126
  source_code_uri: https://github.com/jancotanis/integra365
127
+ post_install_message:
125
128
  rdoc_options: []
126
129
  require_paths:
127
130
  - lib
@@ -136,7 +139,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
139
  - !ruby/object:Gem::Version
137
140
  version: '0'
138
141
  requirements: []
139
- rubygems_version: 3.6.2
142
+ rubygems_version: 3.1.6
143
+ signing_key:
140
144
  specification_version: 4
141
145
  summary: A Ruby wrapper for the Integra36 backup Portal REST APIs (readonly)
142
146
  test_files: []