usd 0.0.8 → 0.0.9

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/usd.gemspec +16 -16
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7cb130c4b07dc99bcff07cecf5a16e96c79484d93dd9659f97966165e1c76f03
4
- data.tar.gz: 1f18d4426ff9574df229826a0ca6e13f3f4d425c74a88c87a8a4ac8a02fb557a
3
+ metadata.gz: ac23b21df1f1eddd5b94450043859958fcf0f3ff5d6bae728a8ed6e1f2eb286d
4
+ data.tar.gz: bebf1005b8fa6248f830cb2c23209a72b04dab94548b99f0e3799cd1c9fd3e94
5
5
  SHA512:
6
- metadata.gz: b95a01b7664427447976dc9990406691bbe4c43af917b38ed3b53b971957c10412e15e3a8231dd7359968423c46d9af6281844d78bb789221dc20b00aad718d2
7
- data.tar.gz: 4471b0af3a239f8aa45de6d4300ca7a862c73ecb18bb2153913ebf3449b1fc1bffd57e098c50c903ffb4234ff6194a632a921ab54b73f9eaf6f252c752de0423
6
+ metadata.gz: ee61ab0b4aab5d2442073a1c1b78330270bf6987cd12a71860edc993b576e045590eae219f2fb4b80bc4558b128c39e93afaa2e9f4f11b1188974d293cf88d6c
7
+ data.tar.gz: 76ee190df1dcb0227188e563fb53102e9e3de4087bef1af309489e83aeb2ab228d3560ef58c80d6846d93fa98684ccee0df90bee88eee16f0f53121e026ccb82
data/usd.gemspec CHANGED
@@ -1,17 +1,17 @@
1
- Gem::Specification.new do |s|
2
- s.name = 'usd'
3
- s.version = '0.0.8'
4
- s.date = '2019-10-31'
5
- s.summary = "SDM REST-API-Calls"
6
- s.description = "a Ruby class and a commandlinetool for SDM REST-API-Calls"
7
- s.authors = ["Oliver Gaida"]
8
- s.email = 'oliver.gaida@sycor.de'
9
- #s.files = ["bin/rusdc", "bin/set_env", "lib/usd.rb"] # Dir["*/*"]
10
- s.files = `git ls-files`.split($/)
11
- s.homepage = 'https://github.com/ogaida/usd'
12
- # s.add_dependency('tempfile', '~> 0')
13
- s.add_runtime_dependency 'thor', '~> 0.20', '>= 0.20.3'
14
- s.add_runtime_dependency 'rest-client', '~> 2.0', '>= 2.0.0'
15
- s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
16
- s.add_runtime_dependency 'ostruct', '~> 0.1', '>= 0.1.0'
1
+ Gem::Specification.new do |spec|
2
+ spec.name = 'usd'
3
+ spec.version = '0.0.9'
4
+ spec.date = '2019-10-31'
5
+ spec.summary = "SDM REST-API-Calls"
6
+ spec.description = "a Ruby class and a commandlinetool for SDM REST-API-Calls"
7
+ spec.authors = ["Oliver Gaida"]
8
+ spec.email = 'oliver.gaida@sycor.de'
9
+ #spec.files = ["bin/rusdc", "bin/set_env", "lib/usd.rb"] # Dir["*/*"]
10
+ spec.files = `git ls-files`.split($/)
11
+ spec.homepage = 'https://github.com/ogaida/usd'
12
+ spec.executables = %w(rusdc)
13
+ spec.add_runtime_dependency 'thor', '~> 0.20', '>= 0.20.3'
14
+ spec.add_runtime_dependency 'rest-client', '~> 2.0', '>= 2.0.0'
15
+ spec.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
16
+ spec.add_runtime_dependency 'ostruct', '~> 0.1', '>= 0.1.0'
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Gaida
@@ -92,7 +92,8 @@ dependencies:
92
92
  version: 0.1.0
93
93
  description: a Ruby class and a commandlinetool for SDM REST-API-Calls
94
94
  email: oliver.gaida@sycor.de
95
- executables: []
95
+ executables:
96
+ - rusdc
96
97
  extensions: []
97
98
  extra_rdoc_files: []
98
99
  files: