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 +4 -4
- data/lib/xbim_comms/version.rb +1 -1
- data/xbim_comms.gemspec +38 -38
- metadata +3 -4
- data/xbim_comms-1.0.0.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1bad81f39c97856782236526af78961a49803d06ee9198207b47785d89d84b4
|
|
4
|
+
data.tar.gz: 67051a1b169150682cddf1d7005643a5209c861256f3f19f790b3d86ddf1fd41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c49290ee2138496c245ca22a72cc823d036ac8f9ea9b28e0f88dd88930c5b4aae8da6be3f5173db01adee98540a0d6b389be33e0a0be14cd763af39901ae5f98
|
|
7
|
+
data.tar.gz: ede556ff2ba15e21131ea5af9be4ae765e813f9d31b3ab8f59040a6ebbc6a5695e19008218eaeb56a0a67d2b81763c1ed39d772497efa1cfb743b98349e5b268
|
data/lib/xbim_comms/version.rb
CHANGED
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://
|
|
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.
|
|
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-
|
|
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://
|
|
202
|
+
homepage: https://xbim.net
|
|
204
203
|
licenses:
|
|
205
204
|
- MIT
|
|
206
205
|
metadata: {}
|
data/xbim_comms-1.0.0.gem
DELETED
|
Binary file
|