isomorfeus-puppetmaster 0.6.9 → 0.6.10
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5331b7d59ce9feee46bef56dc68b74321621bee8b3a5c365dd1bf318961c7a68
|
4
|
+
data.tar.gz: 62771a39c950b9048e58328a1907fb896755637c6c69cdc279de5890a0e03834
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63c7d55dfc9841cf556e956d4cceb65ec3f6ebeeb59b7eace2757ffa6e1841ebb5e8eab6e72b7a723feb492816d72aa1eeabaa42bd4f8ed1471fa495bb9f9c44
|
7
|
+
data.tar.gz: d73ae372918c9b65d94085d0fbaa007ac5b249505b76c04924a1f4936639a9db0624371b0cde38f13e8542213349e30f8675ffd59b9d8cc88b1c241d98ee9f70
|
@@ -23,7 +23,7 @@ module Isomorfeus
|
|
23
23
|
'Content-Type' => 'application/json')
|
24
24
|
else
|
25
25
|
begin
|
26
|
-
result = TOPLEVEL_BINDING.eval(
|
26
|
+
result = TOPLEVEL_BINDING.eval(request_hash['code']) if request_hash['code']
|
27
27
|
response = Rack::Response.new(Oj.dump({ 'result' => result }),
|
28
28
|
200,
|
29
29
|
'Content-Type' => 'application/json')
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: isomorfeus-puppetmaster
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Biedermann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|