xbim_comms 2.0.0 → 2.0.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: c0c7519850251ddd372ab6f339577eaeda6ec5f95bf01f5d633655502c349681
4
- data.tar.gz: 6c761703794206cc33f17ac972791b39d680a0ed2a986a58ea7188f511f4b17b
3
+ metadata.gz: e1bad81f39c97856782236526af78961a49803d06ee9198207b47785d89d84b4
4
+ data.tar.gz: 67051a1b169150682cddf1d7005643a5209c861256f3f19f790b3d86ddf1fd41
5
5
  SHA512:
6
- metadata.gz: 3141161f328b00404f6e4ea85419dee928b8ef6dec6636d32540eac3a8066a66bfd2b5ccd6161e8e4107e5d56c167094e355cb901a16c50728727ff934a75403
7
- data.tar.gz: dd89e247184c504e6f9acab04c9f6b1b2949e3a3afd5c8533e8935282b8d4946eddf72414bd28eacb73aa570b49b3a484528c311cab388cdef16057a598d5466
6
+ metadata.gz: c49290ee2138496c245ca22a72cc823d036ac8f9ea9b28e0f88dd88930c5b4aae8da6be3f5173db01adee98540a0d6b389be33e0a0be14cd763af39901ae5f98
7
+ data.tar.gz: ede556ff2ba15e21131ea5af9be4ae765e813f9d31b3ab8f59040a6ebbc6a5695e19008218eaeb56a0a67d2b81763c1ed39d772497efa1cfb743b98349e5b268
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.4.0
11
11
  =end
12
12
 
13
13
  module XbimComms
14
- VERSION = '2.0.0'
14
+ VERSION = '2.0.1'
15
15
  end
data/xbim_comms.gemspec CHANGED
@@ -1,38 +1,38 @@
1
- # -*- encoding: utf-8 -*-
2
-
3
- =begin
4
- #Flex Comms API 2.0
5
-
6
- #Communication centralised around construction data
7
-
8
- The version of the OpenAPI document: 2.0
9
- Contact: info@xbim.net
10
- Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 5.4.0
12
-
13
- =end
14
-
15
- $:.push File.expand_path("../lib", __FILE__)
16
- require "xbim_comms/version"
17
-
18
- Gem::Specification.new do |s|
19
- s.name = "xbim_comms"
20
- s.version = XbimComms::VERSION
21
- s.platform = Gem::Platform::RUBY
22
- s.authors = ["XBIM.LTD"]
23
- s.email = ["info@xbim.net"]
24
- s.homepage = "https://openapi-generator.tech"
25
- s.summary = "Flex Comms API 2.0 Ruby Gem"
26
- s.description = "Communication centralised around construction data"
27
- s.license = "MIT"
28
- s.required_ruby_version = ">= 2.4"
29
-
30
- s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
-
32
- s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
33
-
34
- s.files = Dir['./**/*']
35
- s.test_files = `find spec/*`.split("\n")
36
- s.executables = []
37
- s.require_paths = ["lib"]
38
- end
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ =begin
4
+ #Flex Comms API 2.0
5
+
6
+ #Communication centralised around construction data
7
+
8
+ The version of the OpenAPI document: 2.0
9
+ Contact: info@xbim.net
10
+ Generated by: https://openapi-generator.tech
11
+ OpenAPI Generator version: 5.4.0
12
+
13
+ =end
14
+
15
+ $:.push File.expand_path("../lib", __FILE__)
16
+ require "xbim_comms/version"
17
+
18
+ Gem::Specification.new do |s|
19
+ s.name = "xbim_comms"
20
+ s.version = XbimComms::VERSION
21
+ s.platform = Gem::Platform::RUBY
22
+ s.authors = ["XBIM.LTD"]
23
+ s.email = ["info@xbim.net"]
24
+ s.homepage = "https://xbim.net"
25
+ s.summary = "Flex Comms API 2.0 Ruby Gem"
26
+ s.description = "Communication centralised around construction data"
27
+ s.license = "MIT"
28
+ s.required_ruby_version = ">= 2.4"
29
+
30
+ s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
+
32
+ s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
33
+
34
+ s.files = Dir['./**/*']
35
+ s.test_files = `find spec/*`.split("\n")
36
+ s.executables = []
37
+ s.require_paths = ["lib"]
38
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xbim_comms
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - XBIM.LTD
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-17 00:00:00.000000000 Z
11
+ date: 2022-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -198,9 +198,8 @@ files:
198
198
  - "./spec/models/viewpoint_spec.rb"
199
199
  - "./spec/models/visibility_spec.rb"
200
200
  - "./spec/spec_helper.rb"
201
- - "./xbim_comms-1.0.0.gem"
202
201
  - "./xbim_comms.gemspec"
203
- homepage: https://openapi-generator.tech
202
+ homepage: https://xbim.net
204
203
  licenses:
205
204
  - MIT
206
205
  metadata: {}
data/xbim_comms-1.0.0.gem DELETED
Binary file