isomorfeus-puppetmaster 0.2.4 → 0.2.5

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: 719d564f8bff3d506839c94c0e208dd4fd98ac57ef524e9d754723fc23c26112
4
- data.tar.gz: 1e49863eb5f1d92c83e48f677efdf64bb3765c0672051e10f9e66111912a8dbe
3
+ metadata.gz: 2c66c2a8eba9037abe68c0177fdcf96fe31e8c104b2e6ecca567e1f1b60cea5f
4
+ data.tar.gz: 54b9eb1e831ef954be20274abe8c124b5b383f0c2b46a43fab65bc2fb387fc33
5
5
  SHA512:
6
- metadata.gz: 84215da360bec5cab6ee14627827b9c62755537cdc4349dab706b1f816cfdda60240683085768377d870ed6de5edc8e5bf1d067ecb3f1c5f76ba605a9d29caea
7
- data.tar.gz: 22891839c35fcdd01aa7cb7667166e92bb157845d1fc2953d1f0135b4940b5c73f76b672e8a080b65f90f34cca58af25f43e88b11c9fcc38dd4643e65dec04e9
6
+ metadata.gz: 78b57f81714fec79731ae8a7d835f0cb854ec92c73b4027f7304fa9a7e09e07be026767c09f2486eb212ee196cf0e32786e8a99cbab1caa282270ef568931d29
7
+ data.tar.gz: 80a75a8a26dd49daf2db672dbbaf5405e30700c433823866ecc99bdb54cd45bd035b99a7c810561600376bc0dce382c9a8627ec482713bf3be906c3ee8a4664d
@@ -37,7 +37,7 @@ Isomorfeus::Puppetmaster.register_server :iodine do |app, port, _host, **options
37
37
  puts 'Puppetmaster starting Iodine...'
38
38
  puts "* Version #{Iodine::VERSION}"
39
39
 
40
- Rack::Handler::Iodine.run(app, { Host: host, Port: port }.merge(options)).join
40
+ Iodine::Rack.run(app, { Host: host, Port: port }.merge(options)).join
41
41
  end
42
42
 
43
43
  Isomorfeus::Puppetmaster.register_server :puma do |app, port, host, **options|
@@ -1,3 +1,3 @@
1
1
  module Isomorfeus
2
- PUPPETMASTER_VERSION = '0.2.4'
2
+ PUPPETMASTER_VERSION = '0.2.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-puppetmaster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann