usd 0.1.1 → 0.1.2

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rusdc +1 -1
  3. data/usd.gemspec +1 -1
  4. metadata +1 -2
  5. data/usd-0.1.0.gem +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2551ffa5aebba533a9cf6ba7707dea22463e206d7c2a97255928a784b7999209
4
- data.tar.gz: 53df77c32d000385bad3f35872fb08bb12ff11556605a0487a804f2644cf8ab5
3
+ metadata.gz: 522ad1ccdcf8e6957fc9fa0be812efbd654630e6fd7bdbcd4f86b31d8cea666b
4
+ data.tar.gz: de5848cff263211a886ea082d6741921f7ed8fe5f07d76341e9136a8e754bce6
5
5
  SHA512:
6
- metadata.gz: cc027b31c0264b7646fbfe1021b3a00b689ef10f5cef0e8e9e1f021db0e6ffd20b56a34c83ae625823c380b9fbb25ee49c0a7ebbfb30d676ce7795aed47033f5
7
- data.tar.gz: ca2febd2ba6442795eb43c086a6f0da7bfcefc185a239bf03d1261ce62f696cb91bd9cbbd7aab7cab4b9d0e71c0e324a0c6b225cad007e0a3637a6f7b220f75f
6
+ metadata.gz: 23c8b66782c3cb25cf676e8cf1f9a2131f895cdfc00b1e285ca3485bead0896aab3d4d6e022c33a7efe2cfc39cb1c355377a0b8383a7764fd10456f84608a375
7
+ data.tar.gz: fb6eeaf3ebfc4dab4471508a11da3fec389864a0787da194bd85cebbf9e0890d64441b82a3dc9dd8f4d160cd7a00b94fe1cbd3af0e464f96d99585f2ebbe0a25
data/bin/rusdc CHANGED
@@ -118,7 +118,7 @@ class Rusdc < Thor
118
118
  end
119
119
  jq_mapping_string = jq_mapping.join(",")
120
120
  file = Tempfile.new('inner_cmd')
121
- cmd = %(jq '[.[]|{#{jq_mapping_string}}]' #{file.path} | mlr --ijson --o#{options[:mlr_format]} cat)
121
+ cmd = %(jq "[.[]|{#{jq_mapping_string}}]" #{file.path} | mlr --ijson --o#{options[:mlr_format]} cat)
122
122
  file.write(e.jp)
123
123
  file.close
124
124
  `cp #{file.path} /tmp/test.json`
data/usd.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'usd'
3
- spec.version = '0.1.1'
3
+ spec.version = '0.1.2'
4
4
  spec.date = '2019-10-31'
5
5
  spec.summary = "SDM REST-API-Calls"
6
6
  spec.description = "a Ruby class and a commandlinetool for SDM REST-API-Calls"
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Gaida
@@ -81,7 +81,6 @@ files:
81
81
  - bin/rusdc
82
82
  - bin/set_env
83
83
  - lib/usd.rb
84
- - usd-0.1.0.gem
85
84
  - usd.gemspec
86
85
  homepage: https://github.com/ogaida/usd
87
86
  licenses: []
data/usd-0.1.0.gem DELETED
Binary file