webspicy 0.27.3 → 0.27.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce82bd72f4fe8bb69cde7146e59f55e2164c643af4431b248b7d0ba5728caf82
4
- data.tar.gz: f27a2c3cc31f327105d0a397a03fab97ed05831f122a857b4e168ff2bb901627
3
+ metadata.gz: 7e1b9e8ff36b9e765ba58cb5294550caba5fa58f699d3a7b72b4008a8483f05d
4
+ data.tar.gz: a2a554822f906e3b4d6e8772511d2ce2a2822feaddf5d4f983ea2177a13a813f
5
5
  SHA512:
6
- metadata.gz: 64050f5982d11d77c296ee96bef3d6ef593be7f22dde89534dfc8e4cc793eb21266df450b8d7ec72fa48dbd7e2473334e306ab9f1dec180746140c9ba1cd7011
7
- data.tar.gz: 13d582ea7921160f0dab7df43d73b63782a902c16c15ce11d8e8a46495a7608692c9620c88559e86351b239a2f57fedc718b2811568fc709bae3b272eba1ae2e
6
+ metadata.gz: 8ece512e942e23f4b8a2caf583a5d61ca9e39ab6d0bb5849b6044f4923c5ed9b6923d109384d6401c100d28d97b32ee5a617d6b3b8b0e01ce1428fb3121b29de
7
+ data.tar.gz: 57da885fb2ca126d586d0c496dde64fd5c53689ccba91bc38c1069ee79ff685435c5608416adcf73c3c70c78926a3827938825a79979c7f0dc1e9263343c71b6
data/README.md CHANGED
@@ -49,6 +49,7 @@ Then execute webspicy help to see the options.
49
49
  ```
50
50
  webspicy --help
51
51
  ```
52
+ Alternatively, you can see the available options [here](./bin/webspicy).
52
53
 
53
54
  ## Using the docker image(s)
54
55
 
@@ -51,6 +51,10 @@ module Webspicy
51
51
  @raw[:tags] ||= []
52
52
  end
53
53
 
54
+ def input
55
+ service.dress_params(params)
56
+ end
57
+
54
58
  def expected
55
59
  @raw[:expected] || {}
56
60
  end
@@ -2,7 +2,7 @@ module Webspicy
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 27
5
- TINY = 3
5
+ TINY = 4
6
6
  end
7
7
  VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
8
8
  end
data/lib/webspicy.rb CHANGED
@@ -108,6 +108,10 @@ module Webspicy
108
108
  else
109
109
  DEFAULT_SYSTEM.system(fio)
110
110
  end
111
+ rescue => ex
112
+ puts ex.message
113
+ puts ex.backtrace.join("\n")
114
+ raise
111
115
  end
112
116
  module_function :schema
113
117
 
@@ -36,13 +36,13 @@ module Webspicy
36
36
  end
37
37
  end
38
38
 
39
- describe 'the proxy itself' do
40
- it 'works as expected' do
41
- get '/users'
42
- expect(last_response.status).to eql(200)
43
- expect(last_response.body).not_to be_empty
44
- end
45
- end
39
+ # describe 'the proxy itself' do
40
+ # it 'works as expected' do
41
+ # get '/users'
42
+ # expect(last_response.status).to eql(200)
43
+ # expect(last_response.body).not_to be_empty
44
+ # end
45
+ # end
46
46
 
47
47
  end
48
48
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webspicy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.3
4
+ version: 0.27.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bernard Lambeau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-28 00:00:00.000000000 Z
11
+ date: 2025-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake