opswalrus 1.0.78 → 1.0.80

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13215ff324f0411cb258d2bb9228d4e6ab5a99bdab79d81fa13206063f3ab66c
4
- data.tar.gz: 1ff2f044c230528bd3fa94ee3070380f6b5943bf1d8495bc608460f52128abbc
3
+ metadata.gz: 73707be947e289a10bef406e63ecb61a9e76b12d129dc6db87d388bd7f7d8ff3
4
+ data.tar.gz: 1280bc435f28db028e8f8c9e70afa8da14cd2451f6ceb0cb939da2c0420e52fc
5
5
  SHA512:
6
- metadata.gz: afcaa074c96bf612c7c51c75199ff18d0de8988bbb7037068736533f272f83b39fa18501278586037abfd6c64a49ff41f6c1d344028bc373b4381ab6239f1255
7
- data.tar.gz: 2d87b71f172c144010f29e625a82d7c10628c11684cc75c9686accc8392b24ff8e4c81f05df8d2ce3ed02497171faacbb59c0821a588563902d5623d4d58ae69
6
+ metadata.gz: 353b75a4ed41dfe7f5d6c65c40064ef73a59e2ba5b2b533efb0688e788886ea04fd2a2a749bab3f93c7cfd7ae57cc56a0249deb08b5a34dbb9a78055a0c59dbc
7
+ data.tar.gz: 83cf798c78753ebafa4e806ec3bc77a272dd53875b467763075c57e9299adfce141f006cc72a18c01ba59f15ed5c996ea03e023507726c26fbc626267dffccc2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opswalrus (1.0.78)
4
+ opswalrus (1.0.80)
5
5
  activesupport (~> 7.0)
6
6
  bcrypt_pbkdf (~> 1.1)
7
7
  binding_of_caller (~> 1.0)
@@ -19,7 +19,7 @@ PATH
19
19
  GEM
20
20
  remote: https://rubygems.org/
21
21
  specs:
22
- activesupport (7.1.1)
22
+ activesupport (7.1.2)
23
23
  base64
24
24
  bigdecimal
25
25
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -56,7 +56,7 @@ GEM
56
56
  concurrent-ruby (~> 1.0)
57
57
  jaro_winkler (1.5.6)
58
58
  json (2.6.3)
59
- kleene (0.8.0)
59
+ kleene (0.10.0)
60
60
  activesupport (~> 7.1)
61
61
  regexp_parser (~> 2.8)
62
62
  kramdown (2.4.0)
@@ -116,7 +116,7 @@ GEM
116
116
  ruby-progressbar (1.13.0)
117
117
  ruby2_keywords (0.0.5)
118
118
  rubyzip (2.3.2)
119
- semantic_logger (4.14.0)
119
+ semantic_logger (4.15.0)
120
120
  concurrent-ruby (~> 1.0)
121
121
  solargraph (0.49.0)
122
122
  backport (~> 1.2)
@@ -68,16 +68,6 @@ module OpsWalrus
68
68
  end
69
69
  end
70
70
 
71
- # def try_convert(value)
72
- # if value.is_a? String
73
- # JSON.parse(value)
74
- # else
75
- # value
76
- # end
77
- # rescue JSON::ParserError => e
78
- # value
79
- # end
80
-
81
71
  # runtime_kv_args is an Array(String) of the form: ["arg1:val1", "arg1:val2", ...]
82
72
  # params_json_hash is a Hash representation of a JSON string
83
73
  def run(runtime_kv_args, params_json_hash: nil)
@@ -1,3 +1,3 @@
1
1
  module OpsWalrus
2
- VERSION = "1.0.78"
2
+ VERSION = "1.0.80"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opswalrus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.78
4
+ version: 1.0.80
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ellis
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-07 00:00:00.000000000 Z
11
+ date: 2023-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport